ssllib.vcproj
上传用户:yisoukefu
上传日期:2020-08-09
资源大小:39506k
文件大小:47k
源码类别:

其他游戏

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="9.00"
  5. Name="ssllib"
  6. ProjectGUID="{B68EC2ED-F854-461A-84F6-84C8ECDB82E7}"
  7. RootNamespace="ssllib"
  8. Keyword="Win32Proj"
  9. TargetFrameworkVersion="196613"
  10. >
  11. <Platforms>
  12. <Platform
  13. Name="Win32"
  14. />
  15. </Platforms>
  16. <ToolFiles>
  17. </ToolFiles>
  18. <Configurations>
  19. <Configuration
  20. Name="Debug|Win32"
  21. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  22. IntermediateDirectory="$(ConfigurationName)"
  23. ConfigurationType="4"
  24. CharacterSet="1"
  25. >
  26. <Tool
  27. Name="VCPreBuildEventTool"
  28. />
  29. <Tool
  30. Name="VCCustomBuildTool"
  31. />
  32. <Tool
  33. Name="VCXMLDataGeneratorTool"
  34. />
  35. <Tool
  36. Name="VCWebServiceProxyGeneratorTool"
  37. />
  38. <Tool
  39. Name="VCMIDLTool"
  40. />
  41. <Tool
  42. Name="VCCLCompilerTool"
  43. Optimization="0"
  44. AdditionalIncludeDirectories=".include;.crypto;."
  45. PreprocessorDefinitions="WIN32;_DEBUG;_LIB;NOCRYPT"
  46. MinimalRebuild="true"
  47. BasicRuntimeChecks="3"
  48. RuntimeLibrary="1"
  49. UsePrecompiledHeader="0"
  50. WarningLevel="3"
  51. DebugInformationFormat="4"
  52. />
  53. <Tool
  54. Name="VCManagedResourceCompilerTool"
  55. />
  56. <Tool
  57. Name="VCResourceCompilerTool"
  58. />
  59. <Tool
  60. Name="VCPreLinkEventTool"
  61. />
  62. <Tool
  63. Name="VCLibrarianTool"
  64. />
  65. <Tool
  66. Name="VCALinkTool"
  67. />
  68. <Tool
  69. Name="VCXDCMakeTool"
  70. />
  71. <Tool
  72. Name="VCBscMakeTool"
  73. />
  74. <Tool
  75. Name="VCFxCopTool"
  76. />
  77. <Tool
  78. Name="VCPostBuildEventTool"
  79. />
  80. </Configuration>
  81. <Configuration
  82. Name="Release|Win32"
  83. OutputDirectory="$(SolutionDir)$(ConfigurationName)"
  84. IntermediateDirectory="$(ConfigurationName)"
  85. ConfigurationType="4"
  86. CharacterSet="1"
  87. WholeProgramOptimization="1"
  88. >
  89. <Tool
  90. Name="VCPreBuildEventTool"
  91. />
  92. <Tool
  93. Name="VCCustomBuildTool"
  94. />
  95. <Tool
  96. Name="VCXMLDataGeneratorTool"
  97. />
  98. <Tool
  99. Name="VCWebServiceProxyGeneratorTool"
  100. />
  101. <Tool
  102. Name="VCMIDLTool"
  103. />
  104. <Tool
  105. Name="VCCLCompilerTool"
  106. Optimization="2"
  107. EnableIntrinsicFunctions="true"
  108. AdditionalIncludeDirectories=".include;.crypto;."
  109. PreprocessorDefinitions="WIN32;NDEBUG;_LIB;NOCRYPT"
  110. RuntimeLibrary="0"
  111. EnableFunctionLevelLinking="true"
  112. UsePrecompiledHeader="0"
  113. WarningLevel="3"
  114. DebugInformationFormat="3"
  115. />
  116. <Tool
  117. Name="VCManagedResourceCompilerTool"
  118. />
  119. <Tool
  120. Name="VCResourceCompilerTool"
  121. />
  122. <Tool
  123. Name="VCPreLinkEventTool"
  124. />
  125. <Tool
  126. Name="VCLibrarianTool"
  127. />
  128. <Tool
  129. Name="VCALinkTool"
  130. />
  131. <Tool
  132. Name="VCXDCMakeTool"
  133. />
  134. <Tool
  135. Name="VCBscMakeTool"
  136. />
  137. <Tool
  138. Name="VCFxCopTool"
  139. />
  140. <Tool
  141. Name="VCPostBuildEventTool"
  142. />
  143. </Configuration>
  144. </Configurations>
  145. <References>
  146. </References>
  147. <Files>
  148. <Filter
  149. Name="源文件"
  150. Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
  151. UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
  152. >
  153. </Filter>
  154. <Filter
  155. Name="头文件"
  156. Filter="h;hpp;hxx;hm;inl;inc;xsd"
  157. UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
  158. >
  159. </Filter>
  160. <Filter
  161. Name="资源文件"
  162. Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  163. UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
  164. >
  165. </Filter>
  166. <Filter
  167. Name="crypto"
  168. >
  169. <File
  170. RelativePath=".cryptocpt_err.c"
  171. >
  172. </File>
  173. <File
  174. RelativePath=".cryptocryptlib.c"
  175. >
  176. </File>
  177. <File
  178. RelativePath=".cryptocryptlib.h"
  179. >
  180. </File>
  181. <File
  182. RelativePath=".cryptocrypto.h"
  183. >
  184. </File>
  185. <File
  186. RelativePath=".cryptoebcdic.c"
  187. >
  188. </File>
  189. <File
  190. RelativePath=".cryptoebcdic.h"
  191. >
  192. </File>
  193. <File
  194. RelativePath=".cryptoex_data.c"
  195. >
  196. </File>
  197. <File
  198. RelativePath=".cryptomd32_common.h"
  199. >
  200. </File>
  201. <File
  202. RelativePath=".cryptomem.c"
  203. >
  204. </File>
  205. <File
  206. RelativePath=".cryptomem_clr.c"
  207. >
  208. </File>
  209. <File
  210. RelativePath=".cryptomem_dbg.c"
  211. >
  212. </File>
  213. <File
  214. RelativePath=".cryptoo_dir.c"
  215. >
  216. </File>
  217. <File
  218. RelativePath=".cryptoo_dir.h"
  219. >
  220. </File>
  221. <File
  222. RelativePath=".cryptoo_str.c"
  223. >
  224. </File>
  225. <File
  226. RelativePath=".cryptoo_str.h"
  227. >
  228. </File>
  229. <File
  230. RelativePath=".cryptoo_time.c"
  231. >
  232. </File>
  233. <File
  234. RelativePath=".cryptoo_time.h"
  235. >
  236. </File>
  237. <File
  238. RelativePath=".cryptoopensslconf.h"
  239. >
  240. </File>
  241. <File
  242. RelativePath=".cryptoopensslv.h"
  243. >
  244. </File>
  245. <File
  246. RelativePath=".cryptoossl_typ.h"
  247. >
  248. </File>
  249. <File
  250. RelativePath=".cryptosymhacks.h"
  251. >
  252. </File>
  253. <File
  254. RelativePath=".cryptotmdiff.c"
  255. >
  256. </File>
  257. <File
  258. RelativePath=".cryptotmdiff.h"
  259. >
  260. </File>
  261. <File
  262. RelativePath=".cryptouid.c"
  263. >
  264. </File>
  265. <Filter
  266. Name="aes"
  267. >
  268. <File
  269. RelativePath=".cryptoaesaes.h"
  270. >
  271. </File>
  272. <File
  273. RelativePath=".cryptoaesaes_cbc.c"
  274. >
  275. </File>
  276. <File
  277. RelativePath=".cryptoaesaes_cfb.c"
  278. >
  279. </File>
  280. <File
  281. RelativePath=".cryptoaesaes_core.c"
  282. >
  283. </File>
  284. <File
  285. RelativePath=".cryptoaesaes_ctr.c"
  286. >
  287. </File>
  288. <File
  289. RelativePath=".cryptoaesaes_ecb.c"
  290. >
  291. </File>
  292. <File
  293. RelativePath=".cryptoaesaes_locl.h"
  294. >
  295. </File>
  296. <File
  297. RelativePath=".cryptoaesaes_misc.c"
  298. >
  299. </File>
  300. <File
  301. RelativePath=".cryptoaesaes_ofb.c"
  302. >
  303. </File>
  304. </Filter>
  305. <Filter
  306. Name="asn1"
  307. >
  308. <File
  309. RelativePath=".cryptoasn1a_bitstr.c"
  310. >
  311. </File>
  312. <File
  313. RelativePath=".cryptoasn1a_bool.c"
  314. >
  315. </File>
  316. <File
  317. RelativePath=".cryptoasn1a_bytes.c"
  318. >
  319. </File>
  320. <File
  321. RelativePath=".cryptoasn1a_d2i_fp.c"
  322. >
  323. </File>
  324. <File
  325. RelativePath=".cryptoasn1a_digest.c"
  326. >
  327. </File>
  328. <File
  329. RelativePath=".cryptoasn1a_dup.c"
  330. >
  331. </File>
  332. <File
  333. RelativePath=".cryptoasn1a_enum.c"
  334. >
  335. </File>
  336. <File
  337. RelativePath=".cryptoasn1a_gentm.c"
  338. >
  339. </File>
  340. <File
  341. RelativePath=".cryptoasn1a_hdr.c"
  342. >
  343. </File>
  344. <File
  345. RelativePath=".cryptoasn1a_i2d_fp.c"
  346. >
  347. </File>
  348. <File
  349. RelativePath=".cryptoasn1a_int.c"
  350. >
  351. </File>
  352. <File
  353. RelativePath=".cryptoasn1a_mbstr.c"
  354. >
  355. </File>
  356. <File
  357. RelativePath=".cryptoasn1a_meth.c"
  358. >
  359. </File>
  360. <File
  361. RelativePath=".cryptoasn1a_object.c"
  362. >
  363. </File>
  364. <File
  365. RelativePath=".cryptoasn1a_octet.c"
  366. >
  367. </File>
  368. <File
  369. RelativePath=".cryptoasn1a_print.c"
  370. >
  371. </File>
  372. <File
  373. RelativePath=".cryptoasn1a_set.c"
  374. >
  375. </File>
  376. <File
  377. RelativePath=".cryptoasn1a_sign.c"
  378. >
  379. </File>
  380. <File
  381. RelativePath=".cryptoasn1a_strex.c"
  382. >
  383. </File>
  384. <File
  385. RelativePath=".cryptoasn1a_strnid.c"
  386. >
  387. </File>
  388. <File
  389. RelativePath=".cryptoasn1a_time.c"
  390. >
  391. </File>
  392. <File
  393. RelativePath=".cryptoasn1a_type.c"
  394. >
  395. </File>
  396. <File
  397. RelativePath=".cryptoasn1a_utctm.c"
  398. >
  399. </File>
  400. <File
  401. RelativePath=".cryptoasn1a_utf8.c"
  402. >
  403. </File>
  404. <File
  405. RelativePath=".cryptoasn1a_verify.c"
  406. >
  407. </File>
  408. <File
  409. RelativePath=".cryptoasn1asn1.h"
  410. >
  411. </File>
  412. <File
  413. RelativePath=".cryptoasn1asn1_err.c"
  414. >
  415. </File>
  416. <File
  417. RelativePath=".cryptoasn1asn1_gen.c"
  418. >
  419. </File>
  420. <File
  421. RelativePath=".cryptoasn1asn1_lib.c"
  422. >
  423. </File>
  424. <File
  425. RelativePath=".cryptoasn1asn1_mac.h"
  426. >
  427. </File>
  428. <File
  429. RelativePath=".cryptoasn1asn1_par.c"
  430. >
  431. </File>
  432. <File
  433. RelativePath=".cryptoasn1asn1t.h"
  434. >
  435. </File>
  436. <File
  437. RelativePath=".cryptoasn1asn_moid.c"
  438. >
  439. </File>
  440. <File
  441. RelativePath=".cryptoasn1asn_pack.c"
  442. >
  443. </File>
  444. <File
  445. RelativePath=".cryptoasn1charmap.h"
  446. >
  447. </File>
  448. <File
  449. RelativePath=".cryptoasn1d2i_pr.c"
  450. >
  451. </File>
  452. <File
  453. RelativePath=".cryptoasn1d2i_pu.c"
  454. >
  455. </File>
  456. <File
  457. RelativePath=".cryptoasn1evp_asn1.c"
  458. >
  459. </File>
  460. <File
  461. RelativePath=".cryptoasn1f_enum.c"
  462. >
  463. </File>
  464. <File
  465. RelativePath=".cryptoasn1f_int.c"
  466. >
  467. </File>
  468. <File
  469. RelativePath=".cryptoasn1f_string.c"
  470. >
  471. </File>
  472. <File
  473. RelativePath=".cryptoasn1i2d_pr.c"
  474. >
  475. </File>
  476. <File
  477. RelativePath=".cryptoasn1i2d_pu.c"
  478. >
  479. </File>
  480. <File
  481. RelativePath=".cryptoasn1n_pkey.c"
  482. >
  483. </File>
  484. <File
  485. RelativePath=".cryptoasn1nsseq.c"
  486. >
  487. </File>
  488. <File
  489. RelativePath=".cryptoasn1p5_pbe.c"
  490. >
  491. </File>
  492. <File
  493. RelativePath=".cryptoasn1p5_pbev2.c"
  494. >
  495. </File>
  496. <File
  497. RelativePath=".cryptoasn1p8_pkey.c"
  498. >
  499. </File>
  500. <File
  501. RelativePath=".cryptoasn1t_bitst.c"
  502. >
  503. </File>
  504. <File
  505. RelativePath=".cryptoasn1t_crl.c"
  506. >
  507. </File>
  508. <File
  509. RelativePath=".cryptoasn1t_pkey.c"
  510. >
  511. </File>
  512. <File
  513. RelativePath=".cryptoasn1t_req.c"
  514. >
  515. </File>
  516. <File
  517. RelativePath=".cryptoasn1t_spki.c"
  518. >
  519. </File>
  520. <File
  521. RelativePath=".cryptoasn1t_x509.c"
  522. >
  523. </File>
  524. <File
  525. RelativePath=".cryptoasn1t_x509a.c"
  526. >
  527. </File>
  528. <File
  529. RelativePath=".cryptoasn1tasn_dec.c"
  530. >
  531. </File>
  532. <File
  533. RelativePath=".cryptoasn1tasn_enc.c"
  534. >
  535. </File>
  536. <File
  537. RelativePath=".cryptoasn1tasn_fre.c"
  538. >
  539. </File>
  540. <File
  541. RelativePath=".cryptoasn1tasn_new.c"
  542. >
  543. </File>
  544. <File
  545. RelativePath=".cryptoasn1tasn_typ.c"
  546. >
  547. </File>
  548. <File
  549. RelativePath=".cryptoasn1tasn_utl.c"
  550. >
  551. </File>
  552. <File
  553. RelativePath=".cryptoasn1x_algor.c"
  554. >
  555. </File>
  556. <File
  557. RelativePath=".cryptoasn1x_attrib.c"
  558. >
  559. </File>
  560. <File
  561. RelativePath=".cryptoasn1x_bignum.c"
  562. >
  563. </File>
  564. <File
  565. RelativePath=".cryptoasn1x_crl.c"
  566. >
  567. </File>
  568. <File
  569. RelativePath=".cryptoasn1x_exten.c"
  570. >
  571. </File>
  572. <File
  573. RelativePath=".cryptoasn1x_info.c"
  574. >
  575. </File>
  576. <File
  577. RelativePath=".cryptoasn1x_long.c"
  578. >
  579. </File>
  580. <File
  581. RelativePath=".cryptoasn1x_name.c"
  582. >
  583. </File>
  584. <File
  585. RelativePath=".cryptoasn1x_pkey.c"
  586. >
  587. </File>
  588. <File
  589. RelativePath=".cryptoasn1x_pubkey.c"
  590. >
  591. </File>
  592. <File
  593. RelativePath=".cryptoasn1x_req.c"
  594. >
  595. </File>
  596. <File
  597. RelativePath=".cryptoasn1x_sig.c"
  598. >
  599. </File>
  600. <File
  601. RelativePath=".cryptoasn1x_spki.c"
  602. >
  603. </File>
  604. <File
  605. RelativePath=".cryptoasn1x_val.c"
  606. >
  607. </File>
  608. <File
  609. RelativePath=".cryptoasn1x_x509.c"
  610. >
  611. </File>
  612. <File
  613. RelativePath=".cryptoasn1x_x509a.c"
  614. >
  615. </File>
  616. </Filter>
  617. <Filter
  618. Name="bf"
  619. >
  620. <File
  621. RelativePath=".cryptobfbf_cfb64.c"
  622. >
  623. </File>
  624. <File
  625. RelativePath=".cryptobfbf_ecb.c"
  626. >
  627. </File>
  628. <File
  629. RelativePath=".cryptobfbf_enc.c"
  630. >
  631. </File>
  632. <File
  633. RelativePath=".cryptobfbf_locl.h"
  634. >
  635. </File>
  636. <File
  637. RelativePath=".cryptobfbf_ofb64.c"
  638. >
  639. </File>
  640. <File
  641. RelativePath=".cryptobfbf_pi.h"
  642. >
  643. </File>
  644. <File
  645. RelativePath=".cryptobfbf_skey.c"
  646. >
  647. </File>
  648. <File
  649. RelativePath=".cryptobfblowfish.h"
  650. >
  651. </File>
  652. </Filter>
  653. <Filter
  654. Name="bio"
  655. >
  656. <File
  657. RelativePath=".cryptobiob_dump.c"
  658. >
  659. </File>
  660. <File
  661. RelativePath=".cryptobiob_print.c"
  662. >
  663. </File>
  664. <File
  665. RelativePath=".cryptobiob_sock.c"
  666. >
  667. </File>
  668. <File
  669. RelativePath=".cryptobiobf_buff.c"
  670. >
  671. </File>
  672. <File
  673. RelativePath=".cryptobiobf_lbuf.c"
  674. >
  675. </File>
  676. <File
  677. RelativePath=".cryptobiobf_nbio.c"
  678. >
  679. </File>
  680. <File
  681. RelativePath=".cryptobiobf_null.c"
  682. >
  683. </File>
  684. <File
  685. RelativePath=".cryptobiobio.h"
  686. >
  687. </File>
  688. <File
  689. RelativePath=".cryptobiobio_cb.c"
  690. >
  691. </File>
  692. <File
  693. RelativePath=".cryptobiobio_err.c"
  694. >
  695. </File>
  696. <File
  697. RelativePath=".cryptobiobio_lcl.h"
  698. >
  699. </File>
  700. <File
  701. RelativePath=".cryptobiobio_lib.c"
  702. >
  703. </File>
  704. <File
  705. RelativePath=".cryptobiobss_acpt.c"
  706. >
  707. </File>
  708. <File
  709. RelativePath=".cryptobiobss_bio.c"
  710. >
  711. </File>
  712. <File
  713. RelativePath=".cryptobiobss_conn.c"
  714. >
  715. </File>
  716. <File
  717. RelativePath=".cryptobiobss_dgram.c"
  718. >
  719. </File>
  720. <File
  721. RelativePath=".cryptobiobss_fd.c"
  722. >
  723. </File>
  724. <File
  725. RelativePath=".cryptobiobss_file.c"
  726. >
  727. </File>
  728. <File
  729. RelativePath=".cryptobiobss_log.c"
  730. >
  731. </File>
  732. <File
  733. RelativePath=".cryptobiobss_mem.c"
  734. >
  735. </File>
  736. <File
  737. RelativePath=".cryptobiobss_null.c"
  738. >
  739. </File>
  740. <File
  741. RelativePath=".cryptobiobss_sock.c"
  742. >
  743. </File>
  744. </Filter>
  745. <Filter
  746. Name="bn"
  747. >
  748. <File
  749. RelativePath=".cryptobnbn.h"
  750. >
  751. </File>
  752. <File
  753. RelativePath=".cryptobnbn_add.c"
  754. >
  755. </File>
  756. <File
  757. RelativePath=".cryptobnbn_asm.c"
  758. >
  759. </File>
  760. <File
  761. RelativePath=".cryptobnbn_blind.c"
  762. >
  763. </File>
  764. <File
  765. RelativePath=".cryptobnbn_const.c"
  766. >
  767. </File>
  768. <File
  769. RelativePath=".cryptobnbn_ctx.c"
  770. >
  771. </File>
  772. <File
  773. RelativePath=".cryptobnbn_depr.c"
  774. >
  775. </File>
  776. <File
  777. RelativePath=".cryptobnbn_div.c"
  778. >
  779. </File>
  780. <File
  781. RelativePath=".cryptobnbn_err.c"
  782. >
  783. </File>
  784. <File
  785. RelativePath=".cryptobnbn_exp.c"
  786. >
  787. </File>
  788. <File
  789. RelativePath=".cryptobnbn_exp2.c"
  790. >
  791. </File>
  792. <File
  793. RelativePath=".cryptobnbn_gcd.c"
  794. >
  795. </File>
  796. <File
  797. RelativePath=".cryptobnbn_gf2m.c"
  798. >
  799. </File>
  800. <File
  801. RelativePath=".cryptobnbn_kron.c"
  802. >
  803. </File>
  804. <File
  805. RelativePath=".cryptobnbn_lcl.h"
  806. >
  807. </File>
  808. <File
  809. RelativePath=".cryptobnbn_lib.c"
  810. >
  811. </File>
  812. <File
  813. RelativePath=".cryptobnbn_mod.c"
  814. >
  815. </File>
  816. <File
  817. RelativePath=".cryptobnbn_mont.c"
  818. >
  819. </File>
  820. <File
  821. RelativePath=".cryptobnbn_mpi.c"
  822. >
  823. </File>
  824. <File
  825. RelativePath=".cryptobnbn_mul.c"
  826. >
  827. </File>
  828. <File
  829. RelativePath=".cryptobnbn_nist.c"
  830. >
  831. </File>
  832. <File
  833. RelativePath=".cryptobnbn_prime.c"
  834. >
  835. </File>
  836. <File
  837. RelativePath=".cryptobnbn_prime.h"
  838. >
  839. </File>
  840. <File
  841. RelativePath=".cryptobnbn_print.c"
  842. >
  843. </File>
  844. <File
  845. RelativePath=".cryptobnbn_rand.c"
  846. >
  847. </File>
  848. <File
  849. RelativePath=".cryptobnbn_recp.c"
  850. >
  851. </File>
  852. <File
  853. RelativePath=".cryptobnbn_shift.c"
  854. >
  855. </File>
  856. <File
  857. RelativePath=".cryptobnbn_sqr.c"
  858. >
  859. </File>
  860. <File
  861. RelativePath=".cryptobnbn_sqrt.c"
  862. >
  863. </File>
  864. <File
  865. RelativePath=".cryptobnbn_word.c"
  866. >
  867. </File>
  868. </Filter>
  869. <Filter
  870. Name="buffer"
  871. >
  872. <File
  873. RelativePath=".cryptobufferbuf_err.c"
  874. >
  875. </File>
  876. <File
  877. RelativePath=".cryptobufferbuffer.c"
  878. >
  879. </File>
  880. <File
  881. RelativePath=".cryptobufferbuffer.h"
  882. >
  883. </File>
  884. </Filter>
  885. <Filter
  886. Name="cast"
  887. >
  888. <File
  889. RelativePath=".cryptocastc_cfb64.c"
  890. >
  891. </File>
  892. <File
  893. RelativePath=".cryptocastc_ecb.c"
  894. >
  895. </File>
  896. <File
  897. RelativePath=".cryptocastc_enc.c"
  898. >
  899. </File>
  900. <File
  901. RelativePath=".cryptocastc_ofb64.c"
  902. >
  903. </File>
  904. <File
  905. RelativePath=".cryptocastc_skey.c"
  906. >
  907. </File>
  908. <File
  909. RelativePath=".cryptocastcast.h"
  910. >
  911. </File>
  912. <File
  913. RelativePath=".cryptocastcast_lcl.h"
  914. >
  915. </File>
  916. <File
  917. RelativePath=".cryptocastcast_s.h"
  918. >
  919. </File>
  920. </Filter>
  921. <Filter
  922. Name="conf"
  923. >
  924. <File
  925. RelativePath=".cryptoconfconf.h"
  926. >
  927. </File>
  928. <File
  929. RelativePath=".cryptoconfconf_api.c"
  930. >
  931. </File>
  932. <File
  933. RelativePath=".cryptoconfconf_api.h"
  934. >
  935. </File>
  936. <File
  937. RelativePath=".cryptoconfconf_def.c"
  938. >
  939. </File>
  940. <File
  941. RelativePath=".cryptoconfconf_def.h"
  942. >
  943. </File>
  944. <File
  945. RelativePath=".cryptoconfconf_err.c"
  946. >
  947. </File>
  948. <File
  949. RelativePath=".cryptoconfconf_lib.c"
  950. >
  951. </File>
  952. <File
  953. RelativePath=".cryptoconfconf_mall.c"
  954. >
  955. </File>
  956. <File
  957. RelativePath=".cryptoconfconf_mod.c"
  958. >
  959. </File>
  960. <File
  961. RelativePath=".cryptoconfconf_sap.c"
  962. >
  963. </File>
  964. </Filter>
  965. <Filter
  966. Name="des"
  967. >
  968. <File
  969. RelativePath=".cryptodescbc3_enc.c"
  970. >
  971. </File>
  972. <File
  973. RelativePath=".cryptodescbc_cksm.c"
  974. >
  975. </File>
  976. <File
  977. RelativePath=".cryptodescbc_enc.c"
  978. >
  979. </File>
  980. <File
  981. RelativePath=".cryptodescfb64ede.c"
  982. >
  983. </File>
  984. <File
  985. RelativePath=".cryptodescfb64enc.c"
  986. >
  987. </File>
  988. <File
  989. RelativePath=".cryptodescfb_enc.c"
  990. >
  991. </File>
  992. <File
  993. RelativePath=".cryptodesdes.h"
  994. >
  995. </File>
  996. <File
  997. RelativePath=".cryptodesdes_enc.c"
  998. >
  999. </File>
  1000. <File
  1001. RelativePath=".cryptodesdes_locl.h"
  1002. >
  1003. </File>
  1004. <File
  1005. RelativePath=".cryptodesdes_old.c"
  1006. >
  1007. </File>
  1008. <File
  1009. RelativePath=".cryptodesdes_old.h"
  1010. >
  1011. </File>
  1012. <File
  1013. RelativePath=".cryptodesdes_old2.c"
  1014. >
  1015. </File>
  1016. <File
  1017. RelativePath=".cryptodesdes_ver.h"
  1018. >
  1019. </File>
  1020. <File
  1021. RelativePath=".cryptodesecb3_enc.c"
  1022. >
  1023. </File>
  1024. <File
  1025. RelativePath=".cryptodesecb_enc.c"
  1026. >
  1027. </File>
  1028. <File
  1029. RelativePath=".cryptodesede_cbcm_enc.c"
  1030. >
  1031. </File>
  1032. <File
  1033. RelativePath=".cryptodesenc_read.c"
  1034. >
  1035. </File>
  1036. <File
  1037. RelativePath=".cryptodesenc_writ.c"
  1038. >
  1039. </File>
  1040. <File
  1041. RelativePath=".cryptodesfcrypt.c"
  1042. >
  1043. </File>
  1044. <File
  1045. RelativePath=".cryptodesfcrypt_b.c"
  1046. >
  1047. </File>
  1048. <File
  1049. RelativePath=".cryptodesofb64ede.c"
  1050. >
  1051. </File>
  1052. <File
  1053. RelativePath=".cryptodesofb64enc.c"
  1054. >
  1055. </File>
  1056. <File
  1057. RelativePath=".cryptodesofb_enc.c"
  1058. >
  1059. </File>
  1060. <File
  1061. RelativePath=".cryptodespcbc_enc.c"
  1062. >
  1063. </File>
  1064. <File
  1065. RelativePath=".cryptodesqud_cksm.c"
  1066. >
  1067. </File>
  1068. <File
  1069. RelativePath=".cryptodesrand_key.c"
  1070. >
  1071. </File>
  1072. <File
  1073. RelativePath=".cryptodesread2pwd.c"
  1074. >
  1075. </File>
  1076. <File
  1077. RelativePath=".cryptodesrpc_des.h"
  1078. >
  1079. </File>
  1080. <File
  1081. RelativePath=".cryptodesrpc_enc.c"
  1082. >
  1083. </File>
  1084. <File
  1085. RelativePath=".cryptodesset_key.c"
  1086. >
  1087. </File>
  1088. <File
  1089. RelativePath=".cryptodesspr.h"
  1090. >
  1091. </File>
  1092. <File
  1093. RelativePath=".cryptodesstr2key.c"
  1094. >
  1095. </File>
  1096. <File
  1097. RelativePath=".cryptodesxcbc_enc.c"
  1098. >
  1099. </File>
  1100. </Filter>
  1101. <Filter
  1102. Name="dh"
  1103. >
  1104. <File
  1105. RelativePath=".cryptodhdh.h"
  1106. >
  1107. </File>
  1108. <File
  1109. RelativePath=".cryptodhdh_asn1.c"
  1110. >
  1111. </File>
  1112. <File
  1113. RelativePath=".cryptodhdh_check.c"
  1114. >
  1115. </File>
  1116. <File
  1117. RelativePath=".cryptodhdh_depr.c"
  1118. >
  1119. </File>
  1120. <File
  1121. RelativePath=".cryptodhdh_err.c"
  1122. >
  1123. </File>
  1124. <File
  1125. RelativePath=".cryptodhdh_gen.c"
  1126. >
  1127. </File>
  1128. <File
  1129. RelativePath=".cryptodhdh_key.c"
  1130. >
  1131. </File>
  1132. <File
  1133. RelativePath=".cryptodhdh_lib.c"
  1134. >
  1135. </File>
  1136. </Filter>
  1137. <Filter
  1138. Name="dsa"
  1139. >
  1140. <File
  1141. RelativePath=".cryptodsadsa.h"
  1142. >
  1143. </File>
  1144. <File
  1145. RelativePath=".cryptodsadsa_asn1.c"
  1146. >
  1147. </File>
  1148. <File
  1149. RelativePath=".cryptodsadsa_depr.c"
  1150. >
  1151. </File>
  1152. <File
  1153. RelativePath=".cryptodsadsa_err.c"
  1154. >
  1155. </File>
  1156. <File
  1157. RelativePath=".cryptodsadsa_gen.c"
  1158. >
  1159. </File>
  1160. <File
  1161. RelativePath=".cryptodsadsa_key.c"
  1162. >
  1163. </File>
  1164. <File
  1165. RelativePath=".cryptodsadsa_lib.c"
  1166. >
  1167. </File>
  1168. <File
  1169. RelativePath=".cryptodsadsa_ossl.c"
  1170. >
  1171. </File>
  1172. <File
  1173. RelativePath=".cryptodsadsa_sign.c"
  1174. >
  1175. </File>
  1176. <File
  1177. RelativePath=".cryptodsadsa_vrf.c"
  1178. >
  1179. </File>
  1180. </Filter>
  1181. <Filter
  1182. Name="dso"
  1183. >
  1184. <File
  1185. RelativePath=".cryptodsodso.h"
  1186. >
  1187. </File>
  1188. <File
  1189. RelativePath=".cryptodsodso_dl.c"
  1190. >
  1191. </File>
  1192. <File
  1193. RelativePath=".cryptodsodso_dlfcn.c"
  1194. >
  1195. </File>
  1196. <File
  1197. RelativePath=".cryptodsodso_err.c"
  1198. >
  1199. </File>
  1200. <File
  1201. RelativePath=".cryptodsodso_lib.c"
  1202. >
  1203. </File>
  1204. <File
  1205. RelativePath=".cryptodsodso_null.c"
  1206. >
  1207. </File>
  1208. <File
  1209. RelativePath=".cryptodsodso_openssl.c"
  1210. >
  1211. </File>
  1212. <File
  1213. RelativePath=".cryptodsodso_vms.c"
  1214. >
  1215. </File>
  1216. <File
  1217. RelativePath=".cryptodsodso_win32.c"
  1218. >
  1219. </File>
  1220. </Filter>
  1221. <Filter
  1222. Name="ec"
  1223. >
  1224. <File
  1225. RelativePath=".cryptoecec.h"
  1226. >
  1227. </File>
  1228. <File
  1229. RelativePath=".cryptoecec2_mult.c"
  1230. >
  1231. </File>
  1232. <File
  1233. RelativePath=".cryptoecec2_smpl.c"
  1234. >
  1235. </File>
  1236. <File
  1237. RelativePath=".cryptoecec_asn1.c"
  1238. >
  1239. </File>
  1240. <File
  1241. RelativePath=".cryptoecec_check.c"
  1242. >
  1243. </File>
  1244. <File
  1245. RelativePath=".cryptoecec_curve.c"
  1246. >
  1247. </File>
  1248. <File
  1249. RelativePath=".cryptoecec_cvt.c"
  1250. >
  1251. </File>
  1252. <File
  1253. RelativePath=".cryptoecec_err.c"
  1254. >
  1255. </File>
  1256. <File
  1257. RelativePath=".cryptoecec_key.c"
  1258. >
  1259. </File>
  1260. <File
  1261. RelativePath=".cryptoecec_lcl.h"
  1262. >
  1263. </File>
  1264. <File
  1265. RelativePath=".cryptoecec_lib.c"
  1266. >
  1267. </File>
  1268. <File
  1269. RelativePath=".cryptoecec_mult.c"
  1270. >
  1271. </File>
  1272. <File
  1273. RelativePath=".cryptoecec_print.c"
  1274. >
  1275. </File>
  1276. <File
  1277. RelativePath=".cryptoececp_mont.c"
  1278. >
  1279. </File>
  1280. <File
  1281. RelativePath=".cryptoececp_nist.c"
  1282. >
  1283. </File>
  1284. <File
  1285. RelativePath=".cryptoececp_smpl.c"
  1286. >
  1287. </File>
  1288. </Filter>
  1289. <Filter
  1290. Name="ecdh"
  1291. >
  1292. <File
  1293. RelativePath=".cryptoecdhecdh.h"
  1294. >
  1295. </File>
  1296. <File
  1297. RelativePath=".cryptoecdhech_err.c"
  1298. >
  1299. </File>
  1300. <File
  1301. RelativePath=".cryptoecdhech_key.c"
  1302. >
  1303. </File>
  1304. <File
  1305. RelativePath=".cryptoecdhech_lib.c"
  1306. >
  1307. </File>
  1308. <File
  1309. RelativePath=".cryptoecdhech_locl.h"
  1310. >
  1311. </File>
  1312. <File
  1313. RelativePath=".cryptoecdhech_ossl.c"
  1314. >
  1315. </File>
  1316. </Filter>
  1317. <Filter
  1318. Name="ecdsa"
  1319. >
  1320. <File
  1321. RelativePath=".cryptoecdsaecdsa.h"
  1322. >
  1323. </File>
  1324. <File
  1325. RelativePath=".cryptoecdsaecs_asn1.c"
  1326. >
  1327. </File>
  1328. <File
  1329. RelativePath=".cryptoecdsaecs_err.c"
  1330. >
  1331. </File>
  1332. <File
  1333. RelativePath=".cryptoecdsaecs_lib.c"
  1334. >
  1335. </File>
  1336. <File
  1337. RelativePath=".cryptoecdsaecs_locl.h"
  1338. >
  1339. </File>
  1340. <File
  1341. RelativePath=".cryptoecdsaecs_ossl.c"
  1342. >
  1343. </File>
  1344. <File
  1345. RelativePath=".cryptoecdsaecs_sign.c"
  1346. >
  1347. </File>
  1348. <File
  1349. RelativePath=".cryptoecdsaecs_vrf.c"
  1350. >
  1351. </File>
  1352. </Filter>
  1353. <Filter
  1354. Name="engine"
  1355. >
  1356. <File
  1357. RelativePath=".cryptoengineeng_all.c"
  1358. >
  1359. </File>
  1360. <File
  1361. RelativePath=".cryptoengineeng_cnf.c"
  1362. >
  1363. </File>
  1364. <File
  1365. RelativePath=".cryptoengineeng_ctrl.c"
  1366. >
  1367. </File>
  1368. <File
  1369. RelativePath=".cryptoengineeng_dyn.c"
  1370. >
  1371. </File>
  1372. <File
  1373. RelativePath=".cryptoengineeng_err.c"
  1374. >
  1375. </File>
  1376. <File
  1377. RelativePath=".cryptoengineeng_fat.c"
  1378. >
  1379. </File>
  1380. <File
  1381. RelativePath=".cryptoengineeng_init.c"
  1382. >
  1383. </File>
  1384. <File
  1385. RelativePath=".cryptoengineeng_int.h"
  1386. >
  1387. </File>
  1388. <File
  1389. RelativePath=".cryptoengineeng_lib.c"
  1390. >
  1391. </File>
  1392. <File
  1393. RelativePath=".cryptoengineeng_list.c"
  1394. >
  1395. </File>
  1396. <File
  1397. RelativePath=".cryptoengineeng_padlock.c"
  1398. >
  1399. </File>
  1400. <File
  1401. RelativePath=".cryptoengineeng_pkey.c"
  1402. >
  1403. </File>
  1404. <File
  1405. RelativePath=".cryptoengineeng_table.c"
  1406. >
  1407. </File>
  1408. <File
  1409. RelativePath=".cryptoengineengine.h"
  1410. >
  1411. </File>
  1412. <File
  1413. RelativePath=".cryptoenginetb_cipher.c"
  1414. >
  1415. </File>
  1416. <File
  1417. RelativePath=".cryptoenginetb_dh.c"
  1418. >
  1419. </File>
  1420. <File
  1421. RelativePath=".cryptoenginetb_digest.c"
  1422. >
  1423. </File>
  1424. <File
  1425. RelativePath=".cryptoenginetb_dsa.c"
  1426. >
  1427. </File>
  1428. <File
  1429. RelativePath=".cryptoenginetb_ecdh.c"
  1430. >
  1431. </File>
  1432. <File
  1433. RelativePath=".cryptoenginetb_ecdsa.c"
  1434. >
  1435. </File>
  1436. <File
  1437. RelativePath=".cryptoenginetb_rand.c"
  1438. >
  1439. </File>
  1440. <File
  1441. RelativePath=".cryptoenginetb_rsa.c"
  1442. >
  1443. </File>
  1444. </Filter>
  1445. <Filter
  1446. Name="err"
  1447. >
  1448. <File
  1449. RelativePath=".cryptoerrerr.c"
  1450. >
  1451. </File>
  1452. <File
  1453. RelativePath=".cryptoerrerr.h"
  1454. >
  1455. </File>
  1456. <File
  1457. RelativePath=".cryptoerrerr_all.c"
  1458. >
  1459. </File>
  1460. <File
  1461. RelativePath=".cryptoerrerr_prn.c"
  1462. >
  1463. </File>
  1464. </Filter>
  1465. <Filter
  1466. Name="evp"
  1467. >
  1468. <File
  1469. RelativePath=".cryptoevpbio_b64.c"
  1470. >
  1471. </File>
  1472. <File
  1473. RelativePath=".cryptoevpbio_enc.c"
  1474. >
  1475. </File>
  1476. <File
  1477. RelativePath=".cryptoevpbio_md.c"
  1478. >
  1479. </File>
  1480. <File
  1481. RelativePath=".cryptoevpbio_ok.c"
  1482. >
  1483. </File>
  1484. <File
  1485. RelativePath=".cryptoevpc_all.c"
  1486. >
  1487. </File>
  1488. <File
  1489. RelativePath=".cryptoevpc_allc.c"
  1490. >
  1491. </File>
  1492. <File
  1493. RelativePath=".cryptoevpc_alld.c"
  1494. >
  1495. </File>
  1496. <File
  1497. RelativePath=".cryptoevpdigest.c"
  1498. >
  1499. </File>
  1500. <File
  1501. RelativePath=".cryptoevpe_aes.c"
  1502. >
  1503. </File>
  1504. <File
  1505. RelativePath=".cryptoevpe_bf.c"
  1506. >
  1507. </File>
  1508. <File
  1509. RelativePath=".cryptoevpe_cast.c"
  1510. >
  1511. </File>
  1512. <File
  1513. RelativePath=".cryptoevpe_des.c"
  1514. >
  1515. </File>
  1516. <File
  1517. RelativePath=".cryptoevpe_des3.c"
  1518. >
  1519. </File>
  1520. <File
  1521. RelativePath=".cryptoevpe_idea.c"
  1522. >
  1523. </File>
  1524. <File
  1525. RelativePath=".cryptoevpe_null.c"
  1526. >
  1527. </File>
  1528. <File
  1529. RelativePath=".cryptoevpe_old.c"
  1530. >
  1531. </File>
  1532. <File
  1533. RelativePath=".cryptoevpe_rc2.c"
  1534. >
  1535. </File>
  1536. <File
  1537. RelativePath=".cryptoevpe_rc4.c"
  1538. >
  1539. </File>
  1540. <File
  1541. RelativePath=".cryptoevpe_rc5.c"
  1542. >
  1543. </File>
  1544. <File
  1545. RelativePath=".cryptoevpe_xcbc_d.c"
  1546. >
  1547. </File>
  1548. <File
  1549. RelativePath=".cryptoevpencode.c"
  1550. >
  1551. </File>
  1552. <File
  1553. RelativePath=".cryptoevpevp.h"
  1554. >
  1555. </File>
  1556. <File
  1557. RelativePath=".cryptoevpevp_acnf.c"
  1558. >
  1559. </File>
  1560. <File
  1561. RelativePath=".cryptoevpevp_enc.c"
  1562. >
  1563. </File>
  1564. <File
  1565. RelativePath=".cryptoevpevp_err.c"
  1566. >
  1567. </File>
  1568. <File
  1569. RelativePath=".cryptoevpevp_key.c"
  1570. >
  1571. </File>
  1572. <File
  1573. RelativePath=".cryptoevpevp_lib.c"
  1574. >
  1575. </File>
  1576. <File
  1577. RelativePath=".cryptoevpevp_locl.h"
  1578. >
  1579. </File>
  1580. <File
  1581. RelativePath=".cryptoevpevp_pbe.c"
  1582. >
  1583. </File>
  1584. <File
  1585. RelativePath=".cryptoevpevp_pkey.c"
  1586. >
  1587. </File>
  1588. <File
  1589. RelativePath=".cryptoevpm_dss.c"
  1590. >
  1591. </File>
  1592. <File
  1593. RelativePath=".cryptoevpm_dss1.c"
  1594. >
  1595. </File>
  1596. <File
  1597. RelativePath=".cryptoevpm_ecdsa.c"
  1598. >
  1599. </File>
  1600. <File
  1601. RelativePath=".cryptoevpm_md2.c"
  1602. >
  1603. </File>
  1604. <File
  1605. RelativePath=".cryptoevpm_md4.c"
  1606. >
  1607. </File>
  1608. <File
  1609. RelativePath=".cryptoevpm_md5.c"
  1610. >
  1611. </File>
  1612. <File
  1613. RelativePath=".cryptoevpm_mdc2.c"
  1614. >
  1615. </File>
  1616. <File
  1617. RelativePath=".cryptoevpm_null.c"
  1618. >
  1619. </File>
  1620. <File
  1621. RelativePath=".cryptoevpm_ripemd.c"
  1622. >
  1623. </File>
  1624. <File
  1625. RelativePath=".cryptoevpm_sha.c"
  1626. >
  1627. </File>
  1628. <File
  1629. RelativePath=".cryptoevpm_sha1.c"
  1630. >
  1631. </File>
  1632. <File
  1633. RelativePath=".cryptoevpnames.c"
  1634. >
  1635. </File>
  1636. <File
  1637. RelativePath=".cryptoevpp5_crpt.c"
  1638. >
  1639. </File>
  1640. <File
  1641. RelativePath=".cryptoevpp5_crpt2.c"
  1642. >
  1643. </File>
  1644. <File
  1645. RelativePath=".cryptoevpp_dec.c"
  1646. >
  1647. </File>
  1648. <File
  1649. RelativePath=".cryptoevpp_enc.c"
  1650. >
  1651. </File>
  1652. <File
  1653. RelativePath=".cryptoevpp_lib.c"
  1654. >
  1655. </File>
  1656. <File
  1657. RelativePath=".cryptoevpp_open.c"
  1658. >
  1659. </File>
  1660. <File
  1661. RelativePath=".cryptoevpp_seal.c"
  1662. >
  1663. </File>
  1664. <File
  1665. RelativePath=".cryptoevpp_sign.c"
  1666. >
  1667. </File>
  1668. <File
  1669. RelativePath=".cryptoevpp_verify.c"
  1670. >
  1671. </File>
  1672. </Filter>
  1673. <Filter
  1674. Name="hmac"
  1675. >
  1676. <File
  1677. RelativePath=".cryptohmachmac.c"
  1678. >
  1679. </File>
  1680. <File
  1681. RelativePath=".cryptohmachmac.h"
  1682. >
  1683. </File>
  1684. </Filter>
  1685. <Filter
  1686. Name="idea"
  1687. >
  1688. <File
  1689. RelativePath=".cryptoideai_cbc.c"
  1690. >
  1691. </File>
  1692. <File
  1693. RelativePath=".cryptoideai_cfb64.c"
  1694. >
  1695. </File>
  1696. <File
  1697. RelativePath=".cryptoideai_ecb.c"
  1698. >
  1699. </File>
  1700. <File
  1701. RelativePath=".cryptoideai_ofb64.c"
  1702. >
  1703. </File>
  1704. <File
  1705. RelativePath=".cryptoideai_skey.c"
  1706. >
  1707. </File>
  1708. <File
  1709. RelativePath=".cryptoideaidea.h"
  1710. >
  1711. </File>
  1712. <File
  1713. RelativePath=".cryptoideaidea_lcl.h"
  1714. >
  1715. </File>
  1716. </Filter>
  1717. <Filter
  1718. Name="lhash"
  1719. >
  1720. <File
  1721. RelativePath=".cryptolhashlhash.c"
  1722. >
  1723. </File>
  1724. <File
  1725. RelativePath=".cryptolhashlhash.h"
  1726. >
  1727. </File>
  1728. </Filter>
  1729. <Filter
  1730. Name="md2"
  1731. >
  1732. <File
  1733. RelativePath=".cryptomd2md2.h"
  1734. >
  1735. </File>
  1736. <File
  1737. RelativePath=".cryptomd2md2_dgst.c"
  1738. >
  1739. </File>
  1740. <File
  1741. RelativePath=".cryptomd2md2_one.c"
  1742. >
  1743. </File>
  1744. </Filter>
  1745. <Filter
  1746. Name="md4"
  1747. >
  1748. <File
  1749. RelativePath=".cryptomd4md4.h"
  1750. >
  1751. </File>
  1752. <File
  1753. RelativePath=".cryptomd4md4_dgst.c"
  1754. >
  1755. </File>
  1756. <File
  1757. RelativePath=".cryptomd4md4_locl.h"
  1758. >
  1759. </File>
  1760. <File
  1761. RelativePath=".cryptomd4md4_one.c"
  1762. >
  1763. </File>
  1764. </Filter>
  1765. <Filter
  1766. Name="md5"
  1767. >
  1768. <File
  1769. RelativePath=".cryptomd5md5.h"
  1770. >
  1771. </File>
  1772. <File
  1773. RelativePath=".cryptomd5md5_dgst.c"
  1774. >
  1775. </File>
  1776. <File
  1777. RelativePath=".cryptomd5md5_locl.h"
  1778. >
  1779. </File>
  1780. </Filter>
  1781. <Filter
  1782. Name="objects"
  1783. >
  1784. <File
  1785. RelativePath=".cryptoobjectso_names.c"
  1786. >
  1787. </File>
  1788. <File
  1789. RelativePath=".cryptoobjectsobj_dat.c"
  1790. >
  1791. </File>
  1792. <File
  1793. RelativePath=".cryptoobjectsobj_dat.h"
  1794. >
  1795. </File>
  1796. <File
  1797. RelativePath=".cryptoobjectsobj_err.c"
  1798. >
  1799. </File>
  1800. <File
  1801. RelativePath=".cryptoobjectsobj_lib.c"
  1802. >
  1803. </File>
  1804. <File
  1805. RelativePath=".cryptoobjectsobj_mac.h"
  1806. >
  1807. </File>
  1808. <File
  1809. RelativePath=".cryptoobjectsobjects.h"
  1810. >
  1811. </File>
  1812. </Filter>
  1813. <Filter
  1814. Name="ocsp"
  1815. >
  1816. <File
  1817. RelativePath=".cryptoocspocsp.h"
  1818. >
  1819. </File>
  1820. <File
  1821. RelativePath=".cryptoocspocsp_asn.c"
  1822. >
  1823. </File>
  1824. <File
  1825. RelativePath=".cryptoocspocsp_cl.c"
  1826. >
  1827. </File>
  1828. <File
  1829. RelativePath=".cryptoocspocsp_err.c"
  1830. >
  1831. </File>
  1832. <File
  1833. RelativePath=".cryptoocspocsp_ext.c"
  1834. >
  1835. </File>
  1836. <File
  1837. RelativePath=".cryptoocspocsp_ht.c"
  1838. >
  1839. </File>
  1840. <File
  1841. RelativePath=".cryptoocspocsp_lib.c"
  1842. >
  1843. </File>
  1844. <File
  1845. RelativePath=".cryptoocspocsp_prn.c"
  1846. >
  1847. </File>
  1848. <File
  1849. RelativePath=".cryptoocspocsp_srv.c"
  1850. >
  1851. </File>
  1852. <File
  1853. RelativePath=".cryptoocspocsp_vfy.c"
  1854. >
  1855. </File>
  1856. </Filter>
  1857. <Filter
  1858. Name="pem"
  1859. >
  1860. <File
  1861. RelativePath=".cryptopempem.h"
  1862. >
  1863. </File>
  1864. <File
  1865. RelativePath=".cryptopempem2.h"
  1866. >
  1867. </File>
  1868. <File
  1869. RelativePath=".cryptopempem_all.c"
  1870. >
  1871. </File>
  1872. <File
  1873. RelativePath=".cryptopempem_err.c"
  1874. >
  1875. </File>
  1876. <File
  1877. RelativePath=".cryptopempem_info.c"
  1878. >
  1879. </File>
  1880. <File
  1881. RelativePath=".cryptopempem_lib.c"
  1882. >
  1883. </File>
  1884. <File
  1885. RelativePath=".cryptopempem_oth.c"
  1886. >
  1887. </File>
  1888. <File
  1889. RelativePath=".cryptopempem_pk8.c"
  1890. >
  1891. </File>
  1892. <File
  1893. RelativePath=".cryptopempem_pkey.c"
  1894. >
  1895. </File>
  1896. <File
  1897. RelativePath=".cryptopempem_seal.c"
  1898. >
  1899. </File>
  1900. <File
  1901. RelativePath=".cryptopempem_sign.c"
  1902. >
  1903. </File>
  1904. <File
  1905. RelativePath=".cryptopempem_x509.c"
  1906. >
  1907. </File>
  1908. <File
  1909. RelativePath=".cryptopempem_xaux.c"
  1910. >
  1911. </File>
  1912. </Filter>
  1913. <Filter
  1914. Name="pkcs7"
  1915. >
  1916. <File
  1917. RelativePath=".cryptopkcs7pk7_asn1.c"
  1918. >
  1919. </File>
  1920. <File
  1921. RelativePath=".cryptopkcs7pk7_attr.c"
  1922. >
  1923. </File>
  1924. <File
  1925. RelativePath=".cryptopkcs7pk7_dgst.c"
  1926. >
  1927. </File>
  1928. <File
  1929. RelativePath=".cryptopkcs7pk7_doit.c"
  1930. >
  1931. </File>
  1932. <File
  1933. RelativePath=".cryptopkcs7pk7_enc.c"
  1934. >
  1935. </File>
  1936. <File
  1937. RelativePath=".cryptopkcs7pk7_lib.c"
  1938. >
  1939. </File>
  1940. <File
  1941. RelativePath=".cryptopkcs7pk7_mime.c"
  1942. >
  1943. </File>
  1944. <File
  1945. RelativePath=".cryptopkcs7pk7_smime.c"
  1946. >
  1947. </File>
  1948. <File
  1949. RelativePath=".cryptopkcs7pkcs7.h"
  1950. >
  1951. </File>
  1952. <File
  1953. RelativePath=".cryptopkcs7pkcs7err.c"
  1954. >
  1955. </File>
  1956. </Filter>
  1957. <Filter
  1958. Name="pkcs12"
  1959. >
  1960. <File
  1961. RelativePath=".cryptopkcs12p12_add.c"
  1962. >
  1963. </File>
  1964. <File
  1965. RelativePath=".cryptopkcs12p12_asn.c"
  1966. >
  1967. </File>
  1968. <File
  1969. RelativePath=".cryptopkcs12p12_attr.c"
  1970. >
  1971. </File>
  1972. <File
  1973. RelativePath=".cryptopkcs12p12_crpt.c"
  1974. >
  1975. </File>
  1976. <File
  1977. RelativePath=".cryptopkcs12p12_crt.c"
  1978. >
  1979. </File>
  1980. <File
  1981. RelativePath=".cryptopkcs12p12_decr.c"
  1982. >
  1983. </File>
  1984. <File
  1985. RelativePath=".cryptopkcs12p12_init.c"
  1986. >
  1987. </File>
  1988. <File
  1989. RelativePath=".cryptopkcs12p12_key.c"
  1990. >
  1991. </File>
  1992. <File
  1993. RelativePath=".cryptopkcs12p12_kiss.c"
  1994. >
  1995. </File>
  1996. <File
  1997. RelativePath=".cryptopkcs12p12_mutl.c"
  1998. >
  1999. </File>
  2000. <File
  2001. RelativePath=".cryptopkcs12p12_npas.c"
  2002. >
  2003. </File>
  2004. <File
  2005. RelativePath=".cryptopkcs12p12_p8d.c"
  2006. >
  2007. </File>
  2008. <File
  2009. RelativePath=".cryptopkcs12p12_p8e.c"
  2010. >
  2011. </File>
  2012. <File
  2013. RelativePath=".cryptopkcs12p12_utl.c"
  2014. >
  2015. </File>
  2016. <File
  2017. RelativePath=".cryptopkcs12pk12err.c"
  2018. >
  2019. </File>
  2020. <File
  2021. RelativePath=".cryptopkcs12pkcs12.h"
  2022. >
  2023. </File>
  2024. </Filter>
  2025. <Filter
  2026. Name="rand"
  2027. >
  2028. <File
  2029. RelativePath=".cryptorandmd_rand.c"
  2030. >
  2031. </File>
  2032. <File
  2033. RelativePath=".cryptorandrand.h"
  2034. >
  2035. </File>
  2036. <File
  2037. RelativePath=".cryptorandrand_egd.c"
  2038. >
  2039. </File>
  2040. <File
  2041. RelativePath=".cryptorandrand_err.c"
  2042. >
  2043. </File>
  2044. <File
  2045. RelativePath=".cryptorandrand_lcl.h"
  2046. >
  2047. </File>
  2048. <File
  2049. RelativePath=".cryptorandrand_lib.c"
  2050. >
  2051. </File>
  2052. <File
  2053. RelativePath=".cryptorandrand_win.c"
  2054. >
  2055. </File>
  2056. </Filter>
  2057. <Filter
  2058. Name="rc2"
  2059. >
  2060. <File
  2061. RelativePath=".cryptorc2rc2.h"
  2062. >
  2063. </File>
  2064. <File
  2065. RelativePath=".cryptorc2rc2_cbc.c"
  2066. >
  2067. </File>
  2068. <File
  2069. RelativePath=".cryptorc2rc2_ecb.c"
  2070. >
  2071. </File>
  2072. <File
  2073. RelativePath=".cryptorc2rc2_locl.h"
  2074. >
  2075. </File>
  2076. <File
  2077. RelativePath=".cryptorc2rc2_skey.c"
  2078. >
  2079. </File>
  2080. <File
  2081. RelativePath=".cryptorc2rc2cfb64.c"
  2082. >
  2083. </File>
  2084. <File
  2085. RelativePath=".cryptorc2rc2ofb64.c"
  2086. >
  2087. </File>
  2088. </Filter>
  2089. <Filter
  2090. Name="rc4"
  2091. >
  2092. <File
  2093. RelativePath=".cryptorc4rc4.h"
  2094. >
  2095. </File>
  2096. <File
  2097. RelativePath=".cryptorc4rc4_enc.c"
  2098. >
  2099. </File>
  2100. <File
  2101. RelativePath=".cryptorc4rc4_locl.h"
  2102. >
  2103. </File>
  2104. <File
  2105. RelativePath=".cryptorc4rc4_skey.c"
  2106. >
  2107. </File>
  2108. </Filter>
  2109. <Filter
  2110. Name="ripemd"
  2111. >
  2112. <File
  2113. RelativePath=".cryptoripemdripemd.h"
  2114. >
  2115. </File>
  2116. <File
  2117. RelativePath=".cryptoripemdrmd_dgst.c"
  2118. >
  2119. </File>
  2120. <File
  2121. RelativePath=".cryptoripemdrmd_locl.h"
  2122. >
  2123. </File>
  2124. <File
  2125. RelativePath=".cryptoripemdrmd_one.c"
  2126. >
  2127. </File>
  2128. <File
  2129. RelativePath=".cryptoripemdrmdconst.h"
  2130. >
  2131. </File>
  2132. </Filter>
  2133. <Filter
  2134. Name="rsa"
  2135. >
  2136. <File
  2137. RelativePath=".cryptorsarsa.h"
  2138. >
  2139. </File>
  2140. <File
  2141. RelativePath=".cryptorsarsa_asn1.c"
  2142. >
  2143. </File>
  2144. <File
  2145. RelativePath=".cryptorsarsa_chk.c"
  2146. >
  2147. </File>
  2148. <File
  2149. RelativePath=".cryptorsarsa_depr.c"
  2150. >
  2151. </File>
  2152. <File
  2153. RelativePath=".cryptorsarsa_eay.c"
  2154. >
  2155. </File>
  2156. <File
  2157. RelativePath=".cryptorsarsa_err.c"
  2158. >
  2159. </File>
  2160. <File
  2161. RelativePath=".cryptorsarsa_gen.c"
  2162. >
  2163. </File>
  2164. <File
  2165. RelativePath=".cryptorsarsa_lib.c"
  2166. >
  2167. </File>
  2168. <File
  2169. RelativePath=".cryptorsarsa_none.c"
  2170. >
  2171. </File>
  2172. <File
  2173. RelativePath=".cryptorsarsa_null.c"
  2174. >
  2175. </File>
  2176. <File
  2177. RelativePath=".cryptorsarsa_oaep.c"
  2178. >
  2179. </File>
  2180. <File
  2181. RelativePath=".cryptorsarsa_pk1.c"
  2182. >
  2183. </File>
  2184. <File
  2185. RelativePath=".cryptorsarsa_pss.c"
  2186. >
  2187. </File>
  2188. <File
  2189. RelativePath=".cryptorsarsa_saos.c"
  2190. >
  2191. </File>
  2192. <File
  2193. RelativePath=".cryptorsarsa_sign.c"
  2194. >
  2195. </File>
  2196. <File
  2197. RelativePath=".cryptorsarsa_ssl.c"
  2198. >
  2199. </File>
  2200. <File
  2201. RelativePath=".cryptorsarsa_x931.c"
  2202. >
  2203. </File>
  2204. </Filter>
  2205. <Filter
  2206. Name="sha"
  2207. >
  2208. <File
  2209. RelativePath=".cryptoshasha.h"
  2210. >
  2211. </File>
  2212. <File
  2213. RelativePath=".cryptoshasha1.c"
  2214. >
  2215. </File>
  2216. <File
  2217. RelativePath=".cryptoshasha1_one.c"
  2218. >
  2219. </File>
  2220. <File
  2221. RelativePath=".cryptoshasha1dgst.c"
  2222. >
  2223. </File>
  2224. <File
  2225. RelativePath=".cryptoshasha256.c"
  2226. >
  2227. </File>
  2228. <File
  2229. RelativePath=".cryptoshasha512.c"
  2230. >
  2231. </File>
  2232. <File
  2233. RelativePath=".cryptoshasha_dgst.c"
  2234. >
  2235. </File>
  2236. <File
  2237. RelativePath=".cryptoshasha_locl.h"
  2238. >
  2239. </File>
  2240. <File
  2241. RelativePath=".cryptoshasha_one.c"
  2242. >
  2243. </File>
  2244. </Filter>
  2245. <Filter
  2246. Name="stack"
  2247. >
  2248. <File
  2249. RelativePath=".cryptostacksafestack.h"
  2250. >
  2251. </File>
  2252. <File
  2253. RelativePath=".cryptostackstack.c"
  2254. >
  2255. </File>
  2256. <File
  2257. RelativePath=".cryptostackstack.h"
  2258. >
  2259. </File>
  2260. </Filter>
  2261. <Filter
  2262. Name="ui"
  2263. >
  2264. <File
  2265. RelativePath=".cryptouiui.h"
  2266. >
  2267. </File>
  2268. <File
  2269. RelativePath=".cryptouiui_compat.c"
  2270. >
  2271. </File>
  2272. <File
  2273. RelativePath=".cryptouiui_compat.h"
  2274. >
  2275. </File>
  2276. <File
  2277. RelativePath=".cryptouiui_err.c"
  2278. >
  2279. </File>
  2280. <File
  2281. RelativePath=".cryptouiui_lib.c"
  2282. >
  2283. </File>
  2284. <File
  2285. RelativePath=".cryptouiui_locl.h"
  2286. >
  2287. </File>
  2288. <File
  2289. RelativePath=".cryptouiui_openssl.c"
  2290. >
  2291. </File>
  2292. <File
  2293. RelativePath=".cryptouiui_util.c"
  2294. >
  2295. </File>
  2296. </Filter>
  2297. <Filter
  2298. Name="x509"
  2299. >
  2300. <File
  2301. RelativePath=".cryptox509by_dir.c"
  2302. >
  2303. </File>
  2304. <File
  2305. RelativePath=".cryptox509by_file.c"
  2306. >
  2307. </File>
  2308. <File
  2309. RelativePath=".cryptox509x509.h"
  2310. >
  2311. </File>
  2312. <File
  2313. RelativePath=".cryptox509x509_att.c"
  2314. >
  2315. </File>
  2316. <File
  2317. RelativePath=".cryptox509x509_cmp.c"
  2318. >
  2319. </File>
  2320. <File
  2321. RelativePath=".cryptox509x509_d2.c"
  2322. >
  2323. </File>
  2324. <File
  2325. RelativePath=".cryptox509x509_def.c"
  2326. >
  2327. </File>
  2328. <File
  2329. RelativePath=".cryptox509x509_err.c"
  2330. >
  2331. </File>
  2332. <File
  2333. RelativePath=".cryptox509x509_ext.c"
  2334. >
  2335. </File>
  2336. <File
  2337. RelativePath=".cryptox509x509_lu.c"
  2338. >
  2339. </File>
  2340. <File
  2341. RelativePath=".cryptox509x509_obj.c"
  2342. >
  2343. </File>
  2344. <File
  2345. RelativePath=".cryptox509x509_r2x.c"
  2346. >
  2347. </File>
  2348. <File
  2349. RelativePath=".cryptox509x509_req.c"
  2350. >
  2351. </File>
  2352. <File
  2353. RelativePath=".cryptox509x509_set.c"
  2354. >
  2355. </File>
  2356. <File
  2357. RelativePath=".cryptox509x509_trs.c"
  2358. >
  2359. </File>
  2360. <File
  2361. RelativePath=".cryptox509x509_txt.c"
  2362. >
  2363. </File>
  2364. <File
  2365. RelativePath=".cryptox509x509_v3.c"
  2366. >
  2367. </File>
  2368. <File
  2369. RelativePath=".cryptox509x509_vfy.c"
  2370. >
  2371. </File>
  2372. <File
  2373. RelativePath=".cryptox509x509_vfy.h"
  2374. >
  2375. </File>
  2376. <File
  2377. RelativePath=".cryptox509x509_vpm.c"
  2378. >
  2379. </File>
  2380. <File
  2381. RelativePath=".cryptox509x509cset.c"
  2382. >
  2383. </File>
  2384. <File
  2385. RelativePath=".cryptox509x509name.c"
  2386. >
  2387. </File>
  2388. <File
  2389. RelativePath=".cryptox509x509rset.c"
  2390. >
  2391. </File>
  2392. <File
  2393. RelativePath=".cryptox509x509spki.c"
  2394. >
  2395. </File>
  2396. <File
  2397. RelativePath=".cryptox509x509type.c"
  2398. >
  2399. </File>
  2400. <File
  2401. RelativePath=".cryptox509x_all.c"
  2402. >
  2403. </File>
  2404. </Filter>
  2405. <Filter
  2406. Name="x509v3"
  2407. >
  2408. <File
  2409. RelativePath=".cryptox509v3ext_dat.h"
  2410. >
  2411. </File>
  2412. <File
  2413. RelativePath=".cryptox509v3pcy_cache.c"
  2414. >
  2415. </File>
  2416. <File
  2417. RelativePath=".cryptox509v3pcy_data.c"
  2418. >
  2419. </File>
  2420. <File
  2421. RelativePath=".cryptox509v3pcy_int.h"
  2422. >
  2423. </File>
  2424. <File
  2425. RelativePath=".cryptox509v3pcy_lib.c"
  2426. >
  2427. </File>
  2428. <File
  2429. RelativePath=".cryptox509v3pcy_map.c"
  2430. >
  2431. </File>
  2432. <File
  2433. RelativePath=".cryptox509v3pcy_node.c"
  2434. >
  2435. </File>
  2436. <File
  2437. RelativePath=".cryptox509v3pcy_tree.c"
  2438. >
  2439. </File>
  2440. <File
  2441. RelativePath=".cryptox509v3v3_akey.c"
  2442. >
  2443. </File>
  2444. <File
  2445. RelativePath=".cryptox509v3v3_akeya.c"
  2446. >
  2447. </File>
  2448. <File
  2449. RelativePath=".cryptox509v3v3_alt.c"
  2450. >
  2451. </File>
  2452. <File
  2453. RelativePath=".cryptox509v3v3_bcons.c"
  2454. >
  2455. </File>
  2456. <File
  2457. RelativePath=".cryptox509v3v3_bitst.c"
  2458. >
  2459. </File>
  2460. <File
  2461. RelativePath=".cryptox509v3v3_conf.c"
  2462. >
  2463. </File>
  2464. <File
  2465. RelativePath=".cryptox509v3v3_cpols.c"
  2466. >
  2467. </File>
  2468. <File
  2469. RelativePath=".cryptox509v3v3_crld.c"
  2470. >
  2471. </File>
  2472. <File
  2473. RelativePath=".cryptox509v3v3_enum.c"
  2474. >
  2475. </File>
  2476. <File
  2477. RelativePath=".cryptox509v3v3_extku.c"
  2478. >
  2479. </File>
  2480. <File
  2481. RelativePath=".cryptox509v3v3_genn.c"
  2482. >
  2483. </File>
  2484. <File
  2485. RelativePath=".cryptox509v3v3_ia5.c"
  2486. >
  2487. </File>
  2488. <File
  2489. RelativePath=".cryptox509v3v3_info.c"
  2490. >
  2491. </File>
  2492. <File
  2493. RelativePath=".cryptox509v3v3_int.c"
  2494. >
  2495. </File>
  2496. <File
  2497. RelativePath=".cryptox509v3v3_lib.c"
  2498. >
  2499. </File>
  2500. <File
  2501. RelativePath=".cryptox509v3v3_ncons.c"
  2502. >
  2503. </File>
  2504. <File
  2505. RelativePath=".cryptox509v3v3_ocsp.c"
  2506. >
  2507. </File>
  2508. <File
  2509. RelativePath=".cryptox509v3v3_pci.c"
  2510. >
  2511. </File>
  2512. <File
  2513. RelativePath=".cryptox509v3v3_pcia.c"
  2514. >
  2515. </File>
  2516. <File
  2517. RelativePath=".cryptox509v3v3_pcons.c"
  2518. >
  2519. </File>
  2520. <File
  2521. RelativePath=".cryptox509v3v3_pku.c"
  2522. >
  2523. </File>
  2524. <File
  2525. RelativePath=".cryptox509v3v3_pmaps.c"
  2526. >
  2527. </File>
  2528. <File
  2529. RelativePath=".cryptox509v3v3_prn.c"
  2530. >
  2531. </File>
  2532. <File
  2533. RelativePath=".cryptox509v3v3_purp.c"
  2534. >
  2535. </File>
  2536. <File
  2537. RelativePath=".cryptox509v3v3_skey.c"
  2538. >
  2539. </File>
  2540. <File
  2541. RelativePath=".cryptox509v3v3_sxnet.c"
  2542. >
  2543. </File>
  2544. <File
  2545. RelativePath=".cryptox509v3v3_utl.c"
  2546. >
  2547. </File>
  2548. <File
  2549. RelativePath=".cryptox509v3v3err.c"
  2550. >
  2551. </File>
  2552. <File
  2553. RelativePath=".cryptox509v3x509v3.h"
  2554. >
  2555. </File>
  2556. </Filter>
  2557. </Filter>
  2558. <File
  2559. RelativePath=".ReadMe.txt"
  2560. >
  2561. </File>
  2562. </Files>
  2563. <Globals>
  2564. </Globals>
  2565. </VisualStudioProject>