dropbear/crypto_desc.h

10 lines
156 B
C
Raw Normal View History

#ifndef DROPBEAR_CRYPTO_DESC_H
#define DROPBEAR_CRYPTO_DESC_H
2016-01-01 15:30:31 +00:00
void crypto_init(void);
extern int dropbear_ltc_prng;
#endif /* DROPBEAR_CRYPTO_DESC_H */