Providers: move all ciphers
[openssl.git] / providers / implementations / ciphers / cipher_rc4.h
similarity index 93%
rename from providers/default/ciphers/cipher_rc4.h
rename to providers/implementations/ciphers/cipher_rc4.h
index df61f7c265be4c0337a729e5625a0691b76c76db..a2d0a50f219961de198cf3a7b8e6b77c2d737be6 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 #include <openssl/rc4.h>
-#include "internal/ciphers/ciphercommon.h"
+#include "prov/ciphercommon.h"
 
 typedef struct prov_rc4_ctx_st {
     PROV_CIPHER_CTX base;      /* Must be first */