]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/default/ciphers/cipher_des.c
Reorganize local header files
[thirdparty/openssl.git] / providers / default / ciphers / cipher_des.c
index a1976fb7370e7adc2e6c8bd285a3a4a0b37cf646..c4eb10be153fca2a1c4aec4acccf9992a85eef22 100644 (file)
@@ -7,9 +7,9 @@
  * https://www.openssl.org/source/license.html
  */
 
-#include "cipher_locl.h"
+#include "cipher_local.h"
 #include "cipher_des.h"
-#include "internal/rand_int.h"
+#include "crypto/rand.h"
 #include "internal/provider_algs.h"
 #include "internal/providercommonerr.h"