Fix some typos
[oweals/openssl.git] / providers / implementations / ciphers / cipher_des.c
index 5781aa47063a4d86ed43113a2e5269e3732f9b80..200c365282ef10595efd03d7068956bce8e535b1 100644 (file)
@@ -10,8 +10,8 @@
 #include "prov/ciphercommon.h"
 #include "cipher_des.h"
 #include "crypto/rand.h"
-#include "internal/provider_algs.h"
-#include "internal/providercommonerr.h"
+#include "prov/implementations.h"
+#include "prov/providercommonerr.h"
 
 /* TODO(3.0) Figure out what flags need to be here */
 #define DES_FLAGS (EVP_CIPH_RAND_KEY)