mirror of
http://galexander.org/git/simplesshd.git
synced 2024-11-15 19:48:56 +00:00
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
|