Use "" for include crypto/xxx
authorRich Salz <rsalz@akamai.com>
Tue, 25 May 2021 19:09:07 +0000 (15:09 -0400)
committerPauli <pauli@openssl.org>
Wed, 26 May 2021 23:56:41 +0000 (09:56 +1000)
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15468)

crypto/dh/dh_kdf.c
crypto/ppccap.c
engines/e_devcrypto.c
providers/implementations/asymciphers/sm2_enc.c
providers/implementations/kem/rsa_kem.c
ssl/ktls.c

index 0ec7644909416a23c3c78547d9c82ebdbdde9828..ecc37fa92ab7b7c9ca717216096b3479bd5a0b11 100644 (file)
@@ -22,7 +22,7 @@
 #include <openssl/asn1.h>
 #include <openssl/kdf.h>
 #include "internal/provider.h"
-#include <crypto/dh.h>
+#include "crypto/dh.h"
 
 /* Key derivation function from X9.63/SECG */
 int ossl_dh_kdf_X9_42_asn1(unsigned char *out, size_t outlen,
index 2048be7b1d252b71e397c47f8818bed5bd2e1585..4d28d84cae2f2d19016c95ac77698ff64ea103b9 100644 (file)
@@ -29,7 +29,7 @@
 #include <openssl/crypto.h>
 #include <openssl/bn.h>
 #include "internal/cryptlib.h"
-#include <crypto/chacha.h>
+#include "crypto/chacha.h"
 #include "bn/bn_local.h"
 
 #include "ppc_arch.h"
index 76255a978d87feaaa3372e31dfd2c9a9ffd86ae1..d279b601f539fc8ef2a1783ef24ac0ed2ced0e37 100644 (file)
@@ -24,7 +24,7 @@
 #include <openssl/err.h>
 #include <openssl/engine.h>
 #include <openssl/objects.h>
-#include <crypto/cryptodev.h>
+#include "crypto/cryptodev.h"
 
 /* #define ENGINE_DEVCRYPTO_DEBUG */
 
index 581ca632b2a2306d4a09d0bed72061b2940a9859..a855a36d20eaee18fd3c5d9bbd65e8aa5e10f2cd 100644 (file)
@@ -16,7 +16,7 @@
 #include <openssl/params.h>
 #include <openssl/err.h>
 #include <openssl/proverr.h>
-#include <crypto/sm2.h>
+#include "crypto/sm2.h"
 #include "prov/provider_ctx.h"
 #include "prov/implementations.h"
 #include "prov/provider_util.h"
index 9aa0a7aaeea6987c2f8903f96a3ffdfcab575fe6..1ccc57a8da63e167c1eb34e8f8697097935dfcb9 100644 (file)
@@ -21,7 +21,7 @@
 #include <openssl/rsa.h>
 #include <openssl/params.h>
 #include <openssl/err.h>
-#include <crypto/rsa.h>
+#include "crypto/rsa.h"
 #include <openssl/proverr.h>
 #include "prov/provider_ctx.h"
 #include "prov/implementations.h"
index 2d1ef693c248671fe3603b17d06ecd37ba7c928f..4aece2e7b76b71e98e1abd1c1e8b36941de96a09 100644 (file)
@@ -11,7 +11,7 @@
 #include "internal/ktls.h"
 
 #if defined(__FreeBSD__)
-# include <crypto/cryptodev.h>
+# include "crypto/cryptodev.h"
 
 /*-
  * Check if a given cipher is supported by the KTLS interface.