dev_crypto_cipher: return immediately if allocating cin/cout failed
[openssl.git] / crypto / comp / Makefile
index 2ebae6c471d7cfd82b7de5d452002bae28f8b817..5d364b85133b5dd884b8300e1ba2feca32a96240 100644 (file)
@@ -1,5 +1,5 @@
 #
-# SSLeay/crypto/comp/Makefile
+# OpenSSL/crypto/comp/Makefile
 #
 
 DIR=   comp
@@ -36,7 +36,7 @@ top:
 all:   lib
 
 lib:   $(LIBOBJ)
-       $(AR) $(LIB) $(LIBOBJ)
+       $(ARX) $(LIB) $(LIBOBJ)
        $(RANLIB) $(LIB) || echo Never mind.
        @touch lib