view gensignkey.h @ 1340:5c9207ceedae

Added tag DROPBEAR_2017.75 for changeset c31276613181
author Matt Johnston <matt@ucc.asn.au>
date Thu, 18 May 2017 22:58:14 +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