]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/evp/e_rc4_hmac_md5.c
Reorganize private crypto header files
[thirdparty/openssl.git] / crypto / evp / e_rc4_hmac_md5.c
index 4d61faff61e807ef0da423bb0d06d157cf2e3197..fc519d90429bc3c328d0d88ffc6b9b57ea210cf2 100644 (file)
@@ -19,7 +19,7 @@
 # include <openssl/objects.h>
 # include <openssl/rc4.h>
 # include <openssl/md5.h>
-# include "internal/evp_int.h"
+# include "crypto/evp.h"
 
 typedef struct {
     RC4_KEY ks;