view gensignkey.h @ 1339:c31276613181 DROPBEAR_2017.75

fix changelog for atomic dropbearkey
author Matt Johnston <matt@ucc.asn.au>
date Thu, 18 May 2017 21:31:13 +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