blob: 508eca04de4ea287ba307c0218dc5b6888fb40a4 [file] [log] [blame]
#ifndef DROPBEAR_GENSIGNKEY_H
#define DROPBEAR_GENSIGNKEY_H
#include "signkey.h"
int signkey_generate(enum signkey_type type, int bits, const char* filename);
#endif