summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ocsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/ocsp')
-rw-r--r--src/lib/libcrypto/ocsp/Makefile91
1 files changed, 43 insertions, 48 deletions
diff --git a/src/lib/libcrypto/ocsp/Makefile b/src/lib/libcrypto/ocsp/Makefile
index 30a00b3372..60c414cf4d 100644
--- a/src/lib/libcrypto/ocsp/Makefile
+++ b/src/lib/libcrypto/ocsp/Makefile
@@ -36,7 +36,7 @@ top:
36all: lib 36all: lib
37 37
38lib: $(LIBOBJ) 38lib: $(LIBOBJ)
39 $(ARX) $(LIB) $(LIBOBJ) 39 $(AR) $(LIB) $(LIBOBJ)
40 $(RANLIB) $(LIB) || echo Never mind. 40 $(RANLIB) $(LIB) || echo Never mind.
41 @touch lib 41 @touch lib
42 42
@@ -82,10 +82,9 @@ ocsp_asn.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
82ocsp_asn.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h 82ocsp_asn.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
83ocsp_asn.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h 83ocsp_asn.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
84ocsp_asn.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h 84ocsp_asn.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
85ocsp_asn.o: ../../include/openssl/evp.h ../../include/openssl/fips.h 85ocsp_asn.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
86ocsp_asn.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h 86ocsp_asn.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
87ocsp_asn.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h 87ocsp_asn.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h
88ocsp_asn.o: ../../include/openssl/opensslconf.h
89ocsp_asn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h 88ocsp_asn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
90ocsp_asn.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h 89ocsp_asn.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
91ocsp_asn.o: ../../include/openssl/sha.h ../../include/openssl/stack.h 90ocsp_asn.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
@@ -98,25 +97,24 @@ ocsp_cl.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
98ocsp_cl.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h 97ocsp_cl.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
99ocsp_cl.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h 98ocsp_cl.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
100ocsp_cl.o: ../../include/openssl/err.h ../../include/openssl/evp.h 99ocsp_cl.o: ../../include/openssl/err.h ../../include/openssl/evp.h
101ocsp_cl.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h 100ocsp_cl.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
102ocsp_cl.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h 101ocsp_cl.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
103ocsp_cl.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h 102ocsp_cl.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
104ocsp_cl.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h 103ocsp_cl.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pem.h
105ocsp_cl.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h 104ocsp_cl.o: ../../include/openssl/pem2.h ../../include/openssl/pkcs7.h
106ocsp_cl.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h 105ocsp_cl.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
107ocsp_cl.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h 106ocsp_cl.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
108ocsp_cl.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h 107ocsp_cl.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
109ocsp_cl.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h 108ocsp_cl.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
110ocsp_cl.o: ../../include/openssl/x509v3.h ../cryptlib.h ocsp_cl.c 109ocsp_cl.o: ../cryptlib.h ocsp_cl.c
111ocsp_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h 110ocsp_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
112ocsp_err.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h 111ocsp_err.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
113ocsp_err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h 112ocsp_err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
114ocsp_err.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h 113ocsp_err.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
115ocsp_err.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h 114ocsp_err.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
116ocsp_err.o: ../../include/openssl/evp.h ../../include/openssl/fips.h 115ocsp_err.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
117ocsp_err.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h 116ocsp_err.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
118ocsp_err.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h 117ocsp_err.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h
119ocsp_err.o: ../../include/openssl/opensslconf.h
120ocsp_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h 118ocsp_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
121ocsp_err.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h 119ocsp_err.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
122ocsp_err.o: ../../include/openssl/sha.h ../../include/openssl/stack.h 120ocsp_err.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
@@ -129,9 +127,9 @@ ocsp_ext.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
129ocsp_ext.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h 127ocsp_ext.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
130ocsp_ext.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h 128ocsp_ext.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
131ocsp_ext.o: ../../include/openssl/err.h ../../include/openssl/evp.h 129ocsp_ext.o: ../../include/openssl/err.h ../../include/openssl/evp.h
132ocsp_ext.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h 130ocsp_ext.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
133ocsp_ext.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h 131ocsp_ext.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
134ocsp_ext.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h 132ocsp_ext.o: ../../include/openssl/opensslconf.h
135ocsp_ext.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h 133ocsp_ext.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
136ocsp_ext.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h 134ocsp_ext.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
137ocsp_ext.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h 135ocsp_ext.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
@@ -144,22 +142,21 @@ ocsp_ht.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
144ocsp_ht.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h 142ocsp_ht.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
145ocsp_ht.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h 143ocsp_ht.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
146ocsp_ht.o: ../../include/openssl/err.h ../../include/openssl/evp.h 144ocsp_ht.o: ../../include/openssl/err.h ../../include/openssl/evp.h
147ocsp_ht.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h 145ocsp_ht.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
148ocsp_ht.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h 146ocsp_ht.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
149ocsp_ht.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h 147ocsp_ht.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
150ocsp_ht.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h 148ocsp_ht.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
151ocsp_ht.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h 149ocsp_ht.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
152ocsp_ht.o: ../../include/openssl/sha.h ../../include/openssl/stack.h 150ocsp_ht.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
153ocsp_ht.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h 151ocsp_ht.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
154ocsp_ht.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h 152ocsp_ht.o: ../../include/openssl/x509v3.h ocsp_ht.c
155ocsp_ht.o: ocsp_ht.c
156ocsp_lib.o: ../../e_os.h ../../include/openssl/asn1.h 153ocsp_lib.o: ../../e_os.h ../../include/openssl/asn1.h
157ocsp_lib.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h 154ocsp_lib.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
158ocsp_lib.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h 155ocsp_lib.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
159ocsp_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h 156ocsp_lib.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
160ocsp_lib.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h 157ocsp_lib.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
161ocsp_lib.o: ../../include/openssl/err.h ../../include/openssl/evp.h 158ocsp_lib.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
162ocsp_lib.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h 159ocsp_lib.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
163ocsp_lib.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h 160ocsp_lib.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
164ocsp_lib.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h 161ocsp_lib.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h
165ocsp_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h 162ocsp_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
@@ -174,10 +171,9 @@ ocsp_prn.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
174ocsp_prn.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h 171ocsp_prn.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
175ocsp_prn.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h 172ocsp_prn.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
176ocsp_prn.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h 173ocsp_prn.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
177ocsp_prn.o: ../../include/openssl/evp.h ../../include/openssl/fips.h 174ocsp_prn.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
178ocsp_prn.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h 175ocsp_prn.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
179ocsp_prn.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h 176ocsp_prn.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h
180ocsp_prn.o: ../../include/openssl/opensslconf.h
181ocsp_prn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h 177ocsp_prn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
182ocsp_prn.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h 178ocsp_prn.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h
183ocsp_prn.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h 179ocsp_prn.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
@@ -191,9 +187,9 @@ ocsp_srv.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
191ocsp_srv.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h 187ocsp_srv.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
192ocsp_srv.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h 188ocsp_srv.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
193ocsp_srv.o: ../../include/openssl/err.h ../../include/openssl/evp.h 189ocsp_srv.o: ../../include/openssl/err.h ../../include/openssl/evp.h
194ocsp_srv.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h 190ocsp_srv.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
195ocsp_srv.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h 191ocsp_srv.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
196ocsp_srv.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h 192ocsp_srv.o: ../../include/openssl/opensslconf.h
197ocsp_srv.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h 193ocsp_srv.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
198ocsp_srv.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h 194ocsp_srv.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h
199ocsp_srv.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h 195ocsp_srv.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
@@ -206,10 +202,9 @@ ocsp_vfy.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h
206ocsp_vfy.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h 202ocsp_vfy.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
207ocsp_vfy.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h 203ocsp_vfy.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
208ocsp_vfy.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h 204ocsp_vfy.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
209ocsp_vfy.o: ../../include/openssl/evp.h ../../include/openssl/fips.h 205ocsp_vfy.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
210ocsp_vfy.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h 206ocsp_vfy.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
211ocsp_vfy.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h 207ocsp_vfy.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h
212ocsp_vfy.o: ../../include/openssl/opensslconf.h
213ocsp_vfy.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h 208ocsp_vfy.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
214ocsp_vfy.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h 209ocsp_vfy.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
215ocsp_vfy.o: ../../include/openssl/sha.h ../../include/openssl/stack.h 210ocsp_vfy.o: ../../include/openssl/sha.h ../../include/openssl/stack.h