提交 5f8dd0f8 编写于 作者: R Rich Salz

Add missing include of cryptlib.h

Also use "" not <> for all include cryptlib
Reviewed-by: NAndy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4082)
上级 c57c32a8
......@@ -9,7 +9,7 @@
#include <stddef.h>
#include <string.h>
#include <internal/cryptlib.h>
#include "internal/cryptlib.h"
#include <openssl/asn1.h>
#include <openssl/asn1t.h>
#include <openssl/objects.h>
......
......@@ -8,7 +8,7 @@
* https://www.openssl.org/source/license.html
*/
#include <internal/cryptlib.h>
#include "internal/cryptlib.h"
#include <string.h>
#include "ec_lcl.h"
#include <openssl/err.h>
......
......@@ -7,7 +7,7 @@
* https://www.openssl.org/source/license.html
*/
#include <internal/cryptlib.h>
#include "internal/cryptlib.h"
/* This file is not scanned by mkdef.pl, whereas cryptlib.h is */
......
......@@ -8,7 +8,7 @@
*/
#include <openssl/crypto.h>
#include <internal/cryptlib.h>
#include "internal/cryptlib.h"
#if !defined(OPENSSL_THREADS) || defined(CRYPTO_TDEBUG)
......
......@@ -8,7 +8,7 @@
*/
#include <openssl/crypto.h>
#include <internal/cryptlib.h>
#include "internal/cryptlib.h"
#if defined(OPENSSL_THREADS) && !defined(CRYPTO_TDEBUG) && !defined(OPENSSL_SYS_WINDOWS)
......
......@@ -15,6 +15,7 @@
#include <openssl/md5.h>
#include <openssl/dh.h>
#include <openssl/rand.h>
#include "internal/cryptlib.h"
#define SSL3_NUM_CIPHERS OSSL_NELEM(ssl3_ciphers)
#define SSL3_NUM_SCSVS OSSL_NELEM(ssl3_scsvs)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册