From dfbaf95618475640cfcd3c13e4b425538a807666 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Sun, 8 Aug 1999 19:12:26 +0000 Subject: [PATCH] Install libRSAglue.a when OpenSSL is build with RSAref. This should now finally make the RSAref users happy... --- CHANGES | 3 +++ rsaref/Makefile.ssl | 6 ++++++ 2 files changed, 9 insertions(+) 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 \ -- GitLab