mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 10:57:01 +00:00
9 lines
185 B
C
9 lines
185 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, int skip_exist);
|
|
|
|
#endif
|