aboutsummaryrefslogtreecommitdiff
path: root/Makefile.org
diff options
context:
space:
mode:
authorTimo Teras <timo.teras@gmail.com>2015-05-07 12:48:47 -0400
committerRich Salz <rsalz@openssl.org>2015-09-06 18:03:54 -0400
commit8f6f1441a368b984b739658778f53db1bf71a543 (patch)
tree9542c30c214e31d5da11a15d613c48ca9ee853cb /Makefile.org
parent496f4f9d6af6f69d604c1cedfeb956159b66846e (diff)
downloadopenssl-8f6f1441a368b984b739658778f53db1bf71a543.zip
openssl-8f6f1441a368b984b739658778f53db1bf71a543.tar.gz
openssl-8f6f1441a368b984b739658778f53db1bf71a543.tar.bz2
Add rehash command to openssl
On Unix/Linux platforms, merge c_rehash script into openssl as a C program. Signed-off-by: Rich Salz <rsalz@akamai.com> Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'Makefile.org')
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
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