mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 10:57:01 +00:00
10 lines
128 B
C
10 lines
128 B
C
#ifndef _CRYPTO_DESC_H
|
|
#define _CRYPTO_DESC_H
|
|
|
|
void crypto_init();
|
|
|
|
extern int dropbear_ltc_prng;
|
|
|
|
#endif /* _CRYPTO_DESC_H */
|
|
|