dropbear/crypto_desc.h

10 lines
152 B
C
Raw Normal View History

#ifndef DROPBEAR_CRYPTO_DESC_H
#define DROPBEAR_CRYPTO_DESC_H
void crypto_init();
extern int dropbear_ltc_prng;
#endif /* DROPBEAR_CRYPTO_DESC_H */