]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Install libRSAglue.a when OpenSSL is build with RSAref.
authorRalf S. Engelschall <rse@openssl.org>
Sun, 8 Aug 1999 19:12:26 +0000 (19:12 +0000)
committerRalf S. Engelschall <rse@openssl.org>
Sun, 8 Aug 1999 19:12:26 +0000 (19:12 +0000)
This should now finally make the RSAref users happy...

CHANGES
rsaref/Makefile.ssl

diff --git a/CHANGES b/CHANGES
index f298e40b2ebc84d683e2585e6d0bfe315e9f94c0..eaa2723ab41314f72aba7ab001c568b5b2a49b2b 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,9 @@
  _______________
 
  Changes between 0.9.3a and 0.9.4  [xx Aug 1999]
+  
+  *) Install libRSAglue.a when OpenSSL is build with RSAref.
+     [Ralf S. Engelschall]
 
   *) A few more ``#ifndef NO_FP_API / #endif'' pairs for consistency.
      [Andrija Antonijevic <TheAntony2@bigfoot.com>]
index 4d19f841ecc268b7fb63cbe9bb64b465d9db2b80..165b2b8036f5597a515d41bd34028c7070d3405f 100644 (file)
@@ -52,6 +52,12 @@ links:
        @$(PERL) $(TOP)/util/mklink.pl ../apps $(APPS)
 
 install:
+       -@if [ "x`echo x $(EX_LIBS) | grep RSAglue`" != x ]; then \
+           echo "installing libRSAglue.a"; \
+           cp $(LIB) $(INSTALL_PREFIX)$(INSTALLTOP)/lib/libRSAglue.a; \
+           $(RANLIB) $(INSTALL_PREFIX)$(INSTALLTOP)/lib/libRSAglue.a; \
+           chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/libRSAglue.a; \
+       fi
 
 #      @for i in $(EXHEADER) ; \
 #      do  \