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

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

?? makefile

?? OpenSSL 0.9.8k 最新版OpenSSL
??
字號:
## OpenSSL/crypto/bio/Makefile#DIR=	bioTOP=	../..CC=	ccINCLUDES= -I.. -I$(TOP) -I../../includeCFLAG=-gMAKEFILE=	MakefileAR=		ar rCFLAGS= $(INCLUDES) $(CFLAG)GENERAL=MakefileTEST=APPS=LIB=$(TOP)/libcrypto.aLIBSRC= bio_lib.c bio_cb.c bio_err.c \	bss_mem.c bss_null.c bss_fd.c \	bss_file.c bss_sock.c bss_conn.c \	bf_null.c bf_buff.c b_print.c b_dump.c \	b_sock.c bss_acpt.c bf_nbio.c bss_log.c bss_bio.c \	bss_dgram.c#	bf_lbuf.cLIBOBJ= bio_lib.o bio_cb.o bio_err.o \	bss_mem.o bss_null.o bss_fd.o \	bss_file.o bss_sock.o bss_conn.o \	bf_null.o bf_buff.o b_print.o b_dump.o \	b_sock.o bss_acpt.o bf_nbio.o bss_log.o bss_bio.o \	bss_dgram.o#	bf_lbuf.oSRC= $(LIBSRC)EXHEADER= bio.hHEADER=	bio_lcl.h $(EXHEADER)ALL=    $(GENERAL) $(SRC) $(HEADER)top:	(cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)all:	liblib:	$(LIBOBJ)	$(ARX) $(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:	@[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...	@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:	@[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...	$(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.b_dump.o: ../../e_os.h ../../include/openssl/bio.hb_dump.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hb_dump.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hb_dump.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hb_dump.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hb_dump.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hb_dump.o: ../../include/openssl/symhacks.h ../cryptlib.h b_dump.c bio_lcl.hb_print.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.hb_print.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hb_print.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hb_print.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hb_print.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hb_print.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hb_print.o: ../../include/openssl/symhacks.h ../cryptlib.h b_print.cb_sock.o: ../../e_os.h ../../include/openssl/bio.hb_sock.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hb_sock.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hb_sock.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hb_sock.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hb_sock.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hb_sock.o: ../../include/openssl/symhacks.h ../cryptlib.h b_sock.cbf_buff.o: ../../e_os.h ../../include/openssl/bio.hbf_buff.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hbf_buff.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hbf_buff.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hbf_buff.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hbf_buff.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hbf_buff.o: ../../include/openssl/symhacks.h ../cryptlib.h bf_buff.cbf_nbio.o: ../../e_os.h ../../include/openssl/bio.hbf_nbio.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hbf_nbio.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hbf_nbio.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hbf_nbio.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hbf_nbio.o: ../../include/openssl/rand.h ../../include/openssl/safestack.hbf_nbio.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hbf_nbio.o: ../cryptlib.h bf_nbio.cbf_null.o: ../../e_os.h ../../include/openssl/bio.hbf_null.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hbf_null.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hbf_null.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hbf_null.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hbf_null.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hbf_null.o: ../../include/openssl/symhacks.h ../cryptlib.h bf_null.cbio_cb.o: ../../e_os.h ../../include/openssl/bio.hbio_cb.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hbio_cb.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hbio_cb.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hbio_cb.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hbio_cb.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hbio_cb.o: ../../include/openssl/symhacks.h ../cryptlib.h bio_cb.cbio_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.hbio_err.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hbio_err.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hbio_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hbio_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hbio_err.o: ../../include/openssl/symhacks.h bio_err.cbio_lib.o: ../../e_os.h ../../include/openssl/bio.hbio_lib.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hbio_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hbio_lib.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hbio_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hbio_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hbio_lib.o: ../../include/openssl/symhacks.h ../cryptlib.h bio_lib.cbss_acpt.o: ../../e_os.h ../../include/openssl/bio.hbss_acpt.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hbss_acpt.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hbss_acpt.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hbss_acpt.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hbss_acpt.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hbss_acpt.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_acpt.cbss_bio.o: ../../e_os.h ../../include/openssl/bio.hbss_bio.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.hbss_bio.o: ../../include/openssl/err.h ../../include/openssl/lhash.hbss_bio.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.hbss_bio.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.hbss_bio.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.hbss_bio.o: bss_bio.cbss_conn.o: ../../e_os.h ../../include/openssl/bio.hbss_conn.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hbss_conn.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hbss_conn.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hbss_conn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hbss_conn.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hbss_conn.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_conn.cbss_dgram.o: ../../e_os.h ../../include/openssl/bio.hbss_dgram.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hbss_dgram.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hbss_dgram.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hbss_dgram.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hbss_dgram.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hbss_dgram.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_dgram.cbss_fd.o: ../../e_os.h ../../include/openssl/bio.hbss_fd.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hbss_fd.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hbss_fd.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hbss_fd.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hbss_fd.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hbss_fd.o: ../../include/openssl/symhacks.h ../cryptlib.h bio_lcl.h bss_fd.cbss_file.o: ../../e_os.h ../../include/openssl/bio.hbss_file.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hbss_file.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hbss_file.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hbss_file.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hbss_file.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hbss_file.o: ../../include/openssl/symhacks.h ../cryptlib.h bio_lcl.h bss_file.cbss_log.o: ../../e_os.h ../../include/openssl/bio.hbss_log.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hbss_log.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hbss_log.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hbss_log.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hbss_log.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hbss_log.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_log.cbss_mem.o: ../../e_os.h ../../include/openssl/bio.hbss_mem.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hbss_mem.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hbss_mem.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hbss_mem.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hbss_mem.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hbss_mem.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_mem.cbss_null.o: ../../e_os.h ../../include/openssl/bio.hbss_null.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hbss_null.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hbss_null.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hbss_null.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hbss_null.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hbss_null.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_null.cbss_sock.o: ../../e_os.h ../../include/openssl/bio.hbss_sock.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.hbss_sock.o: ../../include/openssl/e_os2.h ../../include/openssl/err.hbss_sock.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.hbss_sock.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.hbss_sock.o: ../../include/openssl/safestack.h ../../include/openssl/stack.hbss_sock.o: ../../include/openssl/symhacks.h ../cryptlib.h bss_sock.c

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
国产欧美日韩精品一区| 91精品国产综合久久久久| 美女视频黄免费的久久 | 蜜臀av一区二区在线观看| 一区二区三区中文字幕在线观看| 久久久久久久av麻豆果冻| 欧美成人国产一区二区| 欧美人与性动xxxx| 欧美精品123区| 欧美精品日韩综合在线| 欧美揉bbbbb揉bbbbb| 欧美高清一级片在线| 欧美一区二区人人喊爽| 欧美一区二区高清| 久久久久国产一区二区三区四区 | 精品成人一区二区三区| 日韩免费一区二区| 久久久久久久久久电影| 日本一区二区免费在线| 国产色一区二区| 亚洲三级在线观看| 天天影视网天天综合色在线播放| 午夜精品久久久久久久99水蜜桃 | 欧洲精品中文字幕| 制服丝袜亚洲色图| 久久一夜天堂av一区二区三区| 国产欧美日韩精品在线| 亚洲欧美日本在线| 免费在线观看一区| 丰满少妇久久久久久久| 91久久精品一区二区二区| 91精品国产品国语在线不卡| 久久综合狠狠综合久久综合88 | 亚欧色一区w666天堂| 伦理电影国产精品| 99国产精品一区| 日韩欧美在线网站| 国产精品不卡视频| 日韩成人伦理电影在线观看| 大美女一区二区三区| 欧美日韩国产影片| 日本一区二区三区在线不卡| 午夜精品影院在线观看| kk眼镜猥琐国模调教系列一区二区 | 国产精品中文字幕日韩精品| 91久久精品一区二区三区| www激情久久| 亚洲午夜在线电影| 国产成人丝袜美腿| 欧美剧情电影在线观看完整版免费励志电影 | 亚洲精品视频一区| 久久不见久久见免费视频7| 色综合咪咪久久| 欧美哺乳videos| 亚洲一区在线视频| 成人精品鲁一区一区二区| 91精品一区二区三区久久久久久 | 国内精品自线一区二区三区视频| 91浏览器入口在线观看| 欧美mv和日韩mv的网站| 午夜免费久久看| 成人免费的视频| 2020国产精品久久精品美国| 午夜精品久久久久久久蜜桃app| 波多野结衣在线一区| 久久久噜噜噜久久人人看| 日本一区中文字幕| 在线成人小视频| 亚洲影视资源网| 99久久婷婷国产精品综合| 国产午夜精品久久久久久久| 精品一区二区在线免费观看| 91精品国产欧美日韩| 三级欧美韩日大片在线看| 色综合天天天天做夜夜夜夜做| 国产欧美日韩不卡| 国内成人精品2018免费看| 欧美一级在线观看| 免费观看久久久4p| 日韩免费一区二区| 蜜臀99久久精品久久久久久软件| 欧美挠脚心视频网站| 亚洲国产精品久久久男人的天堂| 欧美亚洲动漫制服丝袜| 亚洲一二三四区| 欧美日韩中文另类| 日韩高清一级片| 日韩精品在线网站| 韩国欧美国产1区| 国产亚洲综合av| 成人网男人的天堂| 婷婷丁香激情综合| 欧美一级二级在线观看| 久久se精品一区二区| 国产亚洲短视频| 色哟哟日韩精品| 日韩制服丝袜av| 2022国产精品视频| 不卡视频在线看| 亚洲第一精品在线| 久久综合狠狠综合久久激情 | 91麻豆自制传媒国产之光| 一区二区三区美女| 欧美一区二区三区在线观看视频| 国产一区二区视频在线播放| 国产精品久久久久一区二区三区| 91黄色免费观看| 久久福利资源站| 综合欧美亚洲日本| 欧美一区二区黄| 9色porny自拍视频一区二区| 天堂资源在线中文精品| 久久免费电影网| 欧美日韩高清一区二区| 国产一区二区免费视频| 亚洲香肠在线观看| 2023国产精品自拍| 欧美日韩另类一区| 国产不卡一区视频| 亚洲成人免费影院| 国产欧美精品一区aⅴ影院| 欧美性大战久久久久久久 | 国产精品久久久久久久第一福利| 欧美网站一区二区| 国产 欧美在线| 视频一区国产视频| 亚洲欧美成人一区二区三区| 亚洲精品一线二线三线 | 日本视频一区二区三区| 亚洲欧美福利一区二区| 国产日韩欧美一区二区三区乱码| 欧美日韩国产在线观看| www.视频一区| 国产一区二区三区综合| 免费在线欧美视频| 亚洲1区2区3区视频| 亚洲人被黑人高潮完整版| 久久久精品一品道一区| 91麻豆精品国产| 日本久久电影网| av在线免费不卡| 国产99久久久国产精品潘金| 日本特黄久久久高潮| 亚洲va欧美va人人爽| 亚洲欧美日韩在线播放| 中文无字幕一区二区三区| 久久亚洲二区三区| 日韩精品一区二区三区中文精品| 在线精品视频小说1| 91毛片在线观看| 色噜噜夜夜夜综合网| 99国内精品久久| 91蝌蚪porny九色| 91网上在线视频| 成人精品国产福利| 成人午夜看片网址| 国产成人精品免费网站| 国产电影一区在线| 丁香另类激情小说| 成人激情文学综合网| 成人av在线一区二区| www.日韩在线| 在线看不卡av| 91精品一区二区三区久久久久久| 欧美肥大bbwbbw高潮| 制服丝袜在线91| 精品av综合导航| 久久丝袜美腿综合| 国产精品美女视频| 亚洲影院免费观看| 日韩av中文字幕一区二区| 青青草国产成人av片免费| 久久激情五月激情| 国产美女在线观看一区| 成人动漫av在线| 在线国产电影不卡| 日韩欧美中文字幕精品| 中文字幕+乱码+中文字幕一区| 亚洲免费视频中文字幕| 日韩精品亚洲一区二区三区免费| 美国三级日本三级久久99| 国产成a人亚洲| 日本乱码高清不卡字幕| 欧美成人性战久久| 中文字幕欧美一区| 丝袜美腿亚洲色图| 国产一区二区调教| 欧洲人成人精品| 日韩欧美在线网站| 国产精品国产三级国产aⅴ原创| 亚洲精品久久久蜜桃| 国产电影精品久久禁18| 色综合天天综合给合国产| 欧美绝品在线观看成人午夜影视| 久久男人中文字幕资源站| 亚洲精选在线视频| 国产真实乱子伦精品视频| 91黄色免费版| 日本一区二区视频在线观看| 天天影视网天天综合色在线播放 |