summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_rc5.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-08-22 08:35:43 -0400
committerRich Salz <rsalz@openssl.org>2017-08-22 09:54:20 -0400
commit176db6dc51ec0a972bfa8836cfdab8f6767c978a (patch)
treea1ac85fb38a43a0c7093e650645f116f4ac3fa2d /crypto/evp/e_rc5.c
parent12bd06cd6b7a67ae6b4f582b085555f62fbea93a (diff)
Use "" not <> for internal/ includes
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4217)
Diffstat (limited to 'crypto/evp/e_rc5.c')
-rw-r--r--crypto/evp/e_rc5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/e_rc5.c b/crypto/evp/e_rc5.c
index f69ba5b2f5..a2f26d8c5f 100644
--- a/crypto/evp/e_rc5.c
+++ b/crypto/evp/e_rc5.c
@@ -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>