disable stdin buffering in load_cert
[openssl.git] / crypto / Makefile.ssl
index 8c399bbff14aa07b3f109b873a0660b83c65d2b6..7e454bafb1523d79bef74c56200873dd7d40bc73 100644 (file)
@@ -27,9 +27,9 @@ LIBS=
 
 SDIRS= md2 md5 sha mdc2 hmac ripemd \
        des rc2 rc4 rc5 idea bf cast \
-       bn rsa dsa dh dso \
+       bn rsa dsa dh dso engine rijndael \
        buffer bio stack lhash rand err objects \
-       evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp
+       evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp
 
 GENERAL=Makefile README crypto-lib.com install.com
 
@@ -90,7 +90,8 @@ links:
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       $(RANLIB) $(LIB)
+       @echo You may get an error following this line.  Please ignore.
+       - $(RANLIB) $(LIB)
        @touch lib
 
 libs: