view gensignkey.h @ 1093:aae71c5f7d5b

Fix unused make_connection_string() warning [-Werror=unused-function] This function is used when USE_VFORK is unset.
author Gaël PORTAY <gael.portay@gmail.com>
date Sat, 02 May 2015 16:02:22 +0200
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