summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hmac
diff options
context:
space:
mode:
authormarkus <>2002-09-10 16:31:57 +0000
committermarkus <>2002-09-10 16:31:57 +0000
commit7d038e9d4d83e7c7120e78418e108df70b9025d6 (patch)
treebaf775b286ff801a89f746b1938a3c700bba6822 /src/lib/libcrypto/hmac
parent3bd21dd4c3a3e3106321a5f6b3641ab9f18a6e3b (diff)
downloadopenbsd-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.ssl24
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
70depend: 70depend:
71 $(MAKEDEPEND) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC) 71 $(MAKEDEPEND) $(CFLAG) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC)
72 72
73dclean: 73dclean:
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
82hmac.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h 82hmac.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h
83hmac.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h 83hmac.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
84hmac.o: ../../include/openssl/e_os2.h ../../include/openssl/evp.h 84hmac.o: ../../include/openssl/bn.h ../../include/openssl/cast.h
85hmac.o: ../../include/openssl/hmac.h ../../include/openssl/obj_mac.h 85hmac.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
86hmac.o: ../../include/openssl/des_old.h ../../include/openssl/dh.h
87hmac.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
88hmac.o: ../../include/openssl/evp.h ../../include/openssl/hmac.h
89hmac.o: ../../include/openssl/idea.h ../../include/openssl/md2.h
90hmac.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
91hmac.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
86hmac.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h 92hmac.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
87hmac.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h 93hmac.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
88hmac.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h 94hmac.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
89hmac.o: ../../include/openssl/symhacks.h hmac.c 95hmac.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
96hmac.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
97hmac.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
98hmac.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
99hmac.o: ../../include/openssl/ui_compat.h hmac.c