From: Ralf S. Engelschall Date: Sun, 8 Aug 1999 19:12:26 +0000 (+0000) Subject: Install libRSAglue.a when OpenSSL is build with RSAref. X-Git-Tag: OpenSSL_0_9_4~4 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=dfbaf95618475640cfcd3c13e4b425538a807666 Install libRSAglue.a when OpenSSL is build with RSAref. This should now finally make the RSAref users happy... --- diff --git a/CHANGES b/CHANGES index f298e40b2e..eaa2723ab4 100644 --- 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 ] diff --git a/rsaref/Makefile.ssl b/rsaref/Makefile.ssl index 4d19f841ec..165b2b8036 100644 --- a/rsaref/Makefile.ssl +++ b/rsaref/Makefile.ssl @@ -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 \