diff options
| author | djm <> | 2009-01-09 12:15:52 +0000 |
|---|---|---|
| committer | djm <> | 2009-01-09 12:15:52 +0000 |
| commit | eef32868c6aa961f0ae29b5a113d0690dc4db25e (patch) | |
| tree | a2a7787bc00e8f6a29153b8c6d9eb5e8f73d6269 /src/lib/libcrypto/engine | |
| parent | ed26972d251de1f03147983371ecfba887241c5e (diff) | |
| download | openbsd-eef32868c6aa961f0ae29b5a113d0690dc4db25e.tar.gz openbsd-eef32868c6aa961f0ae29b5a113d0690dc4db25e.tar.bz2 openbsd-eef32868c6aa961f0ae29b5a113d0690dc4db25e.zip | |
resolve conflicts
Diffstat (limited to 'src/lib/libcrypto/engine')
| -rw-r--r-- | src/lib/libcrypto/engine/Makefile | 231 | ||||
| -rw-r--r-- | src/lib/libcrypto/engine/eng_cnf.c | 18 | ||||
| -rw-r--r-- | src/lib/libcrypto/engine/enginetest.c | 2 |
3 files changed, 131 insertions, 120 deletions
diff --git a/src/lib/libcrypto/engine/Makefile b/src/lib/libcrypto/engine/Makefile index 47cc619b8a..0cc3722089 100644 --- a/src/lib/libcrypto/engine/Makefile +++ b/src/lib/libcrypto/engine/Makefile | |||
| @@ -41,7 +41,7 @@ top: | |||
| 41 | all: lib | 41 | all: lib |
| 42 | 42 | ||
| 43 | lib: $(LIBOBJ) | 43 | lib: $(LIBOBJ) |
| 44 | $(AR) $(LIB) $(LIBOBJ) | 44 | $(ARX) $(LIB) $(LIBOBJ) |
| 45 | $(RANLIB) $(LIB) || echo Never mind. | 45 | $(RANLIB) $(LIB) || echo Never mind. |
| 46 | @touch lib | 46 | @touch lib |
| 47 | 47 | ||
| @@ -88,34 +88,35 @@ eng_all.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | |||
| 88 | eng_all.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | 88 | eng_all.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h |
| 89 | eng_all.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h | 89 | eng_all.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h |
| 90 | eng_all.o: ../../include/openssl/err.h ../../include/openssl/evp.h | 90 | eng_all.o: ../../include/openssl/err.h ../../include/openssl/evp.h |
| 91 | eng_all.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | 91 | eng_all.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h |
| 92 | eng_all.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | 92 | eng_all.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h |
| 93 | eng_all.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | 93 | eng_all.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h |
| 94 | eng_all.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h | 94 | eng_all.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h |
| 95 | eng_all.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | 95 | eng_all.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h |
| 96 | eng_all.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h | 96 | eng_all.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
| 97 | eng_all.o: ../../include/openssl/x509_vfy.h ../cryptlib.h eng_all.c eng_int.h | 97 | eng_all.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h |
| 98 | eng_all.o: ../cryptlib.h eng_all.c eng_int.h | ||
| 98 | eng_cnf.o: ../../e_os.h ../../include/openssl/asn1.h | 99 | eng_cnf.o: ../../e_os.h ../../include/openssl/asn1.h |
| 99 | eng_cnf.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | 100 | eng_cnf.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h |
| 100 | eng_cnf.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h | 101 | eng_cnf.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h |
| 101 | eng_cnf.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | 102 | eng_cnf.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h |
| 102 | eng_cnf.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h | 103 | eng_cnf.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h |
| 103 | eng_cnf.o: ../../include/openssl/engine.h ../../include/openssl/err.h | 104 | eng_cnf.o: ../../include/openssl/engine.h ../../include/openssl/err.h |
| 104 | eng_cnf.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h | 105 | eng_cnf.o: ../../include/openssl/evp.h ../../include/openssl/fips.h |
| 105 | eng_cnf.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | 106 | eng_cnf.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h |
| 106 | eng_cnf.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 107 | eng_cnf.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h |
| 107 | eng_cnf.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h | 108 | eng_cnf.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
| 108 | eng_cnf.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | 109 | eng_cnf.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h |
| 109 | eng_cnf.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 110 | eng_cnf.o: ../../include/openssl/sha.h ../../include/openssl/stack.h |
| 110 | eng_cnf.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h | 111 | eng_cnf.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h |
| 111 | eng_cnf.o: ../cryptlib.h eng_cnf.c eng_int.h | 112 | eng_cnf.o: ../../include/openssl/x509_vfy.h ../cryptlib.h eng_cnf.c eng_int.h |
| 112 | eng_cryptodev.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | 113 | eng_cryptodev.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h |
| 113 | eng_cryptodev.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h | 114 | eng_cryptodev.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h |
| 114 | eng_cryptodev.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | 115 | eng_cryptodev.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h |
| 115 | eng_cryptodev.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | 116 | eng_cryptodev.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h |
| 116 | eng_cryptodev.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h | 117 | eng_cryptodev.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h |
| 117 | eng_cryptodev.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h | 118 | eng_cryptodev.o: ../../include/openssl/evp.h ../../include/openssl/fips.h |
| 118 | eng_cryptodev.o: ../../include/openssl/obj_mac.h | 119 | eng_cryptodev.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h |
| 119 | eng_cryptodev.o: ../../include/openssl/objects.h | 120 | eng_cryptodev.o: ../../include/openssl/objects.h |
| 120 | eng_cryptodev.o: ../../include/openssl/opensslconf.h | 121 | eng_cryptodev.o: ../../include/openssl/opensslconf.h |
| 121 | eng_cryptodev.o: ../../include/openssl/opensslv.h | 122 | eng_cryptodev.o: ../../include/openssl/opensslv.h |
| @@ -130,8 +131,9 @@ eng_ctrl.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | |||
| 130 | eng_ctrl.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | 131 | eng_ctrl.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h |
| 131 | eng_ctrl.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h | 132 | eng_ctrl.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h |
| 132 | eng_ctrl.o: ../../include/openssl/err.h ../../include/openssl/evp.h | 133 | eng_ctrl.o: ../../include/openssl/err.h ../../include/openssl/evp.h |
| 133 | eng_ctrl.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | 134 | eng_ctrl.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h |
| 134 | eng_ctrl.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | 135 | eng_ctrl.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h |
| 136 | eng_ctrl.o: ../../include/openssl/opensslconf.h | ||
| 135 | eng_ctrl.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | 137 | eng_ctrl.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
| 136 | eng_ctrl.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h | 138 | eng_ctrl.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h |
| 137 | eng_ctrl.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | 139 | eng_ctrl.o: ../../include/openssl/sha.h ../../include/openssl/stack.h |
| @@ -143,49 +145,50 @@ eng_dyn.o: ../../include/openssl/crypto.h ../../include/openssl/dso.h | |||
| 143 | eng_dyn.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | 145 | eng_dyn.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h |
| 144 | eng_dyn.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h | 146 | eng_dyn.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h |
| 145 | eng_dyn.o: ../../include/openssl/engine.h ../../include/openssl/err.h | 147 | eng_dyn.o: ../../include/openssl/engine.h ../../include/openssl/err.h |
| 146 | eng_dyn.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h | 148 | eng_dyn.o: ../../include/openssl/evp.h ../../include/openssl/fips.h |
| 147 | eng_dyn.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | 149 | eng_dyn.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h |
| 148 | eng_dyn.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 150 | eng_dyn.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h |
| 149 | eng_dyn.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h | 151 | eng_dyn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
| 150 | eng_dyn.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | 152 | eng_dyn.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h |
| 151 | eng_dyn.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 153 | eng_dyn.o: ../../include/openssl/sha.h ../../include/openssl/stack.h |
| 152 | eng_dyn.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h | 154 | eng_dyn.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h |
| 153 | eng_dyn.o: ../cryptlib.h eng_dyn.c eng_int.h | 155 | eng_dyn.o: ../../include/openssl/x509_vfy.h ../cryptlib.h eng_dyn.c eng_int.h |
| 154 | eng_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | 156 | eng_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h |
| 155 | eng_err.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | 157 | eng_err.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h |
| 156 | eng_err.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | 158 | eng_err.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h |
| 157 | eng_err.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h | 159 | eng_err.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h |
| 158 | eng_err.o: ../../include/openssl/engine.h ../../include/openssl/err.h | 160 | eng_err.o: ../../include/openssl/engine.h ../../include/openssl/err.h |
| 159 | eng_err.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h | 161 | eng_err.o: ../../include/openssl/evp.h ../../include/openssl/fips.h |
| 160 | eng_err.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | 162 | eng_err.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h |
| 161 | eng_err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 163 | eng_err.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h |
| 162 | eng_err.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h | 164 | eng_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
| 163 | eng_err.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | 165 | eng_err.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h |
| 164 | eng_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 166 | eng_err.o: ../../include/openssl/sha.h ../../include/openssl/stack.h |
| 165 | eng_err.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h | 167 | eng_err.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h |
| 166 | eng_err.o: eng_err.c | 168 | eng_err.o: ../../include/openssl/x509_vfy.h eng_err.c |
| 167 | eng_fat.o: ../../e_os.h ../../include/openssl/asn1.h | 169 | eng_fat.o: ../../e_os.h ../../include/openssl/asn1.h |
| 168 | eng_fat.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | 170 | eng_fat.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h |
| 169 | eng_fat.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h | 171 | eng_fat.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h |
| 170 | eng_fat.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | 172 | eng_fat.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h |
| 171 | eng_fat.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h | 173 | eng_fat.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h |
| 172 | eng_fat.o: ../../include/openssl/engine.h ../../include/openssl/err.h | 174 | eng_fat.o: ../../include/openssl/engine.h ../../include/openssl/err.h |
| 173 | eng_fat.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h | 175 | eng_fat.o: ../../include/openssl/evp.h ../../include/openssl/fips.h |
| 174 | eng_fat.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | 176 | eng_fat.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h |
| 175 | eng_fat.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 177 | eng_fat.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h |
| 176 | eng_fat.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h | 178 | eng_fat.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
| 177 | eng_fat.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | 179 | eng_fat.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h |
| 178 | eng_fat.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 180 | eng_fat.o: ../../include/openssl/sha.h ../../include/openssl/stack.h |
| 179 | eng_fat.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h | 181 | eng_fat.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h |
| 180 | eng_fat.o: ../cryptlib.h eng_fat.c eng_int.h | 182 | eng_fat.o: ../../include/openssl/x509_vfy.h ../cryptlib.h eng_fat.c eng_int.h |
| 181 | eng_init.o: ../../e_os.h ../../include/openssl/asn1.h | 183 | eng_init.o: ../../e_os.h ../../include/openssl/asn1.h |
| 182 | eng_init.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | 184 | eng_init.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h |
| 183 | eng_init.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | 185 | eng_init.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h |
| 184 | eng_init.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | 186 | eng_init.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h |
| 185 | eng_init.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h | 187 | eng_init.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h |
| 186 | eng_init.o: ../../include/openssl/err.h ../../include/openssl/evp.h | 188 | eng_init.o: ../../include/openssl/err.h ../../include/openssl/evp.h |
| 187 | eng_init.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | 189 | eng_init.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h |
| 188 | eng_init.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | 190 | eng_init.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h |
| 191 | eng_init.o: ../../include/openssl/opensslconf.h | ||
| 189 | eng_init.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | 192 | eng_init.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
| 190 | eng_init.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h | 193 | eng_init.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h |
| 191 | eng_init.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | 194 | eng_init.o: ../../include/openssl/sha.h ../../include/openssl/stack.h |
| @@ -197,22 +200,23 @@ eng_lib.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | |||
| 197 | eng_lib.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | 200 | eng_lib.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h |
| 198 | eng_lib.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h | 201 | eng_lib.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h |
| 199 | eng_lib.o: ../../include/openssl/err.h ../../include/openssl/evp.h | 202 | eng_lib.o: ../../include/openssl/err.h ../../include/openssl/evp.h |
| 200 | eng_lib.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | 203 | eng_lib.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h |
| 201 | eng_lib.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | 204 | eng_lib.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h |
| 202 | eng_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | 205 | eng_lib.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h |
| 203 | eng_lib.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h | 206 | eng_lib.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h |
| 204 | eng_lib.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | 207 | eng_lib.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h |
| 205 | eng_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 208 | eng_lib.o: ../../include/openssl/sha.h ../../include/openssl/stack.h |
| 206 | eng_lib.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h | 209 | eng_lib.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h |
| 207 | eng_lib.o: ../cryptlib.h eng_int.h eng_lib.c | 210 | eng_lib.o: ../../include/openssl/x509_vfy.h ../cryptlib.h eng_int.h eng_lib.c |
| 208 | eng_list.o: ../../e_os.h ../../include/openssl/asn1.h | 211 | eng_list.o: ../../e_os.h ../../include/openssl/asn1.h |
| 209 | eng_list.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | 212 | eng_list.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h |
| 210 | eng_list.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | 213 | eng_list.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h |
| 211 | eng_list.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | 214 | eng_list.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h |
| 212 | eng_list.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h | 215 | eng_list.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h |
| 213 | eng_list.o: ../../include/openssl/err.h ../../include/openssl/evp.h | 216 | eng_list.o: ../../include/openssl/err.h ../../include/openssl/evp.h |
| 214 | eng_list.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | 217 | eng_list.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h |
| 215 | eng_list.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | 218 | eng_list.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h |
| 219 | eng_list.o: ../../include/openssl/opensslconf.h | ||
| 216 | eng_list.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | 220 | eng_list.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
| 217 | eng_list.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h | 221 | eng_list.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h |
| 218 | eng_list.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | 222 | eng_list.o: ../../include/openssl/sha.h ../../include/openssl/stack.h |
| @@ -225,8 +229,9 @@ eng_openssl.o: ../../include/openssl/dsa.h ../../include/openssl/dso.h | |||
| 225 | eng_openssl.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | 229 | eng_openssl.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h |
| 226 | eng_openssl.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h | 230 | eng_openssl.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h |
| 227 | eng_openssl.o: ../../include/openssl/engine.h ../../include/openssl/err.h | 231 | eng_openssl.o: ../../include/openssl/engine.h ../../include/openssl/err.h |
| 228 | eng_openssl.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h | 232 | eng_openssl.o: ../../include/openssl/evp.h ../../include/openssl/fips.h |
| 229 | eng_openssl.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | 233 | eng_openssl.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h |
| 234 | eng_openssl.o: ../../include/openssl/objects.h | ||
| 230 | eng_openssl.o: ../../include/openssl/opensslconf.h | 235 | eng_openssl.o: ../../include/openssl/opensslconf.h |
| 231 | eng_openssl.o: ../../include/openssl/opensslv.h | 236 | eng_openssl.o: ../../include/openssl/opensslv.h |
| 232 | eng_openssl.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pem.h | 237 | eng_openssl.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pem.h |
| @@ -242,8 +247,9 @@ eng_padlock.o: ../../include/openssl/crypto.h ../../include/openssl/dso.h | |||
| 242 | eng_padlock.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | 247 | eng_padlock.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h |
| 243 | eng_padlock.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h | 248 | eng_padlock.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h |
| 244 | eng_padlock.o: ../../include/openssl/engine.h ../../include/openssl/err.h | 249 | eng_padlock.o: ../../include/openssl/engine.h ../../include/openssl/err.h |
| 245 | eng_padlock.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h | 250 | eng_padlock.o: ../../include/openssl/evp.h ../../include/openssl/fips.h |
| 246 | eng_padlock.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | 251 | eng_padlock.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h |
| 252 | eng_padlock.o: ../../include/openssl/objects.h | ||
| 247 | eng_padlock.o: ../../include/openssl/opensslconf.h | 253 | eng_padlock.o: ../../include/openssl/opensslconf.h |
| 248 | eng_padlock.o: ../../include/openssl/opensslv.h | 254 | eng_padlock.o: ../../include/openssl/opensslv.h |
| 249 | eng_padlock.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h | 255 | eng_padlock.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h |
| @@ -257,8 +263,9 @@ eng_pkey.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | |||
| 257 | eng_pkey.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | 263 | eng_pkey.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h |
| 258 | eng_pkey.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h | 264 | eng_pkey.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h |
| 259 | eng_pkey.o: ../../include/openssl/err.h ../../include/openssl/evp.h | 265 | eng_pkey.o: ../../include/openssl/err.h ../../include/openssl/evp.h |
| 260 | eng_pkey.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | 266 | eng_pkey.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h |
| 261 | eng_pkey.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | 267 | eng_pkey.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h |
| 268 | eng_pkey.o: ../../include/openssl/opensslconf.h | ||
| 262 | eng_pkey.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | 269 | eng_pkey.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
| 263 | eng_pkey.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h | 270 | eng_pkey.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h |
| 264 | eng_pkey.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | 271 | eng_pkey.o: ../../include/openssl/sha.h ../../include/openssl/stack.h |
| @@ -270,8 +277,8 @@ eng_table.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | |||
| 270 | eng_table.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | 277 | eng_table.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h |
| 271 | eng_table.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h | 278 | eng_table.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h |
| 272 | eng_table.o: ../../include/openssl/err.h ../../include/openssl/evp.h | 279 | eng_table.o: ../../include/openssl/err.h ../../include/openssl/evp.h |
| 273 | eng_table.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | 280 | eng_table.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h |
| 274 | eng_table.o: ../../include/openssl/objects.h | 281 | eng_table.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h |
| 275 | eng_table.o: ../../include/openssl/opensslconf.h | 282 | eng_table.o: ../../include/openssl/opensslconf.h |
| 276 | eng_table.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | 283 | eng_table.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
| 277 | eng_table.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h | 284 | eng_table.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h |
| @@ -285,8 +292,8 @@ tb_cipher.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | |||
| 285 | tb_cipher.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | 292 | tb_cipher.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h |
| 286 | tb_cipher.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h | 293 | tb_cipher.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h |
| 287 | tb_cipher.o: ../../include/openssl/err.h ../../include/openssl/evp.h | 294 | tb_cipher.o: ../../include/openssl/err.h ../../include/openssl/evp.h |
| 288 | tb_cipher.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | 295 | tb_cipher.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h |
| 289 | tb_cipher.o: ../../include/openssl/objects.h | 296 | tb_cipher.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h |
| 290 | tb_cipher.o: ../../include/openssl/opensslconf.h | 297 | tb_cipher.o: ../../include/openssl/opensslconf.h |
| 291 | tb_cipher.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | 298 | tb_cipher.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
| 292 | tb_cipher.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h | 299 | tb_cipher.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h |
| @@ -299,22 +306,22 @@ tb_dh.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | |||
| 299 | tb_dh.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | 306 | tb_dh.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h |
| 300 | tb_dh.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h | 307 | tb_dh.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h |
| 301 | tb_dh.o: ../../include/openssl/engine.h ../../include/openssl/err.h | 308 | tb_dh.o: ../../include/openssl/engine.h ../../include/openssl/err.h |
| 302 | tb_dh.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h | 309 | tb_dh.o: ../../include/openssl/evp.h ../../include/openssl/fips.h |
| 303 | tb_dh.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | 310 | tb_dh.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h |
| 304 | tb_dh.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 311 | tb_dh.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h |
| 305 | tb_dh.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h | 312 | tb_dh.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
| 306 | tb_dh.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | 313 | tb_dh.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h |
| 307 | tb_dh.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 314 | tb_dh.o: ../../include/openssl/sha.h ../../include/openssl/stack.h |
| 308 | tb_dh.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h | 315 | tb_dh.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h |
| 309 | tb_dh.o: ../cryptlib.h eng_int.h tb_dh.c | 316 | tb_dh.o: ../../include/openssl/x509_vfy.h ../cryptlib.h eng_int.h tb_dh.c |
| 310 | tb_digest.o: ../../e_os.h ../../include/openssl/asn1.h | 317 | tb_digest.o: ../../e_os.h ../../include/openssl/asn1.h |
| 311 | tb_digest.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | 318 | tb_digest.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h |
| 312 | tb_digest.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | 319 | tb_digest.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h |
| 313 | tb_digest.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | 320 | tb_digest.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h |
| 314 | tb_digest.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h | 321 | tb_digest.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h |
| 315 | tb_digest.o: ../../include/openssl/err.h ../../include/openssl/evp.h | 322 | tb_digest.o: ../../include/openssl/err.h ../../include/openssl/evp.h |
| 316 | tb_digest.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | 323 | tb_digest.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h |
| 317 | tb_digest.o: ../../include/openssl/objects.h | 324 | tb_digest.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h |
| 318 | tb_digest.o: ../../include/openssl/opensslconf.h | 325 | tb_digest.o: ../../include/openssl/opensslconf.h |
| 319 | tb_digest.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | 326 | tb_digest.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
| 320 | tb_digest.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h | 327 | tb_digest.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h |
| @@ -327,35 +334,37 @@ tb_dsa.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | |||
| 327 | tb_dsa.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | 334 | tb_dsa.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h |
| 328 | tb_dsa.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h | 335 | tb_dsa.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h |
| 329 | tb_dsa.o: ../../include/openssl/engine.h ../../include/openssl/err.h | 336 | tb_dsa.o: ../../include/openssl/engine.h ../../include/openssl/err.h |
| 330 | tb_dsa.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h | 337 | tb_dsa.o: ../../include/openssl/evp.h ../../include/openssl/fips.h |
| 331 | tb_dsa.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | 338 | tb_dsa.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h |
| 332 | tb_dsa.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 339 | tb_dsa.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h |
| 333 | tb_dsa.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h | 340 | tb_dsa.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
| 334 | tb_dsa.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | 341 | tb_dsa.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h |
| 335 | tb_dsa.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 342 | tb_dsa.o: ../../include/openssl/sha.h ../../include/openssl/stack.h |
| 336 | tb_dsa.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h | 343 | tb_dsa.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h |
| 337 | tb_dsa.o: ../cryptlib.h eng_int.h tb_dsa.c | 344 | tb_dsa.o: ../../include/openssl/x509_vfy.h ../cryptlib.h eng_int.h tb_dsa.c |
| 338 | tb_ecdh.o: ../../e_os.h ../../include/openssl/asn1.h | 345 | tb_ecdh.o: ../../e_os.h ../../include/openssl/asn1.h |
| 339 | tb_ecdh.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | 346 | tb_ecdh.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h |
| 340 | tb_ecdh.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | 347 | tb_ecdh.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h |
| 341 | tb_ecdh.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | 348 | tb_ecdh.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h |
| 342 | tb_ecdh.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h | 349 | tb_ecdh.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h |
| 343 | tb_ecdh.o: ../../include/openssl/err.h ../../include/openssl/evp.h | 350 | tb_ecdh.o: ../../include/openssl/err.h ../../include/openssl/evp.h |
| 344 | tb_ecdh.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | 351 | tb_ecdh.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h |
| 345 | tb_ecdh.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | 352 | tb_ecdh.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h |
| 346 | tb_ecdh.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | 353 | tb_ecdh.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h |
| 347 | tb_ecdh.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h | 354 | tb_ecdh.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h |
| 348 | tb_ecdh.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | 355 | tb_ecdh.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h |
| 349 | tb_ecdh.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h | 356 | tb_ecdh.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
| 350 | tb_ecdh.o: ../../include/openssl/x509_vfy.h ../cryptlib.h eng_int.h tb_ecdh.c | 357 | tb_ecdh.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h |
| 358 | tb_ecdh.o: ../cryptlib.h eng_int.h tb_ecdh.c | ||
| 351 | tb_ecdsa.o: ../../e_os.h ../../include/openssl/asn1.h | 359 | tb_ecdsa.o: ../../e_os.h ../../include/openssl/asn1.h |
| 352 | tb_ecdsa.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | 360 | tb_ecdsa.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h |
| 353 | tb_ecdsa.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | 361 | tb_ecdsa.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h |
| 354 | tb_ecdsa.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | 362 | tb_ecdsa.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h |
| 355 | tb_ecdsa.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h | 363 | tb_ecdsa.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h |
| 356 | tb_ecdsa.o: ../../include/openssl/err.h ../../include/openssl/evp.h | 364 | tb_ecdsa.o: ../../include/openssl/err.h ../../include/openssl/evp.h |
| 357 | tb_ecdsa.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | 365 | tb_ecdsa.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h |
| 358 | tb_ecdsa.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | 366 | tb_ecdsa.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h |
| 367 | tb_ecdsa.o: ../../include/openssl/opensslconf.h | ||
| 359 | tb_ecdsa.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | 368 | tb_ecdsa.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
| 360 | tb_ecdsa.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h | 369 | tb_ecdsa.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h |
| 361 | tb_ecdsa.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | 370 | tb_ecdsa.o: ../../include/openssl/sha.h ../../include/openssl/stack.h |
| @@ -367,34 +376,36 @@ tb_rand.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | |||
| 367 | tb_rand.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | 376 | tb_rand.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h |
| 368 | tb_rand.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h | 377 | tb_rand.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h |
| 369 | tb_rand.o: ../../include/openssl/err.h ../../include/openssl/evp.h | 378 | tb_rand.o: ../../include/openssl/err.h ../../include/openssl/evp.h |
| 370 | tb_rand.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | 379 | tb_rand.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h |
| 371 | tb_rand.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | 380 | tb_rand.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h |
| 372 | tb_rand.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | 381 | tb_rand.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h |
| 373 | tb_rand.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h | 382 | tb_rand.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h |
| 374 | tb_rand.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | 383 | tb_rand.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h |
| 375 | tb_rand.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h | 384 | tb_rand.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
| 376 | tb_rand.o: ../../include/openssl/x509_vfy.h ../cryptlib.h eng_int.h tb_rand.c | 385 | tb_rand.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h |
| 386 | tb_rand.o: ../cryptlib.h eng_int.h tb_rand.c | ||
| 377 | tb_rsa.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h | 387 | tb_rsa.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h |
| 378 | tb_rsa.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | 388 | tb_rsa.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h |
| 379 | tb_rsa.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | 389 | tb_rsa.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h |
| 380 | tb_rsa.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h | 390 | tb_rsa.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h |
| 381 | tb_rsa.o: ../../include/openssl/engine.h ../../include/openssl/err.h | 391 | tb_rsa.o: ../../include/openssl/engine.h ../../include/openssl/err.h |
| 382 | tb_rsa.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h | 392 | tb_rsa.o: ../../include/openssl/evp.h ../../include/openssl/fips.h |
| 383 | tb_rsa.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | 393 | tb_rsa.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h |
| 384 | tb_rsa.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 394 | tb_rsa.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h |
| 385 | tb_rsa.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h | 395 | tb_rsa.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
| 386 | tb_rsa.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | 396 | tb_rsa.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h |
| 387 | tb_rsa.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 397 | tb_rsa.o: ../../include/openssl/sha.h ../../include/openssl/stack.h |
| 388 | tb_rsa.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h | 398 | tb_rsa.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h |
| 389 | tb_rsa.o: ../cryptlib.h eng_int.h tb_rsa.c | 399 | tb_rsa.o: ../../include/openssl/x509_vfy.h ../cryptlib.h eng_int.h tb_rsa.c |
| 390 | tb_store.o: ../../e_os.h ../../include/openssl/asn1.h | 400 | tb_store.o: ../../e_os.h ../../include/openssl/asn1.h |
| 391 | tb_store.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | 401 | tb_store.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h |
| 392 | tb_store.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | 402 | tb_store.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h |
| 393 | tb_store.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | 403 | tb_store.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h |
| 394 | tb_store.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h | 404 | tb_store.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h |
| 395 | tb_store.o: ../../include/openssl/err.h ../../include/openssl/evp.h | 405 | tb_store.o: ../../include/openssl/err.h ../../include/openssl/evp.h |
| 396 | tb_store.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | 406 | tb_store.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h |
| 397 | tb_store.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | 407 | tb_store.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h |
| 408 | tb_store.o: ../../include/openssl/opensslconf.h | ||
| 398 | tb_store.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | 409 | tb_store.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
| 399 | tb_store.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h | 410 | tb_store.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h |
| 400 | tb_store.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | 411 | tb_store.o: ../../include/openssl/sha.h ../../include/openssl/stack.h |
diff --git a/src/lib/libcrypto/engine/eng_cnf.c b/src/lib/libcrypto/engine/eng_cnf.c index 8417ddaaef..08066cea59 100644 --- a/src/lib/libcrypto/engine/eng_cnf.c +++ b/src/lib/libcrypto/engine/eng_cnf.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* eng_cnf.c */ | 1 | /* eng_cnf.c */ |
| 2 | /* Written by Stephen Henson (shenson@bigfoot.com) for the OpenSSL | 2 | /* Written by Stephen Henson (steve@openssl.org) for the OpenSSL |
| 3 | * project 2001. | 3 | * project 2001. |
| 4 | */ | 4 | */ |
| 5 | /* ==================================================================== | 5 | /* ==================================================================== |
| @@ -98,7 +98,7 @@ static int int_engine_configure(char *name, char *value, const CONF *cnf) | |||
| 98 | CONF_VALUE *ecmd; | 98 | CONF_VALUE *ecmd; |
| 99 | char *ctrlname, *ctrlvalue; | 99 | char *ctrlname, *ctrlvalue; |
| 100 | ENGINE *e = NULL; | 100 | ENGINE *e = NULL; |
| 101 | int soft = 0; | 101 | int soft = 0; |
| 102 | 102 | ||
| 103 | name = skip_dot(name); | 103 | name = skip_dot(name); |
| 104 | #ifdef ENGINE_CONF_DEBUG | 104 | #ifdef ENGINE_CONF_DEBUG |
| @@ -127,8 +127,8 @@ static int int_engine_configure(char *name, char *value, const CONF *cnf) | |||
| 127 | /* Override engine name to use */ | 127 | /* Override engine name to use */ |
| 128 | if (!strcmp(ctrlname, "engine_id")) | 128 | if (!strcmp(ctrlname, "engine_id")) |
| 129 | name = ctrlvalue; | 129 | name = ctrlvalue; |
| 130 | else if (!strcmp(ctrlname, "soft_load")) | 130 | else if (!strcmp(ctrlname, "soft_load")) |
| 131 | soft = 1; | 131 | soft = 1; |
| 132 | /* Load a dynamic ENGINE */ | 132 | /* Load a dynamic ENGINE */ |
| 133 | else if (!strcmp(ctrlname, "dynamic_path")) | 133 | else if (!strcmp(ctrlname, "dynamic_path")) |
| 134 | { | 134 | { |
| @@ -151,11 +151,11 @@ static int int_engine_configure(char *name, char *value, const CONF *cnf) | |||
| 151 | if (!e) | 151 | if (!e) |
| 152 | { | 152 | { |
| 153 | e = ENGINE_by_id(name); | 153 | e = ENGINE_by_id(name); |
| 154 | if (!e && soft) | 154 | if (!e && soft) |
| 155 | { | 155 | { |
| 156 | ERR_clear_error(); | 156 | ERR_clear_error(); |
| 157 | return 1; | 157 | return 1; |
| 158 | } | 158 | } |
| 159 | if (!e) | 159 | if (!e) |
| 160 | return 0; | 160 | return 0; |
| 161 | } | 161 | } |
diff --git a/src/lib/libcrypto/engine/enginetest.c b/src/lib/libcrypto/engine/enginetest.c index cf82f490db..e3834611db 100644 --- a/src/lib/libcrypto/engine/enginetest.c +++ b/src/lib/libcrypto/engine/enginetest.c | |||
| @@ -58,6 +58,7 @@ | |||
| 58 | 58 | ||
| 59 | #include <stdio.h> | 59 | #include <stdio.h> |
| 60 | #include <string.h> | 60 | #include <string.h> |
| 61 | #include <openssl/e_os2.h> | ||
| 61 | 62 | ||
| 62 | #ifdef OPENSSL_NO_ENGINE | 63 | #ifdef OPENSSL_NO_ENGINE |
| 63 | int main(int argc, char *argv[]) | 64 | int main(int argc, char *argv[]) |
| @@ -66,7 +67,6 @@ int main(int argc, char *argv[]) | |||
| 66 | return(0); | 67 | return(0); |
| 67 | } | 68 | } |
| 68 | #else | 69 | #else |
| 69 | #include <openssl/e_os2.h> | ||
| 70 | #include <openssl/buffer.h> | 70 | #include <openssl/buffer.h> |
| 71 | #include <openssl/crypto.h> | 71 | #include <openssl/crypto.h> |
| 72 | #include <openssl/engine.h> | 72 | #include <openssl/engine.h> |
