dropbear/gensignkey.h

9 lines
185 B
C
Raw Normal View History

#ifndef DROPBEAR_GENSIGNKEY_H
#define DROPBEAR_GENSIGNKEY_H
#include "signkey.h"
2016-11-18 16:31:21 +00:00
int signkey_generate(enum signkey_type type, int bits, const char* filename, int skip_exist);
#endif