Change error message to "bignum too long"
[oweals/openssl.git] / crypto / Makefile.ssl
index 8c399bbff14aa07b3f109b873a0660b83c65d2b6..7bb2a5ca996ea5bdfe122e76f5b56a44ff0a918d 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 \
        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 rijndael
 
 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: