From 8f6f1441a368b984b739658778f53db1bf71a543 Mon Sep 17 00:00:00 2001 From: Timo Teras Date: Thu, 7 May 2015 12:48:47 -0400 Subject: Add rehash command to openssl On Unix/Linux platforms, merge c_rehash script into openssl as a C program. Signed-off-by: Rich Salz Reviewed-by: Tim Hudson --- Makefile.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.org') diff --git a/Makefile.org b/Makefile.org index 3e326c0..30d292a 100644 --- a/Makefile.org +++ b/Makefile.org @@ -428,7 +428,7 @@ rehash.time: certs apps [ -x "apps/openssl.exe" ] && OPENSSL="apps/openssl.exe" || :; \ OPENSSL_DEBUG_MEMORY=on; OPENSSL_CONF=/dev/null ; \ export OPENSSL OPENSSL_DEBUG_MEMORY OPENSSL_CONF; \ - $(PERL) tools/c_rehash certs/demo) && \ + openssl rehash certs/demo) && \ touch rehash.time; \ else :; fi -- cgit v1.1