mirror of
http://galexander.org/git/simplesshd.git
synced 2024-11-30 11:18:12 +00:00
10 lines
156 B
C
10 lines
156 B
C
#ifndef DROPBEAR_CRYPTO_DESC_H
|
|
#define DROPBEAR_CRYPTO_DESC_H
|
|
|
|
void crypto_init(void);
|
|
|
|
extern int dropbear_ltc_prng;
|
|
|
|
#endif /* DROPBEAR_CRYPTO_DESC_H */
|
|
|