summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2021-05-25 15:06:22 -0400
committerPauli <pauli@openssl.org>2021-05-27 09:56:41 +1000
commit6229815ab8f6e0a6e272c7a7094a061606cd0a90 (patch)
tree08d8dbb2c845fbe892f139ec100cc4bc730bce6d /include
parente475d9a443ecb20d7cec711e208190c1e2b5bb0d (diff)
downloadopenssl-new-6229815ab8f6e0a6e272c7a7094a061606cd0a90.tar.gz
Use <> for #include openssl/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 'include')
-rw-r--r--include/crypto/aes_platform.h2
-rw-r--r--include/internal/ktls.h8
2 files changed, 5 insertions, 5 deletions
diff --git a/include/crypto/aes_platform.h b/include/crypto/aes_platform.h
index fa3b3eb8ab..431aef908b 100644
--- a/include/crypto/aes_platform.h
+++ b/include/crypto/aes_platform.h
@@ -11,7 +11,7 @@
# define OSSL_AES_PLATFORM_H
# pragma once
-# include "openssl/aes.h"
+# include <openssl/aes.h>
# ifdef VPAES_ASM
int vpaes_set_encrypt_key(const unsigned char *userKey, int bits,
diff --git a/include/internal/ktls.h b/include/internal/ktls.h
index dae94226d7..b572e681c5 100644
--- a/include/internal/ktls.h
+++ b/include/internal/ktls.h
@@ -32,7 +32,7 @@
# include <sys/ktls.h>
# include <netinet/in.h>
# include <netinet/tcp.h>
-# include "openssl/ssl3.h"
+# include <openssl/ssl3.h>
# ifndef TCP_RXTLS_ENABLE
# define OPENSSL_NO_KTLS_RX
@@ -232,9 +232,9 @@ static ossl_inline ossl_ssize_t ktls_sendfile(int s, int fd, off_t off,
# include <sys/sendfile.h>
# include <netinet/tcp.h>
# include <linux/socket.h>
-# include "openssl/ssl3.h"
-# include "openssl/tls1.h"
-# include "openssl/evp.h"
+# include <openssl/ssl3.h>
+# include <openssl/tls1.h>
+# include <openssl/evp.h>
# ifndef SOL_TLS
# define SOL_TLS 282