Mercurial > dropbear
view gensignkey.h @ 1922:70f05f7d4d11
Default options comments, ignore localoptions.h
Also trim whitespaces.
Signed-off-by: Begley Brothers Inc <[email protected]>
author | Begley Brothers Inc <begleybrothers@gmail.com> |
---|---|
date | Thu, 09 Jul 2020 17:51:07 +1000 |
parents | 4f8eb331174f |
children |
line wrap: on
line source
#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); int signkey_generate_get_bits(enum signkey_type keytype, int bits); #endif