summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2021-05-25 15:08:03 -0400
committerPauli <pauli@openssl.org>2021-05-27 09:56:41 +1000
commit449bdf3746244160e8ab0ee3ac73d4c73017c2fb (patch)
treeb5609fb1ba31df998f9941e4acaa6769bd957e9f /crypto
parent6229815ab8f6e0a6e272c7a7094a061606cd0a90 (diff)
downloadopenssl-new-449bdf3746244160e8ab0ee3ac73d4c73017c2fb.tar.gz
Use "" for include internal/xxx
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15468)
Diffstat (limited to 'crypto')
-rw-r--r--crypto/dh/dh_kdf.c2
-rw-r--r--crypto/evp/e_rc4_hmac_md5.c2
-rw-r--r--crypto/ppccap.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/crypto/dh/dh_kdf.c b/crypto/dh/dh_kdf.c
index 619571537a..0ec7644909 100644
--- a/crypto/dh/dh_kdf.c
+++ b/crypto/dh/dh_kdf.c
@@ -21,7 +21,7 @@
#include <openssl/evp.h>
#include <openssl/asn1.h>
#include <openssl/kdf.h>
-#include <internal/provider.h>
+#include "internal/provider.h"
#include <crypto/dh.h>
/* Key derivation function from X9.63/SECG */
diff --git a/crypto/evp/e_rc4_hmac_md5.c b/crypto/evp/e_rc4_hmac_md5.c
index 6a38f95d5e..c8b6da246f 100644
--- a/crypto/evp/e_rc4_hmac_md5.c
+++ b/crypto/evp/e_rc4_hmac_md5.c
@@ -13,7 +13,7 @@
*/
#include "internal/deprecated.h"
-#include <internal/cryptlib.h>
+#include "internal/cryptlib.h"
#include <openssl/opensslconf.h>
#include <stdio.h>
diff --git a/crypto/ppccap.c b/crypto/ppccap.c
index a504bc59b0..2048be7b1d 100644
--- a/crypto/ppccap.c
+++ b/crypto/ppccap.c
@@ -28,7 +28,7 @@
#endif
#include <openssl/crypto.h>
#include <openssl/bn.h>
-#include <internal/cryptlib.h>
+#include "internal/cryptlib.h"
#include <crypto/chacha.h>
#include "bn/bn_local.h"