diff options
author | Richard Levitte <levitte@openssl.org> | 2019-10-04 15:25:59 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-10-10 14:12:15 +0200 |
commit | ddd21319e94636f308e115fd05cc48e7a8eadc55 (patch) | |
tree | 0899840884488f0c3fd1a915d495fdb485855814 /crypto/rand/drbg_hash.c | |
parent | Cleanup: move providers/common/include/internal/provider_args.h (diff) | |
download | openssl-ddd21319e94636f308e115fd05cc48e7a8eadc55.tar.xz openssl-ddd21319e94636f308e115fd05cc48e7a8eadc55.zip |
Cleanup: move remaining providers/common/include/internal/*.h
The end up in providers/common/include/prov/.
All inclusions are adjusted accordingly.
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10088)
Diffstat (limited to 'crypto/rand/drbg_hash.c')
-rw-r--r-- | crypto/rand/drbg_hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rand/drbg_hash.c b/crypto/rand/drbg_hash.c index 4a64992af2..72068c67c0 100644 --- a/crypto/rand/drbg_hash.c +++ b/crypto/rand/drbg_hash.c @@ -14,7 +14,7 @@ #include <openssl/err.h> #include <openssl/rand.h> #include "internal/thread_once.h" -#include "internal/providercommon.h" +#include "prov/providercommon.h" #include "rand_local.h" /* 440 bits from SP800-90Ar1 10.1 table 2 */ |