From b621d7725803c3b29aa6d746d1bd351cf8f92371 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sun, 31 Jan 1999 11:10:10 +0000 Subject: [PATCH] Make sure `make rehash' target really finds the `openssl' program. --- CHANGES | 3 +++ Makefile.org | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index f9ec5773b0..4cd84ccc8e 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,9 @@ Changes between 0.9.1c and 0.9.2 + *) Make sure `make rehash' target really finds the `openssl' program. + [Ralf S. Engelschall, Matthias Loepfe ] + *) Squeeze another 7% of speed out of MD5 assembler, at least on a P2. I'd like to hear about it if this slows down other processors. [Ben Laurie] diff --git a/Makefile.org b/Makefile.org index aad83d43ed..ed0fc7a552 100644 --- a/Makefile.org +++ b/Makefile.org @@ -253,7 +253,7 @@ dclean: done; rehash: - @(PATH="`pwd`/apps:${PATH}"; sh tools/c_rehash certs) + @(OPENSSL="`pwd`/apps/openssl"; export OPENSSL; sh tools/c_rehash certs) test: tests -- GitLab