This should now finally make the RSAref users happy...
_______________
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>]
@$(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 \