diff options
| author | djm <> | 2009-01-09 12:15:52 +0000 |
|---|---|---|
| committer | djm <> | 2009-01-09 12:15:52 +0000 |
| commit | 23f8d96f0f508b8bef2602049feee9c44228d34c (patch) | |
| tree | a2a7787bc00e8f6a29153b8c6d9eb5e8f73d6269 /src/lib/libcrypto/dh/Makefile | |
| parent | 30562050421d947c3eb3c10edde6e87730b17471 (diff) | |
| download | openbsd-23f8d96f0f508b8bef2602049feee9c44228d34c.tar.gz openbsd-23f8d96f0f508b8bef2602049feee9c44228d34c.tar.bz2 openbsd-23f8d96f0f508b8bef2602049feee9c44228d34c.zip | |
resolve conflicts
Diffstat (limited to 'src/lib/libcrypto/dh/Makefile')
| -rw-r--r-- | src/lib/libcrypto/dh/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/lib/libcrypto/dh/Makefile b/src/lib/libcrypto/dh/Makefile index 950cad9c5b..d01fa960eb 100644 --- a/src/lib/libcrypto/dh/Makefile +++ b/src/lib/libcrypto/dh/Makefile | |||
| @@ -33,7 +33,7 @@ top: | |||
| 33 | all: lib | 33 | all: lib |
| 34 | 34 | ||
| 35 | lib: $(LIBOBJ) | 35 | lib: $(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 | ||
| @@ -129,11 +129,11 @@ dh_lib.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h | |||
| 129 | dh_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | 129 | dh_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h |
| 130 | dh_lib.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h | 130 | dh_lib.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h |
| 131 | dh_lib.o: ../../include/openssl/engine.h ../../include/openssl/err.h | 131 | dh_lib.o: ../../include/openssl/engine.h ../../include/openssl/err.h |
| 132 | dh_lib.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h | 132 | dh_lib.o: ../../include/openssl/evp.h ../../include/openssl/fips.h |
| 133 | dh_lib.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | 133 | dh_lib.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h |
| 134 | dh_lib.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 134 | dh_lib.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h |
| 135 | dh_lib.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h | 135 | dh_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
| 136 | dh_lib.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | 136 | dh_lib.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h |
| 137 | dh_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 137 | dh_lib.o: ../../include/openssl/sha.h ../../include/openssl/stack.h |
| 138 | dh_lib.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h | 138 | dh_lib.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h |
| 139 | dh_lib.o: ../cryptlib.h dh_lib.c | 139 | dh_lib.o: ../../include/openssl/x509_vfy.h ../cryptlib.h dh_lib.c |
