X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=Makefile.org;h=5f9c86c73a944b67cdd705e79d9f140e9acccf8c;hp=b5621f245488c08d7e6b857111126bd2e6e9f55b;hb=f2f351ce9c9e8db53b0bb7bfd49bb71ad8e612d6;hpb=f317aa4c9cb03dd680247bdcf6a22c1b799890e7 diff --git a/Makefile.org b/Makefile.org index b5621f2454..5f9c86c73a 100644 --- a/Makefile.org +++ b/Makefile.org @@ -1,6 +1,6 @@ # # Makefile for all the SSL related library routines and utilities -VERSION = 0.9.1c +VERSION = 0.9.2 PLATFORM=FreeBSD # # make install will install: @@ -157,7 +157,7 @@ SDIRS= \ des rc2 rc4 rc5 idea bf cast \ bn rsa dsa dh \ buffer bio stack lhash rand err objects \ - evp asn1 x509 x509v3 conf pem txt_db pkcs7 comp + evp asn1 pem x509 x509v3 conf txt_db pkcs7 comp # If you change the INSTALLTOP, make sure to also change the values # in crypto/location.h @@ -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