1
0
mirror of http://galexander.org/git/simplesshd.git synced 2024-11-27 09:48:08 +00:00
simplesshd/dropbear/ltc_prng.h

13 lines
256 B
C
Raw Normal View History

2019-06-09 20:44:26 +00:00
#ifndef DROPBEAR_LTC_PRNG_H_DROPBEAR
#define DROPBEAR_LTC_PRNG_H_DROPBEAR
2014-12-10 21:56:49 +00:00
#include "includes.h"
2019-06-09 20:44:26 +00:00
#if DROPBEAR_LTC_PRNG
2014-12-10 21:56:49 +00:00
extern const struct ltc_prng_descriptor dropbear_prng_desc;
#endif /* DROPBEAR_LTC_PRNG */
2019-06-09 20:44:26 +00:00
#endif /* DROPBEAR_LTC_PRNG_H_DROPBEAR */