Move MAC computations for Finished from ssl3_read_bytes into
[openssl.git] / rsaref / Makefile.ssl
index 4d19f841ecc268b7fb63cbe9bb64b465d9db2b80..f338427a02b55a8e84e3dcd3dff328a8e6e4f813 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  \
@@ -82,11 +88,12 @@ clean:
 rsar_err.o: ../include/openssl/bn.h ../include/openssl/crypto.h
 rsar_err.o: ../include/openssl/err.h ../include/openssl/opensslconf.h
 rsar_err.o: ../include/openssl/opensslv.h ../include/openssl/rsa.h
-rsar_err.o: ../include/openssl/rsaref.h ../include/openssl/stack.h
+rsar_err.o: ../include/openssl/rsaref.h ../include/openssl/safestack.h
+rsar_err.o: ../include/openssl/stack.h
 rsaref.o: ../crypto/cryptlib.h ../include/openssl/bio.h ../include/openssl/bn.h
 rsaref.o: ../include/openssl/buffer.h ../include/openssl/crypto.h
 rsaref.o: ../include/openssl/e_os.h ../include/openssl/e_os2.h
 rsaref.o: ../include/openssl/err.h ../include/openssl/opensslconf.h
 rsaref.o: ../include/openssl/opensslv.h ../include/openssl/rand.h
 rsaref.o: ../include/openssl/rsa.h ../include/openssl/rsaref.h
-rsaref.o: ../include/openssl/stack.h
+rsaref.o: ../include/openssl/safestack.h ../include/openssl/stack.h