1
0
mirror of https://github.com/clearml/dropbear synced 2025-03-09 13:30:45 +00:00
dropbear/crypto_desc.h
2015-02-24 20:43:01 +08:00

10 lines
152 B
C

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