Fuller authority key id support, partial support for private key usage extension
[openssl.git] / Makefile.org
index b5621f245488c08d7e6b857111126bd2e6e9f55b..5f9c86c73a944b67cdd705e79d9f140e9acccf8c 100644 (file)
@@ -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