Commit dfbaf956 authored by Ralf S. Engelschall's avatar Ralf S. Engelschall
Browse files

Install libRSAglue.a when OpenSSL is build with RSAref.

This should now finally make the RSAref users happy...
parent 204cf1ab
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4,6 +4,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>]

+6 −0
Original line number Diff line number Diff line
@@ -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  \