diff options
author | Ulf Möller <ulf@openssl.org> | 1999-04-27 03:14:46 +0200 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 1999-04-27 03:14:46 +0200 |
commit | f5d7a031a3c3e7b1700a67d6dc19daf3718ce6ee (patch) | |
tree | f5db72824de4586c35cef513ed48aff0d4b69a6b /crypto/dsa/Makefile.ssl | |
parent | Add PKCS#12 documentation and new option in x509 to add certificate extensions. (diff) | |
download | openssl-f5d7a031a3c3e7b1700a67d6dc19daf3718ce6ee.tar.xz openssl-f5d7a031a3c3e7b1700a67d6dc19daf3718ce6ee.zip |
New Configure option no-<cipher> (rsa, idea, rc5, ...).
Diffstat (limited to 'crypto/dsa/Makefile.ssl')
-rw-r--r-- | crypto/dsa/Makefile.ssl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/dsa/Makefile.ssl b/crypto/dsa/Makefile.ssl index e80750b95b..435349c396 100644 --- a/crypto/dsa/Makefile.ssl +++ b/crypto/dsa/Makefile.ssl @@ -65,7 +65,7 @@ lint: lint -DLINT $(INCLUDES) $(SRC)>fluff depend: - $(MAKEDEPEND) $(INCLUDES) $(PROGS) $(LIBSRC) + $(MAKEDEPEND) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC) dclean: $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new |