summaryrefslogtreecommitdiff
path: root/ltc_prng.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2018-02-18 11:22:13 +0800
committerMatt Johnston <matt@ucc.asn.au>2018-02-18 11:22:13 +0800
commite8dfcbaf99507fea5e4a34cb455d04876af718b4 (patch)
tree6b0bb44f9579e4da6d7f3e92851acf8bb2bee75f /ltc_prng.c
parentbd8edf377810b02b77077f06ed8733943d771a1d (diff)
downloaddropbear-e8dfcbaf99507fea5e4a34cb455d04876af718b4.tar.gz
include config.h for options.h. don't need to include options.h when
includes.h brings it in
Diffstat (limited to 'ltc_prng.c')
-rw-r--r--ltc_prng.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ltc_prng.c b/ltc_prng.c
index 1188ac8..4f2e9e1 100644
--- a/ltc_prng.c
+++ b/ltc_prng.c
@@ -11,7 +11,6 @@
*
* Tom St Denis, tomstdenis@gmail.com, http://libtomcrypt.com
*/
-#include "options.h"
#include "includes.h"
#include "dbrandom.h"
#include "ltc_prng.h"