summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1999-06-10 08:13:52 +0000
committerRalf S. Engelschall <rse@openssl.org>1999-06-10 08:13:52 +0000
commit9d9b559ef03e481d2feec5a3a9a28f4a41f8189a (patch)
tree3083eb734b4f81c174a1c1b1b06503889fd61d68 /CHANGES
parent06018c4685c6da61b3efd59aabb1ab7be8d3a552 (diff)
Fix determination of Perl interpreter: A perl or perl5
_directory_ in $PATH was also accepted as the interpreter.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 799ff10b38..28e929cc28 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,9 +2,12 @@
OpenSSL CHANGES
_______________
-
Changes between 0.9.3a and 0.9.4
+ *) Fix determination of Perl interpreter: A perl or perl5
+ _directory_ in $PATH was also accepted as the interpreter.
+ [Ralf S. Engelschall]
+
*) Fix demos/sign/sign.c: well there wasn't anything strictly speaking
wrong with it but it was very old and did things like calling
PEM_ASN1_read() directly and used MD5 for the hash not to mention some