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)
This commit is contained in:
Rich Salz 2021-05-25 15:06:22 -04:00 committed by Pauli
parent e475d9a443
commit 6229815ab8
16 changed files with 21 additions and 23 deletions

View File

@ -7,8 +7,7 @@
* https://www.openssl.org/source/license.html
*/
#include "openssl/opensslconf.h"
#include <openssl/opensslconf.h>
#include "internal/cryptlib.h"
#include <stdio.h>
#include <openssl/rsa.h>

View File

@ -19,8 +19,7 @@
#include <openssl/err.h>
#include <openssl/evp.h>
#include <openssl/x509v3.h>
#include "openssl/cmp_util.h"
#include <openssl/cmp_util.h>
#define IS_CREP(t) ((t) == OSSL_CMP_PKIBODY_IP || (t) == OSSL_CMP_PKIBODY_CP \
|| (t) == OSSL_CMP_PKIBODY_KUP)

View File

@ -16,7 +16,7 @@
#include <openssl/http.h>
#include "internal/sockets.h"
#include "openssl/cmp.h"
#include <openssl/cmp.h>
#include "cmp_local.h"
/* explicit #includes not strictly needed since implied by the above: */

View File

@ -15,7 +15,7 @@
#include <ctype.h>
#include <openssl/crypto.h>
#include "internal/conf.h"
#include "openssl/conf_api.h"
#include <openssl/conf_api.h>
#include "internal/dso.h"
#include "internal/thread_once.h"
#include <openssl/x509.h>

View File

@ -10,7 +10,7 @@
#include <string.h>
#include <stdio.h>
#include "crypto/ctype.h"
#include "openssl/ebcdic.h"
#include <openssl/ebcdic.h>
/*
* Define the character classes for each character in the seven bit ASCII

View File

@ -11,7 +11,7 @@
*/
#include "e_os.h"
#include "openssl/macros.h"
#include <openssl/macros.h>
#include "internal/numbers.h"
#ifdef UINT128_MAX

View File

@ -11,7 +11,7 @@
*/
#include "e_os.h"
#include "openssl/macros.h"
#include <openssl/macros.h>
#include "internal/numbers.h"
#ifndef UINT128_MAX

View File

@ -23,7 +23,7 @@
#include "crypto/evp.h"
#include "crypto/x509.h"
#include <openssl/core_names.h>
#include "openssl/param_build.h"
#include <openssl/param_build.h>
#include "ec_local.h"
static int eckey_param2type(int *pptype, void **ppval, const EC_KEY *ec_key)

View File

@ -35,7 +35,7 @@
#ifndef OSSL_CRYPTO_SEED_LOCAL_H
# define OSSL_CRYPTO_SEED_LOCAL_H
# include "openssl/e_os2.h"
# include <openssl/e_os2.h>
# include <openssl/seed.h>
# ifdef SEED_LONG /* need 32-bit type */

View File

@ -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,

View File

@ -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

View File

@ -7,7 +7,7 @@
* https://www.openssl.org/source/license.html
*/
#include "openssl/camellia.h"
#include <openssl/camellia.h>
#include "prov/ciphercommon.h"
#include "crypto/cmll_platform.h"

View File

@ -19,7 +19,7 @@
#include <openssl/evp.h>
#include <openssl/rand.h>
#include "internal/param_build_set.h"
#include "openssl/param_build.h"
#include <openssl/param_build.h>
#include "crypto/ecx.h"
#include "prov/implementations.h"
#include "prov/providercommon.h"

View File

@ -17,7 +17,7 @@
#include <openssl/err.h>
#include <openssl/evp.h>
#include <openssl/proverr.h>
#include "openssl/param_build.h"
#include <openssl/param_build.h>
#include "internal/param_build_set.h"
#include "prov/implementations.h"
#include "prov/providercommon.h"

View File

@ -28,9 +28,9 @@
#include <openssl/rand.h>
#include <openssl/bn.h>
#include <openssl/opensslconf.h>
#include "openssl/core_names.h"
#include "openssl/param_build.h"
#include "openssl/evp.h"
#include <openssl/core_names.h>
#include <openssl/param_build.h>
#include <openssl/evp.h>
static size_t crv_len = 0;
static EC_builtin_curve *curves = NULL;

View File

@ -10,7 +10,7 @@
#include <string.h>
#include <openssl/params.h>
#include "openssl/param_build.h"
#include <openssl/param_build.h>
#include "internal/nelem.h"
#include "testutil.h"