view crypto_desc.h @ 1670:aeda68938596

Add files via upload (#90) When SSHKeepAlive is enabled, dropbear idletimeout is not working as expected.
author jcmathews <jesselcmathews@yahoo.co.in>
date Mon, 25 May 2020 18:32:59 +0530
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 */