view gensignkey.h @ 980:2d421bc0545d

Added tag DROPBEAR_2014.66 for changeset 735511a4c761
author Matt Johnston <matt@ucc.asn.au>
date Thu, 23 Oct 2014 22:09:22 +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