view crypto_desc.h @ 1206:2907c658fa76

Implemented ExitOnForwardFailure option for local and remote forwarding.
author Konstantin Tokarev <ktokarev@smartlabs.tv>
date Mon, 30 Nov 2015 20:30:58 +0300
parents deed0571cacc
children 9169e4e7cbee
line wrap: on
line source

#ifndef DROPBEAR_CRYPTO_DESC_H
#define DROPBEAR_CRYPTO_DESC_H

void crypto_init();

extern int dropbear_ltc_prng;

#endif /* DROPBEAR_CRYPTO_DESC_H */