diff options
author | Ben Laurie <ben@openssl.org> | 1999-04-23 17:01:15 +0200 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 1999-04-23 17:01:15 +0200 |
commit | 61f5b6f33807306d09bccbc2dcad474d1d04ca40 (patch) | |
tree | 1680fa648df5f730df11ec433a512a1fadf0facd /rsaref | |
parent | Submitted by: (diff) | |
download | openssl-61f5b6f33807306d09bccbc2dcad474d1d04ca40.tar.xz openssl-61f5b6f33807306d09bccbc2dcad474d1d04ca40.zip |
Work with -pedantic!
Diffstat (limited to 'rsaref')
-rw-r--r-- | rsaref/Makefile.ssl | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/rsaref/Makefile.ssl b/rsaref/Makefile.ssl index 18179ea8c9..3b93823e92 100644 --- a/rsaref/Makefile.ssl +++ b/rsaref/Makefile.ssl @@ -85,9 +85,10 @@ $(ERRC).c: $(ERR).err # DO NOT DELETE THIS LINE -- make depend depends on it. -rsar_err.o: ../crypto/crypto.h ../crypto/opensslv.h ../include/bn.h -rsar_err.o: ../include/err.h ../include/rsa.h ../include/stack.h rsaref.h -rsaref.o: ../crypto/cryptlib.h ../crypto/crypto.h ../crypto/opensslv.h -rsaref.o: ../include/bio.h ../include/bn.h ../include/buffer.h -rsaref.o: ../include/e_os.h ../include/err.h ../include/rand.h ../include/rsa.h -rsaref.o: ../include/stack.h rsaref.h +rsar_err.o: ../crypto/crypto.h ../crypto/opensslconf.h ../crypto/opensslv.h +rsar_err.o: ../include/bn.h ../include/err.h ../include/rsa.h +rsar_err.o: ../include/stack.h rsaref.h +rsaref.o: ../crypto/cryptlib.h ../crypto/crypto.h ../crypto/opensslconf.h +rsaref.o: ../crypto/opensslv.h ../include/bio.h ../include/bn.h +rsaref.o: ../include/buffer.h ../include/e_os.h ../include/err.h +rsaref.o: ../include/rand.h ../include/rsa.h ../include/stack.h rsaref.h |