9dc7b3
centosplus patch [big#13990]
9dc7b3
9dc7b3
This patch was centos-linux-3.10-openssl-correct-msg-bug13990.patch in CentOS 7.
9dc7b3
883680
--- a/tools/perf/Makefile.config	2019-09-26 08:14:46.000000000 -0700
883680
+++ b/tools/perf/Makefile.config	2019-11-14 14:59:09.176688346 -0800
883680
@@ -592,7 +592,7 @@ endif
9dc7b3
 
9dc7b3
 ifndef NO_LIBCRYPTO
9dc7b3
   ifneq ($(feature-libcrypto), 1)
883680
-    msg := $(warning No libcrypto.h found, disables jitted code injection, please install openssl-devel or libssl-dev);
9dc7b3
+    msg := $(warning No crypto.h found, disables jitted code injection, please install openssl-devel);
9dc7b3
     NO_LIBCRYPTO := 1
9dc7b3
   else
9dc7b3
     CFLAGS += -DHAVE_LIBCRYPTO_SUPPORT