1
0
mirror of https://github.com/clearml/dropbear synced 2025-03-09 21:41:07 +00:00
dropbear/gensignkey.h
2015-02-24 20:43:01 +08:00

9 lines
169 B
C

#ifndef DROPBEAR_GENSIGNKEY_H
#define DROPBEAR_GENSIGNKEY_H
#include "signkey.h"
int signkey_generate(enum signkey_type type, int bits, const char* filename);
#endif