diff options
| author | markus <> | 2002-09-10 16:31:57 +0000 |
|---|---|---|
| committer | markus <> | 2002-09-10 16:31:57 +0000 |
| commit | 7d038e9d4d83e7c7120e78418e108df70b9025d6 (patch) | |
| tree | baf775b286ff801a89f746b1938a3c700bba6822 /src/lib/libcrypto/hmac | |
| parent | 3bd21dd4c3a3e3106321a5f6b3641ab9f18a6e3b (diff) | |
| download | openbsd-7d038e9d4d83e7c7120e78418e108df70b9025d6.tar.gz openbsd-7d038e9d4d83e7c7120e78418e108df70b9025d6.tar.bz2 openbsd-7d038e9d4d83e7c7120e78418e108df70b9025d6.zip | |
merge openssl-0.9.7-beta3, tested on vax by miod@
Diffstat (limited to 'src/lib/libcrypto/hmac')
| -rw-r--r-- | src/lib/libcrypto/hmac/Makefile.ssl | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/src/lib/libcrypto/hmac/Makefile.ssl b/src/lib/libcrypto/hmac/Makefile.ssl index 93312d4918..2bb3264f0e 100644 --- a/src/lib/libcrypto/hmac/Makefile.ssl +++ b/src/lib/libcrypto/hmac/Makefile.ssl | |||
| @@ -68,7 +68,7 @@ lint: | |||
| 68 | lint -DLINT $(INCLUDES) $(SRC)>fluff | 68 | lint -DLINT $(INCLUDES) $(SRC)>fluff |
| 69 | 69 | ||
| 70 | depend: | 70 | depend: |
| 71 | $(MAKEDEPEND) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC) | 71 | $(MAKEDEPEND) $(CFLAG) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC) |
| 72 | 72 | ||
| 73 | dclean: | 73 | dclean: |
| 74 | $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new | 74 | $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new |
| @@ -79,11 +79,21 @@ clean: | |||
| 79 | 79 | ||
| 80 | # DO NOT DELETE THIS LINE -- make depend depends on it. | 80 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
| 81 | 81 | ||
| 82 | hmac.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | 82 | hmac.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h |
| 83 | hmac.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | 83 | hmac.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h |
| 84 | hmac.o: ../../include/openssl/e_os2.h ../../include/openssl/evp.h | 84 | hmac.o: ../../include/openssl/bn.h ../../include/openssl/cast.h |
| 85 | hmac.o: ../../include/openssl/hmac.h ../../include/openssl/obj_mac.h | 85 | hmac.o: ../../include/openssl/crypto.h ../../include/openssl/des.h |
| 86 | hmac.o: ../../include/openssl/des_old.h ../../include/openssl/dh.h | ||
| 87 | hmac.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h | ||
| 88 | hmac.o: ../../include/openssl/evp.h ../../include/openssl/hmac.h | ||
| 89 | hmac.o: ../../include/openssl/idea.h ../../include/openssl/md2.h | ||
| 90 | hmac.o: ../../include/openssl/md4.h ../../include/openssl/md5.h | ||
| 91 | hmac.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h | ||
| 86 | hmac.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | 92 | hmac.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h |
| 87 | hmac.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | 93 | hmac.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
| 88 | hmac.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 94 | hmac.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h |
| 89 | hmac.o: ../../include/openssl/symhacks.h hmac.c | 95 | hmac.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h |
| 96 | hmac.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h | ||
| 97 | hmac.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | ||
| 98 | hmac.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h | ||
| 99 | hmac.o: ../../include/openssl/ui_compat.h hmac.c | ||
