亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? makefile

?? openssl包含TLS
??
?? 第 1 頁 / 共 5 頁
字號:
## OpenSSL/crypto/asn1/Makefile#DIR=	asn1TOP=	../..CC=	ccINCLUDES= -I.. -I$(TOP) -I../../includeCFLAG=-gINSTALL_PREFIX=OPENSSLDIR=     /usr/local/sslINSTALLTOP=/usr/local/sslMAKEDEPPROG=	makedependMAKEDEPEND=	$(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)MAKEFILE=	MakefileAR=		ar rCFLAGS= $(INCLUDES) $(CFLAG)GENERAL=Makefile READMETEST=APPS=LIB=$(TOP)/libcrypto.aLIBSRC=	a_object.c a_bitstr.c a_utctm.c a_gentm.c a_time.c a_int.c a_octet.c \	a_print.c a_type.c a_set.c a_dup.c a_d2i_fp.c a_i2d_fp.c \	a_enum.c a_utf8.c a_sign.c a_digest.c a_verify.c a_mbstr.c a_strex.c \	x_algor.c x_val.c x_pubkey.c x_sig.c x_req.c x_attrib.c x_bignum.c \	x_long.c x_name.c x_x509.c x_x509a.c x_crl.c x_info.c x_spki.c nsseq.c \	d2i_pu.c d2i_pr.c i2d_pu.c i2d_pr.c\	t_req.c t_x509.c t_x509a.c t_crl.c t_pkey.c t_spki.c t_bitst.c \	tasn_new.c tasn_fre.c tasn_enc.c tasn_dec.c tasn_utl.c tasn_typ.c \	f_int.c f_string.c n_pkey.c \	f_enum.c a_hdr.c x_pkey.c a_bool.c x_exten.c \	asn1_par.c asn1_lib.c asn1_err.c a_meth.c a_bytes.c a_strnid.c \	evp_asn1.c asn_pack.c p5_pbe.c p5_pbev2.c p8_pkey.c asn_moid.cLIBOBJ= a_object.o a_bitstr.o a_utctm.o a_gentm.o a_time.o a_int.o a_octet.o \	a_print.o a_type.o a_set.o a_dup.o a_d2i_fp.o a_i2d_fp.o \	a_enum.o a_utf8.o a_sign.o a_digest.o a_verify.o a_mbstr.o a_strex.o \	x_algor.o x_val.o x_pubkey.o x_sig.o x_req.o x_attrib.o x_bignum.o \	x_long.o x_name.o x_x509.o x_x509a.o x_crl.o x_info.o x_spki.o nsseq.o \	d2i_pu.o d2i_pr.o i2d_pu.o i2d_pr.o \	t_req.o t_x509.o t_x509a.o t_crl.o t_pkey.o t_spki.o t_bitst.o \	tasn_new.o tasn_fre.o tasn_enc.o tasn_dec.o tasn_utl.o tasn_typ.o \	f_int.o f_string.o n_pkey.o \	f_enum.o a_hdr.o x_pkey.o a_bool.o x_exten.o \	asn1_par.o asn1_lib.o asn1_err.o a_meth.o a_bytes.o a_strnid.o \	evp_asn1.o asn_pack.o p5_pbe.o p5_pbev2.o p8_pkey.o asn_moid.oSRC= $(LIBSRC)EXHEADER=  asn1.h asn1_mac.h asn1t.hHEADER=	$(EXHEADER)ALL=    $(GENERAL) $(SRC) $(HEADER)top:	(cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)test:	test.c	cc -g -I../../include -c test.c	cc -g -I../../include -o test test.o -L../.. -lcryptopk:	pk.c	cc -g -I../../include -c pk.c	cc -g -I../../include -o pk pk.o -L../.. -lcryptoall:	liblib:	$(LIBOBJ)	$(AR) $(LIB) $(LIBOBJ)	$(RANLIB) $(LIB) || echo Never mind.	@touch libfiles:	$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFOlinks:	@$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)	@$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)	@$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)install:	@headerlist="$(EXHEADER)"; for i in $$headerlist ; \	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)>fluffdepend:	$(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)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.a_bitstr.o: ../../e_os.h ../../include/openssl/asn1.ha_bitstr.o: ../../include/openssl/bio.h ../../include/openssl/bn.ha_bitstr.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.ha_bitstr.o: ../../include/openssl/e_os2.h ../../include/openssl/err.ha_bitstr.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.ha_bitstr.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.ha_bitstr.o: ../../include/openssl/safestack.h ../../include/openssl/stack.ha_bitstr.o: ../../include/openssl/symhacks.h ../cryptlib.h a_bitstr.ca_bool.o: ../../e_os.h ../../include/openssl/asn1.ha_bool.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.ha_bool.o: ../../include/openssl/bn.h ../../include/openssl/buffer.ha_bool.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.ha_bool.o: ../../include/openssl/err.h ../../include/openssl/lhash.ha_bool.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.ha_bool.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.ha_bool.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.ha_bool.o: ../cryptlib.h a_bool.ca_bytes.o: ../../e_os.h ../../include/openssl/asn1.ha_bytes.o: ../../include/openssl/bio.h ../../include/openssl/bn.ha_bytes.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.ha_bytes.o: ../../include/openssl/e_os2.h ../../include/openssl/err.ha_bytes.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.ha_bytes.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.ha_bytes.o: ../../include/openssl/safestack.h ../../include/openssl/stack.ha_bytes.o: ../../include/openssl/symhacks.h ../cryptlib.h a_bytes.ca_d2i_fp.o: ../../e_os.h ../../include/openssl/asn1.ha_d2i_fp.o: ../../include/openssl/asn1_mac.h ../../include/openssl/bio.ha_d2i_fp.o: ../../include/openssl/bn.h ../../include/openssl/buffer.ha_d2i_fp.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.ha_d2i_fp.o: ../../include/openssl/err.h ../../include/openssl/lhash.ha_d2i_fp.o: ../../include/openssl/opensslconf.ha_d2i_fp.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.ha_d2i_fp.o: ../../include/openssl/safestack.h ../../include/openssl/stack.ha_d2i_fp.o: ../../include/openssl/symhacks.h ../cryptlib.h a_d2i_fp.ca_digest.o: ../../e_os.h ../../include/openssl/aes.ha_digest.o: ../../include/openssl/asn1.h ../../include/openssl/bio.ha_digest.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.ha_digest.o: ../../include/openssl/buffer.h ../../include/openssl/cast.ha_digest.o: ../../include/openssl/crypto.h ../../include/openssl/des.ha_digest.o: ../../include/openssl/des_old.h ../../include/openssl/dh.ha_digest.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.ha_digest.o: ../../include/openssl/err.h ../../include/openssl/evp.ha_digest.o: ../../include/openssl/idea.h ../../include/openssl/lhash.ha_digest.o: ../../include/openssl/md2.h ../../include/openssl/md4.ha_digest.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.ha_digest.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.ha_digest.o: ../../include/openssl/opensslconf.ha_digest.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.ha_digest.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.ha_digest.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.ha_digest.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.ha_digest.o: ../../include/openssl/safestack.h ../../include/openssl/sha.ha_digest.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.ha_digest.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.ha_digest.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.ha_digest.o: ../cryptlib.h a_digest.ca_dup.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.ha_dup.o: ../../include/openssl/bn.h ../../include/openssl/buffer.ha_dup.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.ha_dup.o: ../../include/openssl/err.h ../../include/openssl/lhash.ha_dup.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.ha_dup.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.ha_dup.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.ha_dup.o: ../cryptlib.h a_dup.ca_enum.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.ha_enum.o: ../../include/openssl/bn.h ../../include/openssl/buffer.ha_enum.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.ha_enum.o: ../../include/openssl/err.h ../../include/openssl/lhash.ha_enum.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.ha_enum.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.ha_enum.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.ha_enum.o: ../cryptlib.h a_enum.ca_gentm.o: ../../e_os.h ../../include/openssl/asn1.ha_gentm.o: ../../include/openssl/bio.h ../../include/openssl/bn.ha_gentm.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.ha_gentm.o: ../../include/openssl/e_os2.h ../../include/openssl/err.ha_gentm.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.ha_gentm.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.ha_gentm.o: ../../include/openssl/safestack.h ../../include/openssl/stack.ha_gentm.o: ../../include/openssl/symhacks.h ../cryptlib.h ../o_time.h a_gentm.ca_hdr.o: ../../e_os.h ../../include/openssl/asn1.ha_hdr.o: ../../include/openssl/asn1_mac.h ../../include/openssl/bio.ha_hdr.o: ../../include/openssl/bn.h ../../include/openssl/buffer.ha_hdr.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.ha_hdr.o: ../../include/openssl/err.h ../../include/openssl/lhash.ha_hdr.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.ha_hdr.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.ha_hdr.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.ha_hdr.o: ../cryptlib.h a_hdr.ca_i2d_fp.o: ../../e_os.h ../../include/openssl/asn1.ha_i2d_fp.o: ../../include/openssl/bio.h ../../include/openssl/bn.ha_i2d_fp.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.ha_i2d_fp.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
免费看日韩a级影片| 日韩视频在线一区二区| 国产一区二区在线电影| 丝瓜av网站精品一区二区| **网站欧美大片在线观看| 日韩一区二区在线观看视频| 欧美久久久一区| 欧美一区二区三区婷婷月色| 在线观看91精品国产麻豆| 欧美片在线播放| 日韩免费观看高清完整版在线观看| 欧美亚洲国产一卡| 欧美挠脚心视频网站| 这里只有精品免费| 久久影院午夜论| 久久久精品国产免费观看同学| 久久网站热最新地址| 中文字幕免费不卡在线| 亚洲人被黑人高潮完整版| 一区二区三区免费在线观看| 亚洲va国产天堂va久久en| 日精品一区二区三区| 韩国女主播成人在线观看| 成人性生交大片免费看视频在线 | 欧美一区二区成人| 精品国产乱码久久久久久夜甘婷婷 | 911国产精品| 久久久精品中文字幕麻豆发布| 欧美国产精品v| 亚洲制服丝袜一区| 久久97超碰国产精品超碰| 粉嫩蜜臀av国产精品网站| 色综合天天视频在线观看| 欧美日韩国产首页| 久久人人爽爽爽人久久久| 亚洲视频图片小说| 久久精品国产77777蜜臀| 豆国产96在线|亚洲| 欧美日韩一二区| 日本一区二区视频在线| 日本免费新一区视频| 国产91精品欧美| 日韩亚洲国产中文字幕欧美| 国产嫩草影院久久久久| 日韩专区中文字幕一区二区| 国产精品一卡二卡| 欧美日韩免费一区二区三区| 中文一区在线播放| 精品一二线国产| 色国产综合视频| 久久精品欧美一区二区三区不卡| 一二三区精品福利视频| 成人丝袜18视频在线观看| 欧美精品一卡二卡| 亚洲精选免费视频| 国产高清在线观看免费不卡| 欧美日韩国产色站一区二区三区| 国产精品福利在线播放| 国产在线不卡一卡二卡三卡四卡| 在线这里只有精品| 中文字幕视频一区二区三区久| 久久精品国产精品亚洲精品| 欧洲在线/亚洲| 综合激情网...| caoporn国产精品| 国产亚洲精品精华液| 狠狠色丁香婷婷综合| 日韩免费成人网| 奇米影视7777精品一区二区| 欧美日韩一区二区三区视频 | 日韩视频不卡中文| 亚洲自拍偷拍av| 一本大道综合伊人精品热热| 亚洲欧洲日产国码二区| 成人丝袜18视频在线观看| 国产女人18水真多18精品一级做| 国产一区二区三区四| 久久久高清一区二区三区| 国产一区二区美女| 欧美激情一区二区| 成人国产电影网| **欧美大码日韩| 在线欧美日韩国产| 亚洲高清视频中文字幕| 欧美一区二区三区婷婷月色| 久久99日本精品| 国产视频亚洲色图| 99久久精品国产毛片| 亚洲柠檬福利资源导航| 欧美日韩中字一区| 精品亚洲porn| 欧美国产日韩a欧美在线观看| 成年人网站91| 伊人婷婷欧美激情| 777色狠狠一区二区三区| 久草精品在线观看| 最新不卡av在线| 91精品国产综合久久精品app| 美脚の诱脚舐め脚责91| 国产亚洲自拍一区| 一本大道久久a久久综合婷婷| 亚洲丰满少妇videoshd| 精品国产91久久久久久久妲己| 国产很黄免费观看久久| 一区二区三区高清| 日韩一区二区电影网| www.日韩av| 日韩精品电影在线观看| 日本一区二区电影| 欧美精品国产精品| 粉嫩久久99精品久久久久久夜 | 精品系列免费在线观看| 中文一区二区在线观看| 在线成人av网站| 国产69精品久久久久毛片 | 国产一本一道久久香蕉| 一区二区三区91| 久久久久久免费| 在线不卡免费av| av亚洲精华国产精华精| 欧美aaa在线| 亚洲图片欧美一区| 国产精品久久久久久福利一牛影视| 欧美又粗又大又爽| 国产a级毛片一区| 麻豆精品国产传媒mv男同| 一区二区三区色| 中日韩av电影| 欧美成人免费网站| 欧美精品一二三| 精品视频999| 成人激情小说乱人伦| 蜜桃av一区二区在线观看| 亚洲国产精品欧美一二99| 国产精品久久三| 久久精品免费在线观看| 欧美一区二区三区的| 欧美综合在线视频| 欧美主播一区二区三区| 成人国产精品免费| 成人av在线播放网站| 国产乱一区二区| 韩国女主播一区| 激情综合网天天干| 精品亚洲国内自在自线福利| 奇米一区二区三区| 日本不卡1234视频| 日韩激情一二三区| 蜜桃视频在线一区| 免费久久精品视频| 经典一区二区三区| 精品一区二区三区在线播放视频| 日韩—二三区免费观看av| 午夜免费久久看| 天天色图综合网| 午夜精品久久久久影视| 亚洲亚洲精品在线观看| 亚洲第一主播视频| 首页综合国产亚洲丝袜| 免费看日韩精品| 国内精品视频一区二区三区八戒| 国内精品久久久久影院色| 极品少妇xxxx精品少妇| 国产乱码精品一区二区三区忘忧草| 久久国产综合精品| 国产成人午夜视频| 91免费观看视频| 欧美日韩国产综合一区二区| 欧美丰满少妇xxxbbb| 精品入口麻豆88视频| 国产三级一区二区| 亚洲精品免费一二三区| 亚洲午夜一区二区三区| 老色鬼精品视频在线观看播放| 久久国产精品第一页| 国产成人亚洲综合色影视| 91在线无精精品入口| 91麻豆精品国产91久久久使用方法| 日韩欧美www| 综合婷婷亚洲小说| 日韩和欧美的一区| 国产精品一区二区免费不卡| 99久久精品国产导航| 欧美人与性动xxxx| 国产农村妇女毛片精品久久麻豆| 亚洲乱码日产精品bd| 极品美女销魂一区二区三区| 91原创在线视频| 欧美成人乱码一区二区三区| 中文字幕一区日韩精品欧美| 性做久久久久久免费观看欧美| 九一九一国产精品| 欧美亚洲高清一区| 国产午夜亚洲精品羞羞网站| 亚洲综合清纯丝袜自拍| 国产99一区视频免费 | 精品国产伦一区二区三区免费| 国产精品久久久久7777按摩| 午夜精彩视频在线观看不卡| 国产精品一区二区在线看|