Mercurial > dropbear
comparison gensignkey.h @ 1336:efad433418c4
Use atomic key generation in all cases
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 19 Nov 2016 00:31:21 +0800 |
parents | deed0571cacc |
children | 4f8eb331174f |
comparison
equal
deleted
inserted
replaced
1335:253c08951b96 | 1336:efad433418c4 |
---|---|
1 #ifndef DROPBEAR_GENSIGNKEY_H | 1 #ifndef DROPBEAR_GENSIGNKEY_H |
2 #define DROPBEAR_GENSIGNKEY_H | 2 #define DROPBEAR_GENSIGNKEY_H |
3 | 3 |
4 #include "signkey.h" | 4 #include "signkey.h" |
5 | 5 |
6 int signkey_generate(enum signkey_type type, int bits, const char* filename); | 6 int signkey_generate(enum signkey_type type, int bits, const char* filename, int skip_exist); |
7 | 7 |
8 #endif | 8 #endif |