From 82db9514a3650096dad1cf6ba26feb50d17dc0c0 Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Sun, 13 Aug 2023 23:50:48 +0300 Subject: [PATCH] remove typoin makefile --- plugin/openssl/openssl.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/openssl/openssl.mk b/plugin/openssl/openssl.mk index a090fc48f..6cd6fd54c 100644 --- a/plugin/openssl/openssl.mk +++ b/plugin/openssl/openssl.mk @@ -1,4 +1,4 @@ openssl_SOURCES = openssl_provider.cc openssl_HEADERS = openssl_provider.h openssl_LDFLAGS = -lcrypto -openssl_CXXFLAGS = -Iplugin/openssl/include -isystemplgun/openssl/include +openssl_CXXFLAGS = -Iplugin/openssl/include