From 94af0cd7f3a8130bbc23feb743b176a74eec7e10 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Thu, 28 Jan 2016 10:13:21 -0500 Subject: Move more BN internals to bn_lcl.h There was an unused macro in ssl_locl.h that used an internal type, so I removed it. Move bio_st from bio.h to ossl_type.h Reviewed-by: Andy Polyakov --- test/exptest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/exptest.c') diff --git a/test/exptest.c b/test/exptest.c index 7a155f957d..0acdacced7 100644 --- a/test/exptest.c +++ b/test/exptest.c @@ -66,7 +66,7 @@ #include #include -#define NUM_BITS (BN_BITS*2) +#define NUM_BITS (BN_BITS2 * 4) static const char rnd_seed[] = "string to make the random number generator think it has entropy"; -- cgit v1.2.3