X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=crypto%2Frand%2Fdrbg_hash.c;h=4a64992af247fe9845dfe4614c733329cd67679a;hb=706457b7bda7fdbab426b8dce83b318908339da4;hp=6bef917e0f206d7ee14eb591d04acce1d0793fa5;hpb=25f2138b0ab54a65ba713c093ca3734d88f7cb51;p=thirdparty%2Fopenssl.git diff --git a/crypto/rand/drbg_hash.c b/crypto/rand/drbg_hash.c index 6bef917e0f..4a64992af2 100644 --- a/crypto/rand/drbg_hash.c +++ b/crypto/rand/drbg_hash.c @@ -15,7 +15,7 @@ #include #include "internal/thread_once.h" #include "internal/providercommon.h" -#include "rand_lcl.h" +#include "rand_local.h" /* 440 bits from SP800-90Ar1 10.1 table 2 */ #define HASH_PRNG_SMALL_SEEDLEN (440/8)