summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hmac
diff options
context:
space:
mode:
authordjm <>2009-01-09 12:14:09 +0000
committerdjm <>2009-01-09 12:14:09 +0000
commit76dd4d55fdccad54d20608e7caf577b9d67b216f (patch)
tree9b645adc5cf0aa0820e1501ee5c6f2c41c454e7c /src/lib/libcrypto/hmac
parentf1625f274acf5dcd5601f6cb5e29e233b2a441a3 (diff)
downloadopenbsd-76dd4d55fdccad54d20608e7caf577b9d67b216f.tar.gz
openbsd-76dd4d55fdccad54d20608e7caf577b9d67b216f.tar.bz2
openbsd-76dd4d55fdccad54d20608e7caf577b9d67b216f.zip
import openssl-0.9.8j
Diffstat (limited to 'src/lib/libcrypto/hmac')
-rw-r--r--src/lib/libcrypto/hmac/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/lib/libcrypto/hmac/Makefile b/src/lib/libcrypto/hmac/Makefile
index 01f10c396f..5cfa37d99c 100644
--- a/src/lib/libcrypto/hmac/Makefile
+++ b/src/lib/libcrypto/hmac/Makefile
@@ -33,7 +33,7 @@ top:
33all: lib 33all: lib
34 34
35lib: $(LIBOBJ) 35lib: $(LIBOBJ)
36 $(AR) $(LIB) $(LIBOBJ) 36 $(ARX) $(LIB) $(LIBOBJ)
37 $(RANLIB) $(LIB) || echo Never mind. 37 $(RANLIB) $(LIB) || echo Never mind.
38 @touch lib 38 @touch lib
39 39
@@ -77,9 +77,10 @@ clean:
77hmac.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h 77hmac.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h
78hmac.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h 78hmac.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
79hmac.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h 79hmac.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
80hmac.o: ../../include/openssl/evp.h ../../include/openssl/hmac.h 80hmac.o: ../../include/openssl/evp.h ../../include/openssl/fips.h
81hmac.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h 81hmac.o: ../../include/openssl/hmac.h ../../include/openssl/lhash.h
82hmac.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h 82hmac.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
83hmac.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h 83hmac.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
84hmac.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h 84hmac.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
85hmac.o: ../../include/openssl/symhacks.h ../cryptlib.h hmac.c 85hmac.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
86hmac.o: ../cryptlib.h hmac.c