summaryrefslogtreecommitdiff
path: root/crypto_desc.h
blob: 54da73490ad2bca2567336f668d1248cae073e1d (plain)
1
2
3
4
5
6
7
8
9
#ifndef DROPBEAR_CRYPTO_DESC_H
#define DROPBEAR_CRYPTO_DESC_H

void crypto_init();

extern int dropbear_ltc_prng;

#endif /* DROPBEAR_CRYPTO_DESC_H */