]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/evp/p_lib.c
Reorganize private crypto header files
[thirdparty/openssl.git] / crypto / evp / p_lib.c
index 83cf12fff38f9e9f50d4ab5ebe76baef6a6399d1..e2c6eaa17fbba453b6f050895dbc8cbdeeed7673 100644 (file)
@@ -23,8 +23,8 @@
 #include <openssl/params.h>
 #include <openssl/core_names.h>
 
-#include "internal/asn1_int.h"
-#include "internal/evp_int.h"
+#include "crypto/asn1.h"
+#include "crypto/evp.h"
 #include "internal/provider.h"
 
 static void EVP_PKEY_free_it(EVP_PKEY *x);