Core/Misc: Prefix include guard to avoid possible conflict with external library

(cherry picked from commit aefce9a25c)
This commit is contained in:
Shauren
2022-05-03 11:16:35 +02:00
parent a1c8b709f9
commit e23a9943dd

View File

@@ -15,8 +15,8 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef OPENSSL_CRYPTO_H
#define OPENSSL_CRYPTO_H
#ifndef TRINITY_OPENSSL_CRYPTO_H
#define TRINITY_OPENSSL_CRYPTO_H
#include "Define.h"
#include <openssl/opensslv.h>