view gensignkey.h @ 961:a4032b946355

Be a bit safer in case pw_name doesn't exist
author Matt Johnston <matt@ucc.asn.au>
date Wed, 06 Aug 2014 22:10:57 +0800
parents b298bb438625
children deed0571cacc
line wrap: on
line source

#ifndef _GENSIGNKEY_H
#define _GENSIGNKEY_H

#include "signkey.h"

int signkey_generate(enum signkey_type type, int bits, const char* filename);

#endif