view crypto_desc.h @ 1636:35a1e8de3aec

cygwin competibility fix (#64)
author karel-m <1918753+karel-m@users.noreply.github.com>
date Wed, 20 Mar 2019 16:05:37 +0100
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 */