Makefile.ssl 16.9 KB
Newer Older
1 2 3 4 5 6 7
#
# OpenSSL/ocsp/Makefile.ssl
#

DIR=	ocsp
TOP=	../..
CC=	cc
8
INCLUDES= -I.. -I$(TOP) -I../../include
9 10 11 12 13
CFLAG=-g
INSTALL_PREFIX=
OPENSSLDIR=     /usr/local/ssl
INSTALLTOP=/usr/local/ssl
MAKE=		make -f Makefile.ssl
14 15
MAKEDEPPROG=	makedepend
MAKEDEPEND=	$(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
16 17 18 19 20 21 22 23 24 25
MAKEFILE=	Makefile.ssl
AR=		ar r

CFLAGS= $(INCLUDES) $(CFLAG)

GENERAL=Makefile README
TEST=
APPS=

LIB=$(TOP)/libcrypto.a
D
 
Dr. Stephen Henson 已提交
26
LIBSRC= ocsp_asn.c ocsp_ext.c ocsp_ht.c ocsp_lib.c ocsp_cl.c \
D
 
Dr. Stephen Henson 已提交
27
	ocsp_srv.c ocsp_prn.c ocsp_vfy.c ocsp_err.c
D
 
Dr. Stephen Henson 已提交
28

D
 
Dr. Stephen Henson 已提交
29
LIBOBJ= ocsp_asn.o ocsp_ext.o ocsp_ht.o ocsp_lib.o ocsp_cl.o \
D
 
Dr. Stephen Henson 已提交
30
	ocsp_srv.o ocsp_prn.o ocsp_vfy.o ocsp_err.o
31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49

SRC= $(LIBSRC)

EXHEADER= ocsp.h
HEADER=	$(EXHEADER)

ALL=    $(GENERAL) $(SRC) $(HEADER)

top:
	(cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)

all:	lib

lib:	$(LIBOBJ)
	$(AR) $(LIB) $(LIBOBJ)
	$(RANLIB) $(LIB)
	@touch lib

files:
50
	$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
51 52

links:
53 54 55 56
	@$(TOP)/util/point.sh Makefile.ssl Makefile ;
	@$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
	@$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
	@$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73

install:
	@for i in $(EXHEADER) ; \
	do  \
	(cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
	chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
	done;

tags:
	ctags $(SRC)

tests:

lint:
	lint -DLINT $(INCLUDES) $(SRC)>fluff

depend:
74
	$(MAKEDEPEND) $(CFLAG) $(INCLUDES) $(DEPFLAG) $(LIBSRC)
75 76 77 78 79 80 81 82 83 84

dclean:
	$(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
	mv -f Makefile.new $(MAKEFILE)

clean:
	rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff

# DO NOT DELETE THIS LINE -- make depend depends on it.

85 86 87 88 89 90 91 92
ocsp_asn.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h
ocsp_asn.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
ocsp_asn.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
ocsp_asn.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
ocsp_asn.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
ocsp_asn.o: ../../include/openssl/des.h ../../include/openssl/des_old.h
ocsp_asn.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
ocsp_asn.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
B
Bodo Möller 已提交
93 94 95 96 97 98 99
ocsp_asn.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
ocsp_asn.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
ocsp_asn.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
ocsp_asn.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
ocsp_asn.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
ocsp_asn.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
ocsp_asn.o: ../../include/openssl/opensslconf.h
R
Richard Levitte 已提交
100
ocsp_asn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
101 102 103
ocsp_asn.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.h
ocsp_asn.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
ocsp_asn.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h
R
Richard Levitte 已提交
104 105
ocsp_asn.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
ocsp_asn.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
106
ocsp_asn.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h
107 108
ocsp_asn.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
ocsp_asn.o: ../../include/openssl/x509v3.h ocsp_asn.c
109
ocsp_cl.o: ../../e_os.h ../../include/openssl/aes.h
L
Lutz Jänicke 已提交
110 111 112 113 114 115 116
ocsp_cl.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
ocsp_cl.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
ocsp_cl.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
ocsp_cl.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
ocsp_cl.o: ../../include/openssl/des.h ../../include/openssl/des_old.h
ocsp_cl.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
ocsp_cl.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
B
Bodo Möller 已提交
117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134
ocsp_cl.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
ocsp_cl.o: ../../include/openssl/err.h ../../include/openssl/evp.h
ocsp_cl.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
ocsp_cl.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
ocsp_cl.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
ocsp_cl.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
ocsp_cl.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h
ocsp_cl.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
ocsp_cl.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h
ocsp_cl.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
ocsp_cl.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
ocsp_cl.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
ocsp_cl.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
ocsp_cl.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
ocsp_cl.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
ocsp_cl.o: ../../include/openssl/ui_compat.h ../../include/openssl/x509.h
ocsp_cl.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
ocsp_cl.o: ../cryptlib.h ocsp_cl.c
135
ocsp_err.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h
L
Lutz Jänicke 已提交
136 137 138 139 140 141
ocsp_err.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
ocsp_err.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
ocsp_err.o: ../../include/openssl/cast.h ../../include/openssl/conf.h
ocsp_err.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
ocsp_err.o: ../../include/openssl/des_old.h ../../include/openssl/dh.h
ocsp_err.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
B
Bodo Möller 已提交
142 143 144 145 146 147 148 149
ocsp_err.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
ocsp_err.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
ocsp_err.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
ocsp_err.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
ocsp_err.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
ocsp_err.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
ocsp_err.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
ocsp_err.o: ../../include/openssl/opensslconf.h
R
Richard Levitte 已提交
150
ocsp_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
151 152 153
ocsp_err.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.h
ocsp_err.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
ocsp_err.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h
R
Richard Levitte 已提交
154 155
ocsp_err.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
ocsp_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
156
ocsp_err.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h
157 158
ocsp_err.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
ocsp_err.o: ../../include/openssl/x509v3.h ocsp_err.c
159
ocsp_ext.o: ../../e_os.h ../../include/openssl/aes.h
L
Lutz Jänicke 已提交
160 161 162 163 164 165 166
ocsp_ext.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
ocsp_ext.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
ocsp_ext.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
ocsp_ext.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
ocsp_ext.o: ../../include/openssl/des.h ../../include/openssl/des_old.h
ocsp_ext.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
ocsp_ext.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
B
Bodo Möller 已提交
167 168 169 170 171 172 173
ocsp_ext.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
ocsp_ext.o: ../../include/openssl/err.h ../../include/openssl/evp.h
ocsp_ext.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
ocsp_ext.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
ocsp_ext.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
ocsp_ext.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
ocsp_ext.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h
R
Richard Levitte 已提交
174 175
ocsp_ext.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
ocsp_ext.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
176 177
ocsp_ext.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
ocsp_ext.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
R
Richard Levitte 已提交
178 179
ocsp_ext.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
ocsp_ext.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
180 181
ocsp_ext.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
ocsp_ext.o: ../../include/openssl/ui_compat.h ../../include/openssl/x509.h
182 183
ocsp_ext.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
ocsp_ext.o: ../cryptlib.h ocsp_ext.c
184
ocsp_ht.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h
L
Lutz Jänicke 已提交
185 186 187 188 189 190
ocsp_ht.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
ocsp_ht.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
ocsp_ht.o: ../../include/openssl/cast.h ../../include/openssl/conf.h
ocsp_ht.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
ocsp_ht.o: ../../include/openssl/des_old.h ../../include/openssl/dh.h
ocsp_ht.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
B
Bodo Möller 已提交
191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207
ocsp_ht.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
ocsp_ht.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
ocsp_ht.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
ocsp_ht.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
ocsp_ht.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
ocsp_ht.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
ocsp_ht.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
ocsp_ht.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
ocsp_ht.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h
ocsp_ht.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
ocsp_ht.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
ocsp_ht.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
ocsp_ht.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
ocsp_ht.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
ocsp_ht.o: ../../include/openssl/ui_compat.h ../../include/openssl/x509.h
ocsp_ht.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
ocsp_ht.o: ocsp_ht.c
208
ocsp_lib.o: ../../e_os.h ../../include/openssl/aes.h
L
Lutz Jänicke 已提交
209 210 211 212 213 214 215
ocsp_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
ocsp_lib.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
ocsp_lib.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
ocsp_lib.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
ocsp_lib.o: ../../include/openssl/des.h ../../include/openssl/des_old.h
ocsp_lib.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
ocsp_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
B
Bodo Möller 已提交
216 217 218 219 220 221 222
ocsp_lib.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
ocsp_lib.o: ../../include/openssl/err.h ../../include/openssl/evp.h
ocsp_lib.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
ocsp_lib.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
ocsp_lib.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
ocsp_lib.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
ocsp_lib.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h
R
Richard Levitte 已提交
223 224 225
ocsp_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
ocsp_lib.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h
ocsp_lib.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
226 227
ocsp_lib.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
ocsp_lib.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
R
Richard Levitte 已提交
228 229
ocsp_lib.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
ocsp_lib.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
230 231
ocsp_lib.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
ocsp_lib.o: ../../include/openssl/ui_compat.h ../../include/openssl/x509.h
232 233
ocsp_lib.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
ocsp_lib.o: ../cryptlib.h ocsp_lib.c
234
ocsp_prn.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h
L
Lutz Jänicke 已提交
235 236 237 238 239 240
ocsp_prn.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
ocsp_prn.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
ocsp_prn.o: ../../include/openssl/cast.h ../../include/openssl/conf.h
ocsp_prn.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
ocsp_prn.o: ../../include/openssl/des_old.h ../../include/openssl/dh.h
ocsp_prn.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
B
Bodo Möller 已提交
241 242 243 244 245 246 247 248
ocsp_prn.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
ocsp_prn.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
ocsp_prn.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
ocsp_prn.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
ocsp_prn.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
ocsp_prn.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
ocsp_prn.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
ocsp_prn.o: ../../include/openssl/opensslconf.h
R
Richard Levitte 已提交
249 250
ocsp_prn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
ocsp_prn.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h
251 252 253
ocsp_prn.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.h
ocsp_prn.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
ocsp_prn.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h
R
Richard Levitte 已提交
254 255
ocsp_prn.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
ocsp_prn.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
256
ocsp_prn.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h
257 258
ocsp_prn.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
ocsp_prn.o: ../../include/openssl/x509v3.h ocsp_prn.c
259
ocsp_srv.o: ../../e_os.h ../../include/openssl/aes.h
L
Lutz Jänicke 已提交
260 261 262 263 264 265 266
ocsp_srv.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
ocsp_srv.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
ocsp_srv.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h
ocsp_srv.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h
ocsp_srv.o: ../../include/openssl/des.h ../../include/openssl/des_old.h
ocsp_srv.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h
ocsp_srv.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
B
Bodo Möller 已提交
267 268 269 270 271 272 273
ocsp_srv.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
ocsp_srv.o: ../../include/openssl/err.h ../../include/openssl/evp.h
ocsp_srv.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h
ocsp_srv.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
ocsp_srv.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
ocsp_srv.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
ocsp_srv.o: ../../include/openssl/ocsp.h ../../include/openssl/opensslconf.h
R
Richard Levitte 已提交
274 275 276
ocsp_srv.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
ocsp_srv.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h
ocsp_srv.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
277 278
ocsp_srv.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
ocsp_srv.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h
R
Richard Levitte 已提交
279 280
ocsp_srv.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
ocsp_srv.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
281 282
ocsp_srv.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h
ocsp_srv.o: ../../include/openssl/ui_compat.h ../../include/openssl/x509.h
283 284
ocsp_srv.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h
ocsp_srv.o: ../cryptlib.h ocsp_srv.c
285
ocsp_vfy.o: ../../include/openssl/aes.h ../../include/openssl/asn1.h
L
Lutz Jänicke 已提交
286 287 288 289 290 291
ocsp_vfy.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h
ocsp_vfy.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
ocsp_vfy.o: ../../include/openssl/cast.h ../../include/openssl/conf.h
ocsp_vfy.o: ../../include/openssl/crypto.h ../../include/openssl/des.h
ocsp_vfy.o: ../../include/openssl/des_old.h ../../include/openssl/dh.h
ocsp_vfy.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h
B
Bodo Möller 已提交
292 293 294 295 296 297 298 299
ocsp_vfy.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
ocsp_vfy.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h
ocsp_vfy.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
ocsp_vfy.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h
ocsp_vfy.o: ../../include/openssl/md4.h ../../include/openssl/md5.h
ocsp_vfy.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h
ocsp_vfy.o: ../../include/openssl/objects.h ../../include/openssl/ocsp.h
ocsp_vfy.o: ../../include/openssl/opensslconf.h
R
Richard Levitte 已提交
300
ocsp_vfy.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
301 302 303
ocsp_vfy.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.h
ocsp_vfy.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h
ocsp_vfy.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h
R
Richard Levitte 已提交
304 305
ocsp_vfy.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
ocsp_vfy.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
306
ocsp_vfy.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h
307 308
ocsp_vfy.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
ocsp_vfy.o: ../../include/openssl/x509v3.h ocsp_vfy.c