diff options
| author | djm <> | 2012-10-13 21:25:14 +0000 |
|---|---|---|
| committer | djm <> | 2012-10-13 21:25:14 +0000 |
| commit | 942650cdef05a877200cb7aff3a075935a5fd0cd (patch) | |
| tree | 281e0a29ae8f87a8c47fbd4deaa1f3d48b8cc5c1 /src/lib/libcrypto/engine/Makefile | |
| parent | 37f091539f73e1650c83acd0c78677ef48c209a6 (diff) | |
| download | openbsd-942650cdef05a877200cb7aff3a075935a5fd0cd.tar.gz openbsd-942650cdef05a877200cb7aff3a075935a5fd0cd.tar.bz2 openbsd-942650cdef05a877200cb7aff3a075935a5fd0cd.zip | |
resolve conflicts
Diffstat (limited to 'src/lib/libcrypto/engine/Makefile')
| -rw-r--r-- | src/lib/libcrypto/engine/Makefile | 34 |
1 files changed, 32 insertions, 2 deletions
diff --git a/src/lib/libcrypto/engine/Makefile b/src/lib/libcrypto/engine/Makefile index 9c214824eb..d29bdd09a0 100644 --- a/src/lib/libcrypto/engine/Makefile +++ b/src/lib/libcrypto/engine/Makefile | |||
| @@ -21,12 +21,14 @@ LIBSRC= eng_err.c eng_lib.c eng_list.c eng_init.c eng_ctrl.c \ | |||
| 21 | eng_table.c eng_pkey.c eng_fat.c eng_all.c \ | 21 | eng_table.c eng_pkey.c eng_fat.c eng_all.c \ |
| 22 | tb_rsa.c tb_dsa.c tb_ecdsa.c tb_dh.c tb_ecdh.c tb_rand.c tb_store.c \ | 22 | tb_rsa.c tb_dsa.c tb_ecdsa.c tb_dh.c tb_ecdh.c tb_rand.c tb_store.c \ |
| 23 | tb_cipher.c tb_digest.c tb_pkmeth.c tb_asnmth.c \ | 23 | tb_cipher.c tb_digest.c tb_pkmeth.c tb_asnmth.c \ |
| 24 | eng_openssl.c eng_cnf.c eng_dyn.c eng_cryptodev.c | 24 | eng_openssl.c eng_cnf.c eng_dyn.c eng_cryptodev.c \ |
| 25 | eng_rsax.c eng_rdrand.c | ||
| 25 | LIBOBJ= eng_err.o eng_lib.o eng_list.o eng_init.o eng_ctrl.o \ | 26 | LIBOBJ= eng_err.o eng_lib.o eng_list.o eng_init.o eng_ctrl.o \ |
| 26 | eng_table.o eng_pkey.o eng_fat.o eng_all.o \ | 27 | eng_table.o eng_pkey.o eng_fat.o eng_all.o \ |
| 27 | tb_rsa.o tb_dsa.o tb_ecdsa.o tb_dh.o tb_ecdh.o tb_rand.o tb_store.o \ | 28 | tb_rsa.o tb_dsa.o tb_ecdsa.o tb_dh.o tb_ecdh.o tb_rand.o tb_store.o \ |
| 28 | tb_cipher.o tb_digest.o tb_pkmeth.o tb_asnmth.o \ | 29 | tb_cipher.o tb_digest.o tb_pkmeth.o tb_asnmth.o \ |
| 29 | eng_openssl.o eng_cnf.o eng_dyn.o eng_cryptodev.o | 30 | eng_openssl.o eng_cnf.o eng_dyn.o eng_cryptodev.o \ |
| 31 | eng_rsax.o eng_rdrand.o | ||
| 30 | 32 | ||
| 31 | SRC= $(LIBSRC) | 33 | SRC= $(LIBSRC) |
| 32 | 34 | ||
| @@ -249,6 +251,34 @@ eng_pkey.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h | |||
| 249 | eng_pkey.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | 251 | eng_pkey.o: ../../include/openssl/sha.h ../../include/openssl/stack.h |
| 250 | eng_pkey.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h | 252 | eng_pkey.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h |
| 251 | eng_pkey.o: ../../include/openssl/x509_vfy.h ../cryptlib.h eng_int.h eng_pkey.c | 253 | eng_pkey.o: ../../include/openssl/x509_vfy.h ../cryptlib.h eng_int.h eng_pkey.c |
| 254 | eng_rdrand.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| 255 | eng_rdrand.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | ||
| 256 | eng_rdrand.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| 257 | eng_rdrand.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h | ||
| 258 | eng_rdrand.o: ../../include/openssl/engine.h ../../include/openssl/err.h | ||
| 259 | eng_rdrand.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h | ||
| 260 | eng_rdrand.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | ||
| 261 | eng_rdrand.o: ../../include/openssl/opensslconf.h | ||
| 262 | eng_rdrand.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| 263 | eng_rdrand.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h | ||
| 264 | eng_rdrand.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | ||
| 265 | eng_rdrand.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
| 266 | eng_rdrand.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h | ||
| 267 | eng_rdrand.o: eng_rdrand.c | ||
| 268 | eng_rsax.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| 269 | eng_rsax.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h | ||
| 270 | eng_rsax.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| 271 | eng_rsax.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | ||
| 272 | eng_rsax.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h | ||
| 273 | eng_rsax.o: ../../include/openssl/err.h ../../include/openssl/evp.h | ||
| 274 | eng_rsax.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | ||
| 275 | eng_rsax.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | ||
| 276 | eng_rsax.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| 277 | eng_rsax.o: ../../include/openssl/pkcs7.h ../../include/openssl/rsa.h | ||
| 278 | eng_rsax.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | ||
| 279 | eng_rsax.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
| 280 | eng_rsax.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h | ||
| 281 | eng_rsax.o: eng_rsax.c | ||
| 252 | eng_table.o: ../../e_os.h ../../include/openssl/asn1.h | 282 | eng_table.o: ../../e_os.h ../../include/openssl/asn1.h |
| 253 | eng_table.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | 283 | eng_table.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h |
| 254 | eng_table.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | 284 | eng_table.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h |
