view gensignkey.h @ 1194:089b8e91472b

Fixed build when ENABLE_CLI_REMOTETCPFWD is the only allowed TCP forwarding.
author Konstantin Tokarev <ktokarev@smartlabs.tv>
date Fri, 27 Nov 2015 21:40:00 +0300
parents deed0571cacc
children 185c14fa504d
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);

#endif