]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/evp/kdf_lib.c
Reorganize local header files
[thirdparty/openssl.git] / crypto / evp / kdf_lib.c
index 5c57cc360e908777ca3957d4de515263897c08b1..7163de397fa11bc75a2c5ac9f9d62ae0c7a0b314 100644 (file)
 #include <openssl/kdf.h>
 #include <openssl/core.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/numbers.h"
 #include "internal/provider.h"
-#include "evp_locl.h"
+#include "evp_local.h"
 
 EVP_KDF_CTX *EVP_KDF_CTX_new(EVP_KDF *kdf)
 {