e293be
--- a/tools/perf/Makefile.config	2017-09-09 00:06:42.000000000 -0700
e293be
+++ b/tools/perf/Makefile.config	2017-10-07 14:12:43.689808032 -0700
e293be
@@ -468,7 +468,7 @@ endif
e293be
 
e293be
 ifndef NO_LIBCRYPTO
e293be
   ifneq ($(feature-libcrypto), 1)
e293be
-    msg := $(warning No libcrypto.h found, disables jitted code injection, please install libssl-devel or libssl-dev);
e293be
+    msg := $(warning No crypto.h found, disables jitted code injection, please install openssl-devel);
e293be
     NO_LIBCRYPTO := 1
e293be
   else
e293be
     CFLAGS += -DHAVE_LIBCRYPTO_SUPPORT