X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Frsa%2FMakefile.ssl;h=9487b6f514b75887145018d3b9b7503fa4d3db22;hp=72dcdc9ebf3c410cb97449e8f6adc5cd65d016fb;hb=73934800474e5b333af2bff0a8f79f13405fb500;hpb=50cfd175c9441533e16297652376ad1b870fb29b diff --git a/crypto/rsa/Makefile.ssl b/crypto/rsa/Makefile.ssl index 72dcdc9ebf..9487b6f514 100644 --- a/crypto/rsa/Makefile.ssl +++ b/crypto/rsa/Makefile.ssl @@ -15,15 +15,14 @@ AR= ar r CFLAGS= $(INCLUDES) $(CFLAG) -ERRC=rsa_err GENERAL=Makefile TEST=rsa_oaep_test.c APPS= LIB=$(TOP)/libcrypto.a -LIBSRC= rsa_eay.c rsa_gen.c rsa_lib.c rsa_sign.c rsa_saos.c $(ERRC).c \ +LIBSRC= rsa_eay.c rsa_gen.c rsa_lib.c rsa_sign.c rsa_saos.c rsa_err.c \ rsa_pk1.c rsa_ssl.c rsa_none.c rsa_oaep.c -LIBOBJ= rsa_eay.o rsa_gen.o rsa_lib.o rsa_sign.o rsa_saos.o $(ERRC).o \ +LIBOBJ= rsa_eay.o rsa_gen.o rsa_lib.o rsa_sign.o rsa_saos.o rsa_err.o \ rsa_pk1.o rsa_ssl.o rsa_none.o rsa_oaep.o SRC= $(LIBSRC)