From aefce9a25cc1af82d91b07b819bf715fbce41b2f Mon Sep 17 00:00:00 2001 From: Shauren Date: Tue, 3 May 2022 11:16:35 +0200 Subject: Core/Misc: Prefix include guard to avoid possible conflict with external library --- src/common/Cryptography/OpenSSLCrypto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/common/Cryptography/OpenSSLCrypto.h b/src/common/Cryptography/OpenSSLCrypto.h index 8aa0abef88d..7b646659c05 100644 --- a/src/common/Cryptography/OpenSSLCrypto.h +++ b/src/common/Cryptography/OpenSSLCrypto.h @@ -15,8 +15,8 @@ * with this program. If not, see . */ -#ifndef OPENSSL_CRYPTO_H -#define OPENSSL_CRYPTO_H +#ifndef TRINITY_OPENSSL_CRYPTO_H +#define TRINITY_OPENSSL_CRYPTO_H #include "Define.h" #include -- cgit v1.2.3