Update dependencies.
[openssl.git] / crypto / rsa / Makefile.ssl
index e81cb67df105952422f69145edcd95a040f461a6..11969132bb20602367d75e8cb491a8bcd349369a 100644 (file)
@@ -18,14 +18,14 @@ CFLAGS= $(INCLUDES) $(CFLAG)
 ERR=rsa
 ERRC=rsa_err
 GENERAL=Makefile
-TEST=
+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 \
-       rsa_pk1.c rsa_ssl.c rsa_none.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 \
-       rsa_pk1.o rsa_ssl.o rsa_none.o
+       rsa_pk1.o rsa_ssl.o rsa_none.o rsa_oaep.o
 
 SRC= $(LIBSRC)
 
@@ -81,7 +81,7 @@ clean:
 
 errors: $(ERRC).c
 
-$(ERRC).c: $(ERR).err
+$(ERRC).c: $(ERR).err $(ERR).h
        perl $(TOP)/util/err-ins.pl $(ERR).err $(ERR).h
        perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c
 
@@ -101,6 +101,10 @@ rsa_lib.o: ../../include/stack.h ../cryptlib.h ../crypto.h rsa.h
 rsa_none.o: ../../include/bio.h ../../include/bn.h ../../include/buffer.h
 rsa_none.o: ../../include/e_os.h ../../include/err.h ../../include/rand.h
 rsa_none.o: ../../include/stack.h ../cryptlib.h ../crypto.h rsa.h
+rsa_oaep.o: ../../include/bio.h ../../include/bn.h ../../include/buffer.h
+rsa_oaep.o: ../../include/e_os.h ../../include/err.h ../../include/rand.h
+rsa_oaep.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+rsa_oaep.o: rsa.h
 rsa_pk1.o: ../../include/bio.h ../../include/bn.h ../../include/buffer.h
 rsa_pk1.o: ../../include/e_os.h ../../include/err.h ../../include/rand.h
 rsa_pk1.o: ../../include/stack.h ../cryptlib.h ../crypto.h rsa.h