diff options
author | djm <> | 2009-01-09 12:14:08 +0000 |
---|---|---|
committer | djm <> | 2009-01-09 12:14:08 +0000 |
commit | 05552533f486a700413f5b1fd925ae0f2c26d8a8 (patch) | |
tree | f4ffce3b31816b285b9a3a6c153e63bf437e6d1b /src/lib/libcrypto/ecdh | |
parent | 3687ac46695eab112e6291f8a57388dcfb688c8c (diff) | |
download | openbsd-05552533f486a700413f5b1fd925ae0f2c26d8a8.tar.gz openbsd-05552533f486a700413f5b1fd925ae0f2c26d8a8.tar.bz2 openbsd-05552533f486a700413f5b1fd925ae0f2c26d8a8.zip |
import openssl-0.9.8j
Diffstat (limited to 'src/lib/libcrypto/ecdh')
-rw-r--r-- | src/lib/libcrypto/ecdh/Makefile | 35 |
1 files changed, 23 insertions, 12 deletions
diff --git a/src/lib/libcrypto/ecdh/Makefile b/src/lib/libcrypto/ecdh/Makefile index 95aa69fea5..7a7b618eeb 100644 --- a/src/lib/libcrypto/ecdh/Makefile +++ b/src/lib/libcrypto/ecdh/Makefile | |||
@@ -34,7 +34,7 @@ top: | |||
34 | all: lib | 34 | all: lib |
35 | 35 | ||
36 | lib: $(LIBOBJ) | 36 | lib: $(LIBOBJ) |
37 | $(AR) $(LIB) $(LIBOBJ) | 37 | $(ARX) $(LIB) $(LIBOBJ) |
38 | $(RANLIB) $(LIB) || echo Never mind. | 38 | $(RANLIB) $(LIB) || echo Never mind. |
39 | @touch lib | 39 | @touch lib |
40 | 40 | ||
@@ -84,20 +84,31 @@ ech_err.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h | |||
84 | ech_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 84 | ech_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
85 | ech_err.o: ech_err.c | 85 | ech_err.o: ech_err.c |
86 | ech_key.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | 86 | ech_key.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h |
87 | ech_key.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | 87 | ech_key.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h |
88 | ech_key.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | 88 | ech_key.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h |
89 | ech_key.o: ../../include/openssl/engine.h ../../include/openssl/opensslconf.h | 89 | ech_key.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h |
90 | ech_key.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | 90 | ech_key.o: ../../include/openssl/engine.h ../../include/openssl/evp.h |
91 | ech_key.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 91 | ech_key.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h |
92 | ech_key.o: ../../include/openssl/symhacks.h ech_key.c ech_locl.h | 92 | ech_key.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h |
93 | ech_key.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | ||
94 | ech_key.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h | ||
95 | ech_key.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | ||
96 | ech_key.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
97 | ech_key.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h | ||
98 | ech_key.o: ech_key.c ech_locl.h | ||
93 | ech_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | 99 | ech_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h |
94 | ech_lib.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | 100 | ech_lib.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h |
95 | ech_lib.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | 101 | ech_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h |
102 | ech_lib.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h | ||
96 | ech_lib.o: ../../include/openssl/engine.h ../../include/openssl/err.h | 103 | ech_lib.o: ../../include/openssl/engine.h ../../include/openssl/err.h |
97 | ech_lib.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h | 104 | ech_lib.o: ../../include/openssl/evp.h ../../include/openssl/fips.h |
105 | ech_lib.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | ||
106 | ech_lib.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | ||
98 | ech_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | 107 | ech_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
99 | ech_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 108 | ech_lib.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h |
100 | ech_lib.o: ../../include/openssl/symhacks.h ech_lib.c ech_locl.h | 109 | ech_lib.o: ../../include/openssl/sha.h ../../include/openssl/stack.h |
110 | ech_lib.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h | ||
111 | ech_lib.o: ../../include/openssl/x509_vfy.h ech_lib.c ech_locl.h | ||
101 | ech_ossl.o: ../../e_os.h ../../include/openssl/asn1.h | 112 | ech_ossl.o: ../../e_os.h ../../include/openssl/asn1.h |
102 | ech_ossl.o: ../../include/openssl/bio.h ../../include/openssl/bn.h | 113 | ech_ossl.o: ../../include/openssl/bio.h ../../include/openssl/bn.h |
103 | ech_ossl.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | 114 | ech_ossl.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h |