diff options
Diffstat (limited to 'crypto/engine/tb_rand.c')
-rw-r--r-- | crypto/engine/tb_rand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/engine/tb_rand.c b/crypto/engine/tb_rand.c index 98a98073cdd0..92f61c5a8840 100644 --- a/crypto/engine/tb_rand.c +++ b/crypto/engine/tb_rand.c @@ -7,7 +7,7 @@ * https://www.openssl.org/source/license.html */ -#include "eng_int.h" +#include "eng_local.h" static ENGINE_TABLE *rand_table = NULL; static const int dummy_nid = 1; |