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