Install various scripts to $(OPENSSLDIR)/misc instead of $(INSTALLTOP)/bin.

Submitted by:
Reviewed by:
PR:
This commit is contained in:
Bodo Möller
1999-04-28 22:06:19 +00:00
parent bcaa88342b
commit ddeee82c63
4 changed files with 20 additions and 3 deletions

View File

@@ -5,8 +5,13 @@
Changes between 0.9.2b and 0.9.3
*) Install various scripts to $(OPENSSLDIR)/misc, not to
$(INSTALLTOP)/bin -- they shouldn't clutter directories
such as /usr/local/bin.
[Bodo Moeller]
*) "make linux-shared" to build shared libraries.
[Niels Poppe <niels@netbox.org>]
[Niels Poppe <niels@netbox.org>]
*) New Configure option no-<cipher> (rsa, idea, rc5, ...).
[Ulf M<>ller]