]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/default/ciphers/cipher_tdes_wrap.c
Reorganize private crypto header files
[thirdparty/openssl.git] / providers / default / ciphers / cipher_tdes_wrap.c
index 08662dbdb026529efa78444b9536adce671ddeed..b48b3c973375d4950bd04e0b1401ae1ffed2a801 100644 (file)
@@ -9,8 +9,8 @@
 
 #include <openssl/sha.h>
 #include "cipher_tdes_default.h"
-#include "internal/evp_int.h"
-#include "internal/rand_int.h"
+#include "crypto/evp.h"
+#include "crypto/rand.h"
 #include "internal/provider_algs.h"
 #include "internal/providercommonerr.h"