Use "" not <> for internal/ includes
[openssl.git] / crypto / evp / e_rc5.c
index f69ba5b2f53348bc7961705097b02490072bd060..a2f26d8c5f23bd6ab7a325304f34ea67c9611de3 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef OPENSSL_NO_RC5
 
 # include <openssl/evp.h>
-# include <internal/evp_int.h>
+# include "internal/evp_int.h"
 # include <openssl/objects.h>
 # include "evp_locl.h"
 # include <openssl/rc5.h>