9dc7b3
centosplus patch [big#13990]
9dc7b3
9dc7b3
This patch was centos-linux-3.10-openssl-correct-msg-bug13990.patch in CentOS 7.
9dc7b3
9dc7b3
--- a/tools/perf/Makefile.config	2019-03-13 04:04:53.000000000 -0700
9dc7b3
+++ b/tools/perf/Makefile.config	2019-06-29 11:41:34.084627980 -0700
9dc7b3
@@ -578,7 +578,7 @@ endif
9dc7b3
 
9dc7b3
 ifndef NO_LIBCRYPTO
9dc7b3
   ifneq ($(feature-libcrypto), 1)
9dc7b3
-    msg := $(warning No libcrypto.h found, disables jitted code injection, please install libssl-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