1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-11-30 19:28:10 +00:00
simplesshd/dropbear/crypto_desc.h

10 lines
156 B
C
Raw Normal View History

2019-06-09 20:44:26 +00:00
#ifndef DROPBEAR_CRYPTO_DESC_H
#define DROPBEAR_CRYPTO_DESC_H
2014-12-10 21:56:49 +00:00
2019-06-09 20:44:26 +00:00
void crypto_init(void);
2014-12-10 21:56:49 +00:00
extern int dropbear_ltc_prng;
2019-06-09 20:44:26 +00:00
#endif /* DROPBEAR_CRYPTO_DESC_H */
2014-12-10 21:56:49 +00:00