summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_seed.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/evp/e_seed.c')
-rw-r--r--crypto/evp/e_seed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/e_seed.c b/crypto/evp/e_seed.c
index 0861ee8b2e..9a9938deaf 100644
--- a/crypto/evp/e_seed.c
+++ b/crypto/evp/e_seed.c
@@ -16,7 +16,7 @@ NON_EMPTY_TRANSLATION_UNIT
# include <string.h>
# include <assert.h>
# include <openssl/seed.h>
-# include "internal/evp_int.h"
+# include "crypto/evp.h"
static int seed_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
const unsigned char *iv, int enc);