mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 02:46:58 +00:00
4363b8b32d
Needs UI in server command line options --HG-- branch : keyondemand
9 lines
153 B
C
9 lines
153 B
C
#ifndef _GENSIGNKEY_H
|
|
#define _GENSIGNKEY_H
|
|
|
|
#include "signkey.h"
|
|
|
|
int signkey_generate(enum signkey_type type, int bits, const char* filename);
|
|
|
|
#endif
|