view crypto_desc.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 9169e4e7cbee
children
line wrap: on
line source

#ifndef DROPBEAR_CRYPTO_DESC_H
#define DROPBEAR_CRYPTO_DESC_H

void crypto_init(void);

extern int dropbear_ltc_prng;

#endif /* DROPBEAR_CRYPTO_DESC_H */