Mercurial > dropbear
view gensignkey.h @ 1341:ab35a9ccc2eb
Added signature for changeset 5c9207ceedae
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 18 May 2017 22:58:18 +0800 |
parents | efad433418c4 |
children | 4f8eb331174f |
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); #endif