view gensignkey.h @ 851:c1c1b43f78c2 ecc

comments, turn off debugging options
author Matt Johnston <matt@ucc.asn.au>
date Sat, 09 Nov 2013 00:14:28 +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