Mercurial > dropbear
view gensignkey.h @ 1440:8b74d5f876a7
sysoptions.h: Add ability to override DROPBEAR_LISTEN_BACKLOG
This change allows adding DROPBEAR_LISTEN_BACKLOG to localoptions.h to
force the value.
author | Ben Gardner <bgardner@wabtec.com> |
---|---|
date | Mon, 05 Jun 2017 08:39:45 -0500 |
parents | 185c14fa504d |
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