project.pbxproj 105 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 521646091A89928E0062516A /* crl.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646011A89928E0062516A /* crl.c */; };
  10. 5216460A1A89928E0062516A /* internal.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646021A89928E0062516A /* internal.c */; };
  11. 5216460B1A89928E0062516A /* io.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646031A89928E0062516A /* io.c */; };
  12. 5216460C1A89928E0062516A /* keys.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646041A89928E0062516A /* keys.c */; };
  13. 5216460D1A89928E0062516A /* ocsp.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646051A89928E0062516A /* ocsp.c */; };
  14. 5216460E1A89928E0062516A /* sniffer.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646061A89928E0062516A /* sniffer.c */; };
  15. 5216460F1A89928E0062516A /* ssl.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646071A89928E0062516A /* ssl.c */; };
  16. 521646101A89928E0062516A /* tls.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646081A89928E0062516A /* tls.c */; };
  17. 521646321A8992CC0062516A /* aes.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646111A8992CC0062516A /* aes.c */; };
  18. 521646331A8992CC0062516A /* arc4.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646121A8992CC0062516A /* arc4.c */; };
  19. 521646341A8992CC0062516A /* asn.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646131A8992CC0062516A /* asn.c */; };
  20. 521646351A8992CC0062516A /* blake2b.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646141A8992CC0062516A /* blake2b.c */; };
  21. 521646361A8992CC0062516A /* camellia.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646151A8992CC0062516A /* camellia.c */; };
  22. 521646371A8992CC0062516A /* chacha.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646161A8992CC0062516A /* chacha.c */; };
  23. 521646381A8992CC0062516A /* coding.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646171A8992CC0062516A /* coding.c */; };
  24. 521646391A8992CC0062516A /* des3.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646181A8992CC0062516A /* des3.c */; };
  25. 5216463A1A8992CC0062516A /* dh.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646191A8992CC0062516A /* dh.c */; };
  26. 5216463B1A8992CC0062516A /* dsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216461A1A8992CC0062516A /* dsa.c */; };
  27. 5216463C1A8992CC0062516A /* ecc.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216461B1A8992CC0062516A /* ecc.c */; };
  28. 5216463D1A8992CC0062516A /* error.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216461C1A8992CC0062516A /* error.c */; };
  29. 5216463E1A8992CC0062516A /* hc128.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216461D1A8992CC0062516A /* hc128.c */; };
  30. 5216463F1A8992CC0062516A /* hmac.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216461E1A8992CC0062516A /* hmac.c */; };
  31. 521646401A8992CC0062516A /* integer.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216461F1A8992CC0062516A /* integer.c */; };
  32. 521646411A8992CC0062516A /* logging.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646201A8992CC0062516A /* logging.c */; };
  33. 521646421A8992CC0062516A /* md2.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646211A8992CC0062516A /* md2.c */; };
  34. 521646431A8992CC0062516A /* md4.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646221A8992CC0062516A /* md4.c */; };
  35. 521646441A8992CC0062516A /* md5.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646231A8992CC0062516A /* md5.c */; };
  36. 521646451A8992CC0062516A /* memory.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646241A8992CC0062516A /* memory.c */; };
  37. 521646461A8992CC0062516A /* misc.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646251A8992CC0062516A /* misc.c */; };
  38. 521646471A8992CC0062516A /* pkcs7.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646261A8992CC0062516A /* pkcs7.c */; };
  39. 521646481A8992CC0062516A /* poly1305.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646271A8992CC0062516A /* poly1305.c */; };
  40. 521646491A8992CC0062516A /* pwdbased.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646281A8992CC0062516A /* pwdbased.c */; };
  41. 5216464A1A8992CC0062516A /* rabbit.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646291A8992CC0062516A /* rabbit.c */; };
  42. 5216464B1A8992CC0062516A /* random.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216462A1A8992CC0062516A /* random.c */; };
  43. 5216464C1A8992CC0062516A /* ripemd.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216462B1A8992CC0062516A /* ripemd.c */; };
  44. 5216464D1A8992CC0062516A /* rsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216462C1A8992CC0062516A /* rsa.c */; };
  45. 5216464E1A8992CC0062516A /* sha.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216462D1A8992CC0062516A /* sha.c */; };
  46. 5216464F1A8992CC0062516A /* sha256.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216462E1A8992CC0062516A /* sha256.c */; };
  47. 521646501A8992CC0062516A /* sha512.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216462F1A8992CC0062516A /* sha512.c */; };
  48. 521646511A8992CC0062516A /* tfm.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646301A8992CC0062516A /* tfm.c */; };
  49. 521646521A8992CC0062516A /* wc_port.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646311A8992CC0062516A /* wc_port.c */; };
  50. 521646C41A8A7FE10062516A /* callbacks.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646531A8993290062516A /* callbacks.h */; };
  51. 521646C51A8A7FE10062516A /* certs_test.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646541A8993290062516A /* certs_test.h */; };
  52. 521646C61A8A7FE10062516A /* crl.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646551A8993290062516A /* crl.h */; };
  53. 521646C71A8A7FE10062516A /* error-ssl.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646561A8993290062516A /* error-ssl.h */; };
  54. 521646C81A8A7FE10062516A /* internal.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646571A8993290062516A /* internal.h */; };
  55. 521646C91A8A7FE10062516A /* ocsp.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646581A8993290062516A /* ocsp.h */; };
  56. 521646CA1A8A7FE10062516A /* ssl.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216465B1A8993290062516A /* ssl.h */; };
  57. 521646CB1A8A7FE10062516A /* test.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216465C1A8993290062516A /* test.h */; };
  58. 521646CC1A8A7FE10062516A /* version.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216465D1A8993290062516A /* version.h */; };
  59. 521646CD1A8A7FF30062516A /* aes.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216465E1A8993770062516A /* aes.h */; };
  60. 521646CE1A8A7FF30062516A /* arc4.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216465F1A8993770062516A /* arc4.h */; };
  61. 521646CF1A8A7FF30062516A /* asn_public.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646601A8993770062516A /* asn_public.h */; };
  62. 521646D01A8A7FF30062516A /* asn.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646611A8993770062516A /* asn.h */; };
  63. 521646D11A8A7FF30062516A /* blake2-impl.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646621A8993770062516A /* blake2-impl.h */; };
  64. 521646D21A8A7FF30062516A /* blake2-int.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646631A8993770062516A /* blake2-int.h */; };
  65. 521646D31A8A7FF30062516A /* blake2.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646641A8993770062516A /* blake2.h */; };
  66. 521646D41A8A7FF30062516A /* camellia.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646651A8993770062516A /* camellia.h */; };
  67. 521646D51A8A7FF30062516A /* chacha.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646661A8993770062516A /* chacha.h */; };
  68. 521646D61A8A7FF30062516A /* coding.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646671A8993770062516A /* coding.h */; };
  69. 521646D71A8A7FF30062516A /* compress.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646681A8993770062516A /* compress.h */; };
  70. 521646D81A8A7FF30062516A /* des3.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646691A8993770062516A /* des3.h */; };
  71. 521646D91A8A7FF30062516A /* dh.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216466A1A8993770062516A /* dh.h */; };
  72. 521646DA1A8A7FF30062516A /* dsa.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216466B1A8993770062516A /* dsa.h */; };
  73. 521646DB1A8A7FF30062516A /* ecc.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216466C1A8993770062516A /* ecc.h */; };
  74. 521646DC1A8A7FF30062516A /* error-crypt.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216466D1A8993770062516A /* error-crypt.h */; };
  75. 521646DD1A8A7FF30062516A /* fips_test.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216466E1A8993770062516A /* fips_test.h */; };
  76. 521646DE1A8A7FF30062516A /* hc128.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216466F1A8993770062516A /* hc128.h */; };
  77. 521646DF1A8A7FF30062516A /* hmac.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646701A8993770062516A /* hmac.h */; };
  78. 521646E01A8A7FF30062516A /* integer.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646721A8993770062516A /* integer.h */; };
  79. 521646E11A8A7FF30062516A /* logging.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646731A8993770062516A /* logging.h */; };
  80. 521646E21A8A7FF30062516A /* md2.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646741A8993770062516A /* md2.h */; };
  81. 521646E31A8A7FF30062516A /* md4.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646751A8993770062516A /* md4.h */; };
  82. 521646E41A8A7FF30062516A /* md5.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646761A8993770062516A /* md5.h */; };
  83. 521646E51A8A7FF30062516A /* memory.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646771A8993770062516A /* memory.h */; };
  84. 521646E61A8A7FF30062516A /* misc.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646781A8993770062516A /* misc.h */; };
  85. 521646E71A8A7FF30062516A /* mpi_class.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646791A8993770062516A /* mpi_class.h */; };
  86. 521646E81A8A7FF30062516A /* mpi_superclass.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216467A1A8993770062516A /* mpi_superclass.h */; };
  87. 521646E91A8A7FF30062516A /* pkcs7.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216467B1A8993770062516A /* pkcs7.h */; };
  88. 521646EA1A8A7FF30062516A /* poly1305.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216467C1A8993770062516A /* poly1305.h */; };
  89. 521646EB1A8A7FF30062516A /* pwdbased.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216467D1A8993770062516A /* pwdbased.h */; };
  90. 521646EC1A8A7FF30062516A /* rabbit.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216467E1A8993770062516A /* rabbit.h */; };
  91. 521646ED1A8A7FF30062516A /* random.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216467F1A8993770062516A /* random.h */; };
  92. 521646EE1A8A7FF30062516A /* ripemd.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646801A8993770062516A /* ripemd.h */; };
  93. 521646EF1A8A7FF30062516A /* rsa.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646811A8993770062516A /* rsa.h */; };
  94. 521646F01A8A7FF30062516A /* settings.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646821A8993770062516A /* settings.h */; };
  95. 521646F11A8A7FF30062516A /* sha.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646831A8993770062516A /* sha.h */; };
  96. 521646F21A8A7FF30062516A /* sha256.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646841A8993770062516A /* sha256.h */; };
  97. 521646F31A8A7FF30062516A /* sha512.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646851A8993770062516A /* sha512.h */; };
  98. 521646F41A8A7FF30062516A /* tfm.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646861A8993770062516A /* tfm.h */; };
  99. 521646F51A8A7FF30062516A /* types.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646871A8993770062516A /* types.h */; };
  100. 521646F61A8A7FF30062516A /* visibility.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646881A8993770062516A /* visibility.h */; };
  101. 521646F71A8A7FF30062516A /* wc_port.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646891A8993770062516A /* wc_port.h */; };
  102. 521646F81A8A80030062516A /* callbacks.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216468A1A8993BB0062516A /* callbacks.h */; };
  103. 521646F91A8A80030062516A /* certs_test.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216468B1A8993BB0062516A /* certs_test.h */; };
  104. 521646FA1A8A80030062516A /* crl.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216468C1A8993BB0062516A /* crl.h */; };
  105. 521646FB1A8A80030062516A /* error-ssl.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216468D1A8993BB0062516A /* error-ssl.h */; };
  106. 521646FC1A8A80030062516A /* internal.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216468E1A8993BB0062516A /* internal.h */; };
  107. 521646FD1A8A80030062516A /* ocsp.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216468F1A8993BB0062516A /* ocsp.h */; };
  108. 521646FE1A8A80030062516A /* ssl.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646921A8993BB0062516A /* ssl.h */; };
  109. 521646FF1A8A80030062516A /* test.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646931A8993BB0062516A /* test.h */; };
  110. 521647001A8A80030062516A /* version.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646941A8993BB0062516A /* version.h */; };
  111. 521647011A8A80100062516A /* aes.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646951A8993F50062516A /* aes.h */; };
  112. 521647021A8A80100062516A /* arc4.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646961A8993F50062516A /* arc4.h */; };
  113. 521647031A8A80100062516A /* asn_public.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646971A8993F50062516A /* asn_public.h */; };
  114. 521647041A8A80100062516A /* asn.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646981A8993F50062516A /* asn.h */; };
  115. 521647051A8A80100062516A /* blake2-impl.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646991A8993F50062516A /* blake2-impl.h */; };
  116. 521647061A8A80100062516A /* blake2-int.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216469A1A8993F50062516A /* blake2-int.h */; };
  117. 521647071A8A80100062516A /* blake2.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216469B1A8993F50062516A /* blake2.h */; };
  118. 521647081A8A80100062516A /* camellia.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216469C1A8993F50062516A /* camellia.h */; };
  119. 521647091A8A80100062516A /* chacha.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216469D1A8993F50062516A /* chacha.h */; };
  120. 5216470A1A8A80100062516A /* coding.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216469E1A8993F50062516A /* coding.h */; };
  121. 5216470B1A8A80100062516A /* compress.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216469F1A8993F50062516A /* compress.h */; };
  122. 5216470C1A8A80100062516A /* des3.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646A01A8993F50062516A /* des3.h */; };
  123. 5216470D1A8A80100062516A /* dh.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646A11A8993F50062516A /* dh.h */; };
  124. 5216470E1A8A80100062516A /* dsa.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646A21A8993F50062516A /* dsa.h */; };
  125. 5216470F1A8A80100062516A /* ecc.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646A31A8993F50062516A /* ecc.h */; };
  126. 521647101A8A80100062516A /* error-crypt.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646A41A8993F50062516A /* error-crypt.h */; };
  127. 521647111A8A80100062516A /* fips_test.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646A51A8993F50062516A /* fips_test.h */; };
  128. 521647121A8A80100062516A /* hc128.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646A61A8993F50062516A /* hc128.h */; };
  129. 521647131A8A80100062516A /* hmac.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646A71A8993F50062516A /* hmac.h */; };
  130. 521647141A8A80100062516A /* integer.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646A81A8993F50062516A /* integer.h */; };
  131. 521647151A8A80100062516A /* logging.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646A91A8993F50062516A /* logging.h */; };
  132. 521647161A8A80100062516A /* md2.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646AA1A8993F50062516A /* md2.h */; };
  133. 521647171A8A80100062516A /* md4.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646AB1A8993F50062516A /* md4.h */; };
  134. 521647181A8A80100062516A /* md5.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646AC1A8993F50062516A /* md5.h */; };
  135. 521647191A8A80100062516A /* memory.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646AD1A8993F50062516A /* memory.h */; };
  136. 5216471A1A8A80100062516A /* misc.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646AE1A8993F50062516A /* misc.h */; };
  137. 5216471B1A8A80100062516A /* mpi_class.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646AF1A8993F50062516A /* mpi_class.h */; };
  138. 5216471C1A8A80100062516A /* mpi_superclass.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646B01A8993F50062516A /* mpi_superclass.h */; };
  139. 5216471D1A8A80100062516A /* pkcs7.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646B11A8993F50062516A /* pkcs7.h */; };
  140. 5216471E1A8A80100062516A /* poly1305.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646B21A8993F50062516A /* poly1305.h */; };
  141. 5216471F1A8A80100062516A /* pwdbased.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646B31A8993F50062516A /* pwdbased.h */; };
  142. 521647201A8A80100062516A /* rabbit.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646B41A8993F50062516A /* rabbit.h */; };
  143. 521647211A8A80100062516A /* random.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646B51A8993F50062516A /* random.h */; };
  144. 521647221A8A80100062516A /* ripemd.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646B61A8993F50062516A /* ripemd.h */; };
  145. 521647231A8A80100062516A /* rsa.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646B71A8993F50062516A /* rsa.h */; };
  146. 521647241A8A80100062516A /* settings_comp.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646B81A8993F50062516A /* settings_comp.h */; };
  147. 521647251A8A80100062516A /* settings.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646B91A8993F50062516A /* settings.h */; };
  148. 521647261A8A80100062516A /* sha.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646BA1A8993F50062516A /* sha.h */; };
  149. 521647271A8A80100062516A /* sha256.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646BB1A8993F50062516A /* sha256.h */; };
  150. 521647281A8A80100062516A /* sha512.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646BC1A8993F50062516A /* sha512.h */; };
  151. 521647291A8A80100062516A /* tfm.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646BD1A8993F50062516A /* tfm.h */; };
  152. 5216472A1A8A80100062516A /* types.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646BE1A8993F50062516A /* types.h */; };
  153. 5216472B1A8A80100062516A /* visibility.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646BF1A8993F50062516A /* visibility.h */; };
  154. 5216472C1A8A80100062516A /* wc_port.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646C01A8993F50062516A /* wc_port.h */; };
  155. 522DBE0D1B7926FB0031F454 /* wc_encrypt.c in Sources */ = {isa = PBXBuildFile; fileRef = 522DBE0C1B7926FB0031F454 /* wc_encrypt.c */; };
  156. 522DBE0F1B7927A50031F454 /* wc_encrypt.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 522DBE0E1B7927290031F454 /* wc_encrypt.h */; };
  157. 525BE5341B3869110054BBCD /* hash.c in Sources */ = {isa = PBXBuildFile; fileRef = 525BE5331B3869110054BBCD /* hash.c */; };
  158. 525BE5361B3869780054BBCD /* hash.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 525BE5351B3869430054BBCD /* hash.h */; };
  159. A4F318501BC58B1700FDF2BB /* dsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216461A1A8992CC0062516A /* dsa.c */; };
  160. A4F318511BC58B1700FDF2BB /* logging.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646201A8992CC0062516A /* logging.c */; };
  161. A4F318521BC58B1700FDF2BB /* sha.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216462D1A8992CC0062516A /* sha.c */; };
  162. A4F318531BC58B1700FDF2BB /* poly1305.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646271A8992CC0062516A /* poly1305.c */; };
  163. A4F318541BC58B1700FDF2BB /* dh.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646191A8992CC0062516A /* dh.c */; };
  164. A4F318551BC58B1700FDF2BB /* camellia.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646151A8992CC0062516A /* camellia.c */; };
  165. A4F318561BC58B1700FDF2BB /* wc_port.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646311A8992CC0062516A /* wc_port.c */; };
  166. A4F318571BC58B1700FDF2BB /* pwdbased.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646281A8992CC0062516A /* pwdbased.c */; };
  167. A4F318581BC58B1700FDF2BB /* misc.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646251A8992CC0062516A /* misc.c */; };
  168. A4F318591BC58B1700FDF2BB /* hc128.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216461D1A8992CC0062516A /* hc128.c */; };
  169. A4F3185A1BC58B1700FDF2BB /* asn.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646131A8992CC0062516A /* asn.c */; };
  170. A4F3185B1BC58B1700FDF2BB /* sha512.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216462F1A8992CC0062516A /* sha512.c */; };
  171. A4F3185C1BC58B1700FDF2BB /* rabbit.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646291A8992CC0062516A /* rabbit.c */; };
  172. A4F3185D1BC58B1700FDF2BB /* hash.c in Sources */ = {isa = PBXBuildFile; fileRef = 525BE5331B3869110054BBCD /* hash.c */; };
  173. A4F3185E1BC58B1700FDF2BB /* md5.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646231A8992CC0062516A /* md5.c */; };
  174. A4F3185F1BC58B1700FDF2BB /* ssl.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646071A89928E0062516A /* ssl.c */; };
  175. A4F318601BC58B1700FDF2BB /* rsa.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216462C1A8992CC0062516A /* rsa.c */; };
  176. A4F318611BC58B1700FDF2BB /* random.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216462A1A8992CC0062516A /* random.c */; };
  177. A4F318621BC58B1700FDF2BB /* wc_encrypt.c in Sources */ = {isa = PBXBuildFile; fileRef = 522DBE0C1B7926FB0031F454 /* wc_encrypt.c */; };
  178. A4F318631BC58B1700FDF2BB /* tls.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646081A89928E0062516A /* tls.c */; };
  179. A4F318641BC58B1700FDF2BB /* ocsp.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646051A89928E0062516A /* ocsp.c */; };
  180. A4F318651BC58B1700FDF2BB /* md4.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646221A8992CC0062516A /* md4.c */; };
  181. A4F318661BC58B1700FDF2BB /* aes.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646111A8992CC0062516A /* aes.c */; };
  182. A4F318671BC58B1700FDF2BB /* des3.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646181A8992CC0062516A /* des3.c */; };
  183. A4F318681BC58B1700FDF2BB /* blake2b.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646141A8992CC0062516A /* blake2b.c */; };
  184. A4F318691BC58B1700FDF2BB /* ripemd.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216462B1A8992CC0062516A /* ripemd.c */; };
  185. A4F3186A1BC58B1700FDF2BB /* memory.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646241A8992CC0062516A /* memory.c */; };
  186. A4F3186B1BC58B1700FDF2BB /* ecc.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216461B1A8992CC0062516A /* ecc.c */; };
  187. A4F3186C1BC58B1700FDF2BB /* sha256.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216462E1A8992CC0062516A /* sha256.c */; };
  188. A4F3186D1BC58B1700FDF2BB /* chacha.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646161A8992CC0062516A /* chacha.c */; };
  189. A4F3186E1BC58B1700FDF2BB /* pkcs7.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646261A8992CC0062516A /* pkcs7.c */; };
  190. A4F3186F1BC58B1700FDF2BB /* sniffer.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646061A89928E0062516A /* sniffer.c */; };
  191. A4F318701BC58B1700FDF2BB /* md2.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646211A8992CC0062516A /* md2.c */; };
  192. A4F318711BC58B1700FDF2BB /* coding.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646171A8992CC0062516A /* coding.c */; };
  193. A4F318721BC58B1700FDF2BB /* error.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216461C1A8992CC0062516A /* error.c */; };
  194. A4F318731BC58B1700FDF2BB /* hmac.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216461E1A8992CC0062516A /* hmac.c */; };
  195. A4F318741BC58B1700FDF2BB /* arc4.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646121A8992CC0062516A /* arc4.c */; };
  196. A4F318751BC58B1700FDF2BB /* integer.c in Sources */ = {isa = PBXBuildFile; fileRef = 5216461F1A8992CC0062516A /* integer.c */; };
  197. A4F318761BC58B1700FDF2BB /* internal.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646021A89928E0062516A /* internal.c */; };
  198. A4F318771BC58B1700FDF2BB /* io.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646031A89928E0062516A /* io.c */; };
  199. A4F318781BC58B1700FDF2BB /* tfm.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646301A8992CC0062516A /* tfm.c */; };
  200. A4F318791BC58B1700FDF2BB /* crl.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646011A89928E0062516A /* crl.c */; };
  201. A4F3187A1BC58B1700FDF2BB /* keys.c in Sources */ = {isa = PBXBuildFile; fileRef = 521646041A89928E0062516A /* keys.c */; };
  202. A4F3187D1BC58B1700FDF2BB /* callbacks.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646531A8993290062516A /* callbacks.h */; };
  203. A4F3187E1BC58B1700FDF2BB /* certs_test.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646541A8993290062516A /* certs_test.h */; };
  204. A4F3187F1BC58B1700FDF2BB /* crl.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646551A8993290062516A /* crl.h */; };
  205. A4F318801BC58B1700FDF2BB /* error-ssl.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646561A8993290062516A /* error-ssl.h */; };
  206. A4F318811BC58B1700FDF2BB /* internal.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646571A8993290062516A /* internal.h */; };
  207. A4F318821BC58B1700FDF2BB /* ocsp.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646581A8993290062516A /* ocsp.h */; };
  208. A4F318831BC58B1700FDF2BB /* ssl.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216465B1A8993290062516A /* ssl.h */; };
  209. A4F318841BC58B1700FDF2BB /* test.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216465C1A8993290062516A /* test.h */; };
  210. A4F318851BC58B1700FDF2BB /* version.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216465D1A8993290062516A /* version.h */; };
  211. A4F318871BC58B1700FDF2BB /* wc_encrypt.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 522DBE0E1B7927290031F454 /* wc_encrypt.h */; };
  212. A4F318881BC58B1700FDF2BB /* hash.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 525BE5351B3869430054BBCD /* hash.h */; };
  213. A4F318891BC58B1700FDF2BB /* aes.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216465E1A8993770062516A /* aes.h */; };
  214. A4F3188A1BC58B1700FDF2BB /* arc4.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216465F1A8993770062516A /* arc4.h */; };
  215. A4F3188B1BC58B1700FDF2BB /* asn_public.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646601A8993770062516A /* asn_public.h */; };
  216. A4F3188C1BC58B1700FDF2BB /* asn.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646611A8993770062516A /* asn.h */; };
  217. A4F3188D1BC58B1700FDF2BB /* blake2-impl.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646621A8993770062516A /* blake2-impl.h */; };
  218. A4F3188E1BC58B1700FDF2BB /* blake2-int.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646631A8993770062516A /* blake2-int.h */; };
  219. A4F3188F1BC58B1700FDF2BB /* blake2.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646641A8993770062516A /* blake2.h */; };
  220. A4F318901BC58B1700FDF2BB /* camellia.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646651A8993770062516A /* camellia.h */; };
  221. A4F318911BC58B1700FDF2BB /* chacha.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646661A8993770062516A /* chacha.h */; };
  222. A4F318921BC58B1700FDF2BB /* coding.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646671A8993770062516A /* coding.h */; };
  223. A4F318931BC58B1700FDF2BB /* compress.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646681A8993770062516A /* compress.h */; };
  224. A4F318941BC58B1700FDF2BB /* des3.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646691A8993770062516A /* des3.h */; };
  225. A4F318951BC58B1700FDF2BB /* dh.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216466A1A8993770062516A /* dh.h */; };
  226. A4F318961BC58B1700FDF2BB /* dsa.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216466B1A8993770062516A /* dsa.h */; };
  227. A4F318971BC58B1700FDF2BB /* ecc.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216466C1A8993770062516A /* ecc.h */; };
  228. A4F318981BC58B1700FDF2BB /* error-crypt.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216466D1A8993770062516A /* error-crypt.h */; };
  229. A4F318991BC58B1700FDF2BB /* fips_test.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216466E1A8993770062516A /* fips_test.h */; };
  230. A4F3189A1BC58B1700FDF2BB /* hc128.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216466F1A8993770062516A /* hc128.h */; };
  231. A4F3189B1BC58B1700FDF2BB /* hmac.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646701A8993770062516A /* hmac.h */; };
  232. A4F3189C1BC58B1700FDF2BB /* integer.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646721A8993770062516A /* integer.h */; };
  233. A4F3189D1BC58B1700FDF2BB /* logging.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646731A8993770062516A /* logging.h */; };
  234. A4F3189E1BC58B1700FDF2BB /* md2.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646741A8993770062516A /* md2.h */; };
  235. A4F3189F1BC58B1700FDF2BB /* md4.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646751A8993770062516A /* md4.h */; };
  236. A4F318A01BC58B1700FDF2BB /* md5.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646761A8993770062516A /* md5.h */; };
  237. A4F318A11BC58B1700FDF2BB /* memory.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646771A8993770062516A /* memory.h */; };
  238. A4F318A21BC58B1700FDF2BB /* misc.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646781A8993770062516A /* misc.h */; };
  239. A4F318A31BC58B1700FDF2BB /* mpi_class.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646791A8993770062516A /* mpi_class.h */; };
  240. A4F318A41BC58B1700FDF2BB /* mpi_superclass.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216467A1A8993770062516A /* mpi_superclass.h */; };
  241. A4F318A51BC58B1700FDF2BB /* pkcs7.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216467B1A8993770062516A /* pkcs7.h */; };
  242. A4F318A61BC58B1700FDF2BB /* poly1305.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216467C1A8993770062516A /* poly1305.h */; };
  243. A4F318A71BC58B1700FDF2BB /* pwdbased.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216467D1A8993770062516A /* pwdbased.h */; };
  244. A4F318A81BC58B1700FDF2BB /* rabbit.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216467E1A8993770062516A /* rabbit.h */; };
  245. A4F318A91BC58B1700FDF2BB /* random.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216467F1A8993770062516A /* random.h */; };
  246. A4F318AA1BC58B1700FDF2BB /* ripemd.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646801A8993770062516A /* ripemd.h */; };
  247. A4F318AB1BC58B1700FDF2BB /* rsa.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646811A8993770062516A /* rsa.h */; };
  248. A4F318AC1BC58B1700FDF2BB /* settings.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646821A8993770062516A /* settings.h */; };
  249. A4F318AD1BC58B1700FDF2BB /* sha.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646831A8993770062516A /* sha.h */; };
  250. A4F318AE1BC58B1700FDF2BB /* sha256.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646841A8993770062516A /* sha256.h */; };
  251. A4F318AF1BC58B1700FDF2BB /* sha512.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646851A8993770062516A /* sha512.h */; };
  252. A4F318B01BC58B1700FDF2BB /* tfm.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646861A8993770062516A /* tfm.h */; };
  253. A4F318B11BC58B1700FDF2BB /* types.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646871A8993770062516A /* types.h */; };
  254. A4F318B21BC58B1700FDF2BB /* visibility.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646881A8993770062516A /* visibility.h */; };
  255. A4F318B31BC58B1700FDF2BB /* wc_port.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646891A8993770062516A /* wc_port.h */; };
  256. A4F318B51BC58B1700FDF2BB /* callbacks.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216468A1A8993BB0062516A /* callbacks.h */; };
  257. A4F318B61BC58B1700FDF2BB /* certs_test.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216468B1A8993BB0062516A /* certs_test.h */; };
  258. A4F318B71BC58B1700FDF2BB /* crl.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216468C1A8993BB0062516A /* crl.h */; };
  259. A4F318B81BC58B1700FDF2BB /* error-ssl.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216468D1A8993BB0062516A /* error-ssl.h */; };
  260. A4F318B91BC58B1700FDF2BB /* internal.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216468E1A8993BB0062516A /* internal.h */; };
  261. A4F318BA1BC58B1700FDF2BB /* ocsp.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216468F1A8993BB0062516A /* ocsp.h */; };
  262. A4F318BB1BC58B1700FDF2BB /* ssl.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646921A8993BB0062516A /* ssl.h */; };
  263. A4F318BC1BC58B1700FDF2BB /* test.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646931A8993BB0062516A /* test.h */; };
  264. A4F318BD1BC58B1700FDF2BB /* version.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646941A8993BB0062516A /* version.h */; };
  265. A4F318BF1BC58B1700FDF2BB /* aes.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646951A8993F50062516A /* aes.h */; };
  266. A4F318C01BC58B1700FDF2BB /* arc4.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646961A8993F50062516A /* arc4.h */; };
  267. A4F318C11BC58B1700FDF2BB /* asn_public.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646971A8993F50062516A /* asn_public.h */; };
  268. A4F318C21BC58B1700FDF2BB /* asn.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646981A8993F50062516A /* asn.h */; };
  269. A4F318C31BC58B1700FDF2BB /* blake2-impl.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646991A8993F50062516A /* blake2-impl.h */; };
  270. A4F318C41BC58B1700FDF2BB /* blake2-int.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216469A1A8993F50062516A /* blake2-int.h */; };
  271. A4F318C51BC58B1700FDF2BB /* blake2.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216469B1A8993F50062516A /* blake2.h */; };
  272. A4F318C61BC58B1700FDF2BB /* camellia.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216469C1A8993F50062516A /* camellia.h */; };
  273. A4F318C71BC58B1700FDF2BB /* chacha.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216469D1A8993F50062516A /* chacha.h */; };
  274. A4F318C81BC58B1700FDF2BB /* coding.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216469E1A8993F50062516A /* coding.h */; };
  275. A4F318C91BC58B1700FDF2BB /* compress.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 5216469F1A8993F50062516A /* compress.h */; };
  276. A4F318CA1BC58B1700FDF2BB /* des3.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646A01A8993F50062516A /* des3.h */; };
  277. A4F318CB1BC58B1700FDF2BB /* dh.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646A11A8993F50062516A /* dh.h */; };
  278. A4F318CC1BC58B1700FDF2BB /* dsa.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646A21A8993F50062516A /* dsa.h */; };
  279. A4F318CD1BC58B1700FDF2BB /* ecc.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646A31A8993F50062516A /* ecc.h */; };
  280. A4F318CE1BC58B1700FDF2BB /* error-crypt.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646A41A8993F50062516A /* error-crypt.h */; };
  281. A4F318CF1BC58B1700FDF2BB /* fips_test.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646A51A8993F50062516A /* fips_test.h */; };
  282. A4F318D01BC58B1700FDF2BB /* hc128.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646A61A8993F50062516A /* hc128.h */; };
  283. A4F318D11BC58B1700FDF2BB /* hmac.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646A71A8993F50062516A /* hmac.h */; };
  284. A4F318D21BC58B1700FDF2BB /* integer.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646A81A8993F50062516A /* integer.h */; };
  285. A4F318D31BC58B1700FDF2BB /* logging.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646A91A8993F50062516A /* logging.h */; };
  286. A4F318D41BC58B1700FDF2BB /* md2.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646AA1A8993F50062516A /* md2.h */; };
  287. A4F318D51BC58B1700FDF2BB /* md4.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646AB1A8993F50062516A /* md4.h */; };
  288. A4F318D61BC58B1700FDF2BB /* md5.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646AC1A8993F50062516A /* md5.h */; };
  289. A4F318D71BC58B1700FDF2BB /* memory.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646AD1A8993F50062516A /* memory.h */; };
  290. A4F318D81BC58B1700FDF2BB /* misc.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646AE1A8993F50062516A /* misc.h */; };
  291. A4F318D91BC58B1700FDF2BB /* mpi_class.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646AF1A8993F50062516A /* mpi_class.h */; };
  292. A4F318DA1BC58B1700FDF2BB /* mpi_superclass.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646B01A8993F50062516A /* mpi_superclass.h */; };
  293. A4F318DB1BC58B1700FDF2BB /* pkcs7.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646B11A8993F50062516A /* pkcs7.h */; };
  294. A4F318DC1BC58B1700FDF2BB /* poly1305.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646B21A8993F50062516A /* poly1305.h */; };
  295. A4F318DD1BC58B1700FDF2BB /* pwdbased.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646B31A8993F50062516A /* pwdbased.h */; };
  296. A4F318DE1BC58B1700FDF2BB /* rabbit.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646B41A8993F50062516A /* rabbit.h */; };
  297. A4F318DF1BC58B1700FDF2BB /* random.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646B51A8993F50062516A /* random.h */; };
  298. A4F318E01BC58B1700FDF2BB /* ripemd.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646B61A8993F50062516A /* ripemd.h */; };
  299. A4F318E11BC58B1700FDF2BB /* rsa.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646B71A8993F50062516A /* rsa.h */; };
  300. A4F318E21BC58B1700FDF2BB /* settings_comp.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646B81A8993F50062516A /* settings_comp.h */; };
  301. A4F318E31BC58B1700FDF2BB /* settings.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646B91A8993F50062516A /* settings.h */; };
  302. A4F318E41BC58B1700FDF2BB /* sha.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646BA1A8993F50062516A /* sha.h */; };
  303. A4F318E51BC58B1700FDF2BB /* sha256.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646BB1A8993F50062516A /* sha256.h */; };
  304. A4F318E61BC58B1700FDF2BB /* sha512.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646BC1A8993F50062516A /* sha512.h */; };
  305. A4F318E71BC58B1700FDF2BB /* tfm.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646BD1A8993F50062516A /* tfm.h */; };
  306. A4F318E81BC58B1700FDF2BB /* types.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646BE1A8993F50062516A /* types.h */; };
  307. A4F318E91BC58B1700FDF2BB /* visibility.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646BF1A8993F50062516A /* visibility.h */; };
  308. A4F318EA1BC58B1700FDF2BB /* wc_port.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 521646C01A8993F50062516A /* wc_port.h */; };
  309. /* End PBXBuildFile section */
  310. /* Begin PBXCopyFilesBuildPhase section */
  311. 521646C11A8A7B380062516A /* CopyFiles */ = {
  312. isa = PBXCopyFilesBuildPhase;
  313. buildActionMask = 2147483647;
  314. dstPath = include/wolfssl/wolfcrypt;
  315. dstSubfolderSpec = 7;
  316. files = (
  317. 522DBE0F1B7927A50031F454 /* wc_encrypt.h in CopyFiles */,
  318. 525BE5361B3869780054BBCD /* hash.h in CopyFiles */,
  319. 521646CD1A8A7FF30062516A /* aes.h in CopyFiles */,
  320. 521646CE1A8A7FF30062516A /* arc4.h in CopyFiles */,
  321. 521646CF1A8A7FF30062516A /* asn_public.h in CopyFiles */,
  322. 521646D01A8A7FF30062516A /* asn.h in CopyFiles */,
  323. 521646D11A8A7FF30062516A /* blake2-impl.h in CopyFiles */,
  324. 521646D21A8A7FF30062516A /* blake2-int.h in CopyFiles */,
  325. 521646D31A8A7FF30062516A /* blake2.h in CopyFiles */,
  326. 521646D41A8A7FF30062516A /* camellia.h in CopyFiles */,
  327. 521646D51A8A7FF30062516A /* chacha.h in CopyFiles */,
  328. 521646D61A8A7FF30062516A /* coding.h in CopyFiles */,
  329. 521646D71A8A7FF30062516A /* compress.h in CopyFiles */,
  330. 521646D81A8A7FF30062516A /* des3.h in CopyFiles */,
  331. 521646D91A8A7FF30062516A /* dh.h in CopyFiles */,
  332. 521646DA1A8A7FF30062516A /* dsa.h in CopyFiles */,
  333. 521646DB1A8A7FF30062516A /* ecc.h in CopyFiles */,
  334. 521646DC1A8A7FF30062516A /* error-crypt.h in CopyFiles */,
  335. 521646DD1A8A7FF30062516A /* fips_test.h in CopyFiles */,
  336. 521646DE1A8A7FF30062516A /* hc128.h in CopyFiles */,
  337. 521646DF1A8A7FF30062516A /* hmac.h in CopyFiles */,
  338. 521646E01A8A7FF30062516A /* integer.h in CopyFiles */,
  339. 521646E11A8A7FF30062516A /* logging.h in CopyFiles */,
  340. 521646E21A8A7FF30062516A /* md2.h in CopyFiles */,
  341. 521646E31A8A7FF30062516A /* md4.h in CopyFiles */,
  342. 521646E41A8A7FF30062516A /* md5.h in CopyFiles */,
  343. 521646E51A8A7FF30062516A /* memory.h in CopyFiles */,
  344. 521646E61A8A7FF30062516A /* misc.h in CopyFiles */,
  345. 521646E71A8A7FF30062516A /* mpi_class.h in CopyFiles */,
  346. 521646E81A8A7FF30062516A /* mpi_superclass.h in CopyFiles */,
  347. 521646E91A8A7FF30062516A /* pkcs7.h in CopyFiles */,
  348. 521646EA1A8A7FF30062516A /* poly1305.h in CopyFiles */,
  349. 521646EB1A8A7FF30062516A /* pwdbased.h in CopyFiles */,
  350. 521646EC1A8A7FF30062516A /* rabbit.h in CopyFiles */,
  351. 521646ED1A8A7FF30062516A /* random.h in CopyFiles */,
  352. 521646EE1A8A7FF30062516A /* ripemd.h in CopyFiles */,
  353. 521646EF1A8A7FF30062516A /* rsa.h in CopyFiles */,
  354. 521646F01A8A7FF30062516A /* settings.h in CopyFiles */,
  355. 521646F11A8A7FF30062516A /* sha.h in CopyFiles */,
  356. 521646F21A8A7FF30062516A /* sha256.h in CopyFiles */,
  357. 521646F31A8A7FF30062516A /* sha512.h in CopyFiles */,
  358. 521646F41A8A7FF30062516A /* tfm.h in CopyFiles */,
  359. 521646F51A8A7FF30062516A /* types.h in CopyFiles */,
  360. 521646F61A8A7FF30062516A /* visibility.h in CopyFiles */,
  361. 521646F71A8A7FF30062516A /* wc_port.h in CopyFiles */,
  362. );
  363. runOnlyForDeploymentPostprocessing = 0;
  364. };
  365. 521646C21A8A7B3B0062516A /* CopyFiles */ = {
  366. isa = PBXCopyFilesBuildPhase;
  367. buildActionMask = 2147483647;
  368. dstPath = include/cyassl;
  369. dstSubfolderSpec = 7;
  370. files = (
  371. 521646F81A8A80030062516A /* callbacks.h in CopyFiles */,
  372. 521646F91A8A80030062516A /* certs_test.h in CopyFiles */,
  373. 521646FA1A8A80030062516A /* crl.h in CopyFiles */,
  374. 521646FB1A8A80030062516A /* error-ssl.h in CopyFiles */,
  375. 521646FC1A8A80030062516A /* internal.h in CopyFiles */,
  376. 521646FD1A8A80030062516A /* ocsp.h in CopyFiles */,
  377. 521646FE1A8A80030062516A /* ssl.h in CopyFiles */,
  378. 521646FF1A8A80030062516A /* test.h in CopyFiles */,
  379. 521647001A8A80030062516A /* version.h in CopyFiles */,
  380. );
  381. runOnlyForDeploymentPostprocessing = 0;
  382. };
  383. 521646C31A8A7B3D0062516A /* CopyFiles */ = {
  384. isa = PBXCopyFilesBuildPhase;
  385. buildActionMask = 2147483647;
  386. dstPath = include/cyassl/ctaocrypt;
  387. dstSubfolderSpec = 7;
  388. files = (
  389. 521647011A8A80100062516A /* aes.h in CopyFiles */,
  390. 521647021A8A80100062516A /* arc4.h in CopyFiles */,
  391. 521647031A8A80100062516A /* asn_public.h in CopyFiles */,
  392. 521647041A8A80100062516A /* asn.h in CopyFiles */,
  393. 521647051A8A80100062516A /* blake2-impl.h in CopyFiles */,
  394. 521647061A8A80100062516A /* blake2-int.h in CopyFiles */,
  395. 521647071A8A80100062516A /* blake2.h in CopyFiles */,
  396. 521647081A8A80100062516A /* camellia.h in CopyFiles */,
  397. 521647091A8A80100062516A /* chacha.h in CopyFiles */,
  398. 5216470A1A8A80100062516A /* coding.h in CopyFiles */,
  399. 5216470B1A8A80100062516A /* compress.h in CopyFiles */,
  400. 5216470C1A8A80100062516A /* des3.h in CopyFiles */,
  401. 5216470D1A8A80100062516A /* dh.h in CopyFiles */,
  402. 5216470E1A8A80100062516A /* dsa.h in CopyFiles */,
  403. 5216470F1A8A80100062516A /* ecc.h in CopyFiles */,
  404. 521647101A8A80100062516A /* error-crypt.h in CopyFiles */,
  405. 521647111A8A80100062516A /* fips_test.h in CopyFiles */,
  406. 521647121A8A80100062516A /* hc128.h in CopyFiles */,
  407. 521647131A8A80100062516A /* hmac.h in CopyFiles */,
  408. 521647141A8A80100062516A /* integer.h in CopyFiles */,
  409. 521647151A8A80100062516A /* logging.h in CopyFiles */,
  410. 521647161A8A80100062516A /* md2.h in CopyFiles */,
  411. 521647171A8A80100062516A /* md4.h in CopyFiles */,
  412. 521647181A8A80100062516A /* md5.h in CopyFiles */,
  413. 521647191A8A80100062516A /* memory.h in CopyFiles */,
  414. 5216471A1A8A80100062516A /* misc.h in CopyFiles */,
  415. 5216471B1A8A80100062516A /* mpi_class.h in CopyFiles */,
  416. 5216471C1A8A80100062516A /* mpi_superclass.h in CopyFiles */,
  417. 5216471D1A8A80100062516A /* pkcs7.h in CopyFiles */,
  418. 5216471E1A8A80100062516A /* poly1305.h in CopyFiles */,
  419. 5216471F1A8A80100062516A /* pwdbased.h in CopyFiles */,
  420. 521647201A8A80100062516A /* rabbit.h in CopyFiles */,
  421. 521647211A8A80100062516A /* random.h in CopyFiles */,
  422. 521647221A8A80100062516A /* ripemd.h in CopyFiles */,
  423. 521647231A8A80100062516A /* rsa.h in CopyFiles */,
  424. 521647241A8A80100062516A /* settings_comp.h in CopyFiles */,
  425. 521647251A8A80100062516A /* settings.h in CopyFiles */,
  426. 521647261A8A80100062516A /* sha.h in CopyFiles */,
  427. 521647271A8A80100062516A /* sha256.h in CopyFiles */,
  428. 521647281A8A80100062516A /* sha512.h in CopyFiles */,
  429. 521647291A8A80100062516A /* tfm.h in CopyFiles */,
  430. 5216472A1A8A80100062516A /* types.h in CopyFiles */,
  431. 5216472B1A8A80100062516A /* visibility.h in CopyFiles */,
  432. 5216472C1A8A80100062516A /* wc_port.h in CopyFiles */,
  433. );
  434. runOnlyForDeploymentPostprocessing = 0;
  435. };
  436. 52B1344B16F3C9E800C07B32 /* CopyFiles */ = {
  437. isa = PBXCopyFilesBuildPhase;
  438. buildActionMask = 2147483647;
  439. dstPath = include/wolfssl;
  440. dstSubfolderSpec = 7;
  441. files = (
  442. 521646C41A8A7FE10062516A /* callbacks.h in CopyFiles */,
  443. 521646C51A8A7FE10062516A /* certs_test.h in CopyFiles */,
  444. 521646C61A8A7FE10062516A /* crl.h in CopyFiles */,
  445. 521646C71A8A7FE10062516A /* error-ssl.h in CopyFiles */,
  446. 521646C81A8A7FE10062516A /* internal.h in CopyFiles */,
  447. 521646C91A8A7FE10062516A /* ocsp.h in CopyFiles */,
  448. 521646CA1A8A7FE10062516A /* ssl.h in CopyFiles */,
  449. 521646CB1A8A7FE10062516A /* test.h in CopyFiles */,
  450. 521646CC1A8A7FE10062516A /* version.h in CopyFiles */,
  451. );
  452. runOnlyForDeploymentPostprocessing = 0;
  453. };
  454. A4F3187C1BC58B1700FDF2BB /* CopyFiles */ = {
  455. isa = PBXCopyFilesBuildPhase;
  456. buildActionMask = 2147483647;
  457. dstPath = include/wolfssl;
  458. dstSubfolderSpec = 7;
  459. files = (
  460. A4F3187D1BC58B1700FDF2BB /* callbacks.h in CopyFiles */,
  461. A4F3187E1BC58B1700FDF2BB /* certs_test.h in CopyFiles */,
  462. A4F3187F1BC58B1700FDF2BB /* crl.h in CopyFiles */,
  463. A4F318801BC58B1700FDF2BB /* error-ssl.h in CopyFiles */,
  464. A4F318811BC58B1700FDF2BB /* internal.h in CopyFiles */,
  465. A4F318821BC58B1700FDF2BB /* ocsp.h in CopyFiles */,
  466. A4F318831BC58B1700FDF2BB /* ssl.h in CopyFiles */,
  467. A4F318841BC58B1700FDF2BB /* test.h in CopyFiles */,
  468. A4F318851BC58B1700FDF2BB /* version.h in CopyFiles */,
  469. );
  470. runOnlyForDeploymentPostprocessing = 0;
  471. };
  472. A4F318861BC58B1700FDF2BB /* CopyFiles */ = {
  473. isa = PBXCopyFilesBuildPhase;
  474. buildActionMask = 2147483647;
  475. dstPath = include/wolfssl/wolfcrypt;
  476. dstSubfolderSpec = 7;
  477. files = (
  478. A4F318871BC58B1700FDF2BB /* wc_encrypt.h in CopyFiles */,
  479. A4F318881BC58B1700FDF2BB /* hash.h in CopyFiles */,
  480. A4F318891BC58B1700FDF2BB /* aes.h in CopyFiles */,
  481. A4F3188A1BC58B1700FDF2BB /* arc4.h in CopyFiles */,
  482. A4F3188B1BC58B1700FDF2BB /* asn_public.h in CopyFiles */,
  483. A4F3188C1BC58B1700FDF2BB /* asn.h in CopyFiles */,
  484. A4F3188D1BC58B1700FDF2BB /* blake2-impl.h in CopyFiles */,
  485. A4F3188E1BC58B1700FDF2BB /* blake2-int.h in CopyFiles */,
  486. A4F3188F1BC58B1700FDF2BB /* blake2.h in CopyFiles */,
  487. A4F318901BC58B1700FDF2BB /* camellia.h in CopyFiles */,
  488. A4F318911BC58B1700FDF2BB /* chacha.h in CopyFiles */,
  489. A4F318921BC58B1700FDF2BB /* coding.h in CopyFiles */,
  490. A4F318931BC58B1700FDF2BB /* compress.h in CopyFiles */,
  491. A4F318941BC58B1700FDF2BB /* des3.h in CopyFiles */,
  492. A4F318951BC58B1700FDF2BB /* dh.h in CopyFiles */,
  493. A4F318961BC58B1700FDF2BB /* dsa.h in CopyFiles */,
  494. A4F318971BC58B1700FDF2BB /* ecc.h in CopyFiles */,
  495. A4F318981BC58B1700FDF2BB /* error-crypt.h in CopyFiles */,
  496. A4F318991BC58B1700FDF2BB /* fips_test.h in CopyFiles */,
  497. A4F3189A1BC58B1700FDF2BB /* hc128.h in CopyFiles */,
  498. A4F3189B1BC58B1700FDF2BB /* hmac.h in CopyFiles */,
  499. A4F3189C1BC58B1700FDF2BB /* integer.h in CopyFiles */,
  500. A4F3189D1BC58B1700FDF2BB /* logging.h in CopyFiles */,
  501. A4F3189E1BC58B1700FDF2BB /* md2.h in CopyFiles */,
  502. A4F3189F1BC58B1700FDF2BB /* md4.h in CopyFiles */,
  503. A4F318A01BC58B1700FDF2BB /* md5.h in CopyFiles */,
  504. A4F318A11BC58B1700FDF2BB /* memory.h in CopyFiles */,
  505. A4F318A21BC58B1700FDF2BB /* misc.h in CopyFiles */,
  506. A4F318A31BC58B1700FDF2BB /* mpi_class.h in CopyFiles */,
  507. A4F318A41BC58B1700FDF2BB /* mpi_superclass.h in CopyFiles */,
  508. A4F318A51BC58B1700FDF2BB /* pkcs7.h in CopyFiles */,
  509. A4F318A61BC58B1700FDF2BB /* poly1305.h in CopyFiles */,
  510. A4F318A71BC58B1700FDF2BB /* pwdbased.h in CopyFiles */,
  511. A4F318A81BC58B1700FDF2BB /* rabbit.h in CopyFiles */,
  512. A4F318A91BC58B1700FDF2BB /* random.h in CopyFiles */,
  513. A4F318AA1BC58B1700FDF2BB /* ripemd.h in CopyFiles */,
  514. A4F318AB1BC58B1700FDF2BB /* rsa.h in CopyFiles */,
  515. A4F318AC1BC58B1700FDF2BB /* settings.h in CopyFiles */,
  516. A4F318AD1BC58B1700FDF2BB /* sha.h in CopyFiles */,
  517. A4F318AE1BC58B1700FDF2BB /* sha256.h in CopyFiles */,
  518. A4F318AF1BC58B1700FDF2BB /* sha512.h in CopyFiles */,
  519. A4F318B01BC58B1700FDF2BB /* tfm.h in CopyFiles */,
  520. A4F318B11BC58B1700FDF2BB /* types.h in CopyFiles */,
  521. A4F318B21BC58B1700FDF2BB /* visibility.h in CopyFiles */,
  522. A4F318B31BC58B1700FDF2BB /* wc_port.h in CopyFiles */,
  523. );
  524. runOnlyForDeploymentPostprocessing = 0;
  525. };
  526. A4F318B41BC58B1700FDF2BB /* CopyFiles */ = {
  527. isa = PBXCopyFilesBuildPhase;
  528. buildActionMask = 2147483647;
  529. dstPath = include/cyassl;
  530. dstSubfolderSpec = 7;
  531. files = (
  532. A4F318B51BC58B1700FDF2BB /* callbacks.h in CopyFiles */,
  533. A4F318B61BC58B1700FDF2BB /* certs_test.h in CopyFiles */,
  534. A4F318B71BC58B1700FDF2BB /* crl.h in CopyFiles */,
  535. A4F318B81BC58B1700FDF2BB /* error-ssl.h in CopyFiles */,
  536. A4F318B91BC58B1700FDF2BB /* internal.h in CopyFiles */,
  537. A4F318BA1BC58B1700FDF2BB /* ocsp.h in CopyFiles */,
  538. A4F318BB1BC58B1700FDF2BB /* ssl.h in CopyFiles */,
  539. A4F318BC1BC58B1700FDF2BB /* test.h in CopyFiles */,
  540. A4F318BD1BC58B1700FDF2BB /* version.h in CopyFiles */,
  541. );
  542. runOnlyForDeploymentPostprocessing = 0;
  543. };
  544. A4F318BE1BC58B1700FDF2BB /* CopyFiles */ = {
  545. isa = PBXCopyFilesBuildPhase;
  546. buildActionMask = 2147483647;
  547. dstPath = include/cyassl/ctaocrypt;
  548. dstSubfolderSpec = 7;
  549. files = (
  550. A4F318BF1BC58B1700FDF2BB /* aes.h in CopyFiles */,
  551. A4F318C01BC58B1700FDF2BB /* arc4.h in CopyFiles */,
  552. A4F318C11BC58B1700FDF2BB /* asn_public.h in CopyFiles */,
  553. A4F318C21BC58B1700FDF2BB /* asn.h in CopyFiles */,
  554. A4F318C31BC58B1700FDF2BB /* blake2-impl.h in CopyFiles */,
  555. A4F318C41BC58B1700FDF2BB /* blake2-int.h in CopyFiles */,
  556. A4F318C51BC58B1700FDF2BB /* blake2.h in CopyFiles */,
  557. A4F318C61BC58B1700FDF2BB /* camellia.h in CopyFiles */,
  558. A4F318C71BC58B1700FDF2BB /* chacha.h in CopyFiles */,
  559. A4F318C81BC58B1700FDF2BB /* coding.h in CopyFiles */,
  560. A4F318C91BC58B1700FDF2BB /* compress.h in CopyFiles */,
  561. A4F318CA1BC58B1700FDF2BB /* des3.h in CopyFiles */,
  562. A4F318CB1BC58B1700FDF2BB /* dh.h in CopyFiles */,
  563. A4F318CC1BC58B1700FDF2BB /* dsa.h in CopyFiles */,
  564. A4F318CD1BC58B1700FDF2BB /* ecc.h in CopyFiles */,
  565. A4F318CE1BC58B1700FDF2BB /* error-crypt.h in CopyFiles */,
  566. A4F318CF1BC58B1700FDF2BB /* fips_test.h in CopyFiles */,
  567. A4F318D01BC58B1700FDF2BB /* hc128.h in CopyFiles */,
  568. A4F318D11BC58B1700FDF2BB /* hmac.h in CopyFiles */,
  569. A4F318D21BC58B1700FDF2BB /* integer.h in CopyFiles */,
  570. A4F318D31BC58B1700FDF2BB /* logging.h in CopyFiles */,
  571. A4F318D41BC58B1700FDF2BB /* md2.h in CopyFiles */,
  572. A4F318D51BC58B1700FDF2BB /* md4.h in CopyFiles */,
  573. A4F318D61BC58B1700FDF2BB /* md5.h in CopyFiles */,
  574. A4F318D71BC58B1700FDF2BB /* memory.h in CopyFiles */,
  575. A4F318D81BC58B1700FDF2BB /* misc.h in CopyFiles */,
  576. A4F318D91BC58B1700FDF2BB /* mpi_class.h in CopyFiles */,
  577. A4F318DA1BC58B1700FDF2BB /* mpi_superclass.h in CopyFiles */,
  578. A4F318DB1BC58B1700FDF2BB /* pkcs7.h in CopyFiles */,
  579. A4F318DC1BC58B1700FDF2BB /* poly1305.h in CopyFiles */,
  580. A4F318DD1BC58B1700FDF2BB /* pwdbased.h in CopyFiles */,
  581. A4F318DE1BC58B1700FDF2BB /* rabbit.h in CopyFiles */,
  582. A4F318DF1BC58B1700FDF2BB /* random.h in CopyFiles */,
  583. A4F318E01BC58B1700FDF2BB /* ripemd.h in CopyFiles */,
  584. A4F318E11BC58B1700FDF2BB /* rsa.h in CopyFiles */,
  585. A4F318E21BC58B1700FDF2BB /* settings_comp.h in CopyFiles */,
  586. A4F318E31BC58B1700FDF2BB /* settings.h in CopyFiles */,
  587. A4F318E41BC58B1700FDF2BB /* sha.h in CopyFiles */,
  588. A4F318E51BC58B1700FDF2BB /* sha256.h in CopyFiles */,
  589. A4F318E61BC58B1700FDF2BB /* sha512.h in CopyFiles */,
  590. A4F318E71BC58B1700FDF2BB /* tfm.h in CopyFiles */,
  591. A4F318E81BC58B1700FDF2BB /* types.h in CopyFiles */,
  592. A4F318E91BC58B1700FDF2BB /* visibility.h in CopyFiles */,
  593. A4F318EA1BC58B1700FDF2BB /* wc_port.h in CopyFiles */,
  594. );
  595. runOnlyForDeploymentPostprocessing = 0;
  596. };
  597. /* End PBXCopyFilesBuildPhase section */
  598. /* Begin PBXFileReference section */
  599. 521646011A89928E0062516A /* crl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = crl.c; path = ../../src/crl.c; sourceTree = "<group>"; };
  600. 521646021A89928E0062516A /* internal.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = internal.c; path = ../../src/internal.c; sourceTree = "<group>"; };
  601. 521646031A89928E0062516A /* io.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = io.c; path = ../../src/io.c; sourceTree = "<group>"; };
  602. 521646041A89928E0062516A /* keys.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = keys.c; path = ../../src/keys.c; sourceTree = "<group>"; };
  603. 521646051A89928E0062516A /* ocsp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ocsp.c; path = ../../src/ocsp.c; sourceTree = "<group>"; };
  604. 521646061A89928E0062516A /* sniffer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sniffer.c; path = ../../src/sniffer.c; sourceTree = "<group>"; };
  605. 521646071A89928E0062516A /* ssl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ssl.c; path = ../../src/ssl.c; sourceTree = "<group>"; };
  606. 521646081A89928E0062516A /* tls.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = tls.c; path = ../../src/tls.c; sourceTree = "<group>"; };
  607. 521646111A8992CC0062516A /* aes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = aes.c; path = ../../wolfcrypt/src/aes.c; sourceTree = SOURCE_ROOT; };
  608. 521646121A8992CC0062516A /* arc4.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = arc4.c; path = ../../wolfcrypt/src/arc4.c; sourceTree = SOURCE_ROOT; };
  609. 521646131A8992CC0062516A /* asn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = asn.c; path = ../../wolfcrypt/src/asn.c; sourceTree = SOURCE_ROOT; };
  610. 521646141A8992CC0062516A /* blake2b.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = blake2b.c; path = ../../wolfcrypt/src/blake2b.c; sourceTree = SOURCE_ROOT; };
  611. 521646151A8992CC0062516A /* camellia.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = camellia.c; path = ../../wolfcrypt/src/camellia.c; sourceTree = SOURCE_ROOT; };
  612. 521646161A8992CC0062516A /* chacha.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = chacha.c; path = ../../wolfcrypt/src/chacha.c; sourceTree = SOURCE_ROOT; };
  613. 521646171A8992CC0062516A /* coding.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = coding.c; path = ../../wolfcrypt/src/coding.c; sourceTree = SOURCE_ROOT; };
  614. 521646181A8992CC0062516A /* des3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = des3.c; path = ../../wolfcrypt/src/des3.c; sourceTree = SOURCE_ROOT; };
  615. 521646191A8992CC0062516A /* dh.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = dh.c; path = ../../wolfcrypt/src/dh.c; sourceTree = SOURCE_ROOT; };
  616. 5216461A1A8992CC0062516A /* dsa.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = dsa.c; path = ../../wolfcrypt/src/dsa.c; sourceTree = SOURCE_ROOT; };
  617. 5216461B1A8992CC0062516A /* ecc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ecc.c; path = ../../wolfcrypt/src/ecc.c; sourceTree = SOURCE_ROOT; };
  618. 5216461C1A8992CC0062516A /* error.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = error.c; path = ../../wolfcrypt/src/error.c; sourceTree = SOURCE_ROOT; };
  619. 5216461D1A8992CC0062516A /* hc128.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = hc128.c; path = ../../wolfcrypt/src/hc128.c; sourceTree = SOURCE_ROOT; };
  620. 5216461E1A8992CC0062516A /* hmac.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = hmac.c; path = ../../wolfcrypt/src/hmac.c; sourceTree = SOURCE_ROOT; };
  621. 5216461F1A8992CC0062516A /* integer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = integer.c; path = ../../wolfcrypt/src/integer.c; sourceTree = SOURCE_ROOT; };
  622. 521646201A8992CC0062516A /* logging.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = logging.c; path = ../../wolfcrypt/src/logging.c; sourceTree = SOURCE_ROOT; };
  623. 521646211A8992CC0062516A /* md2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = md2.c; path = ../../wolfcrypt/src/md2.c; sourceTree = SOURCE_ROOT; };
  624. 521646221A8992CC0062516A /* md4.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = md4.c; path = ../../wolfcrypt/src/md4.c; sourceTree = SOURCE_ROOT; };
  625. 521646231A8992CC0062516A /* md5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = md5.c; path = ../../wolfcrypt/src/md5.c; sourceTree = SOURCE_ROOT; };
  626. 521646241A8992CC0062516A /* memory.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = memory.c; path = ../../wolfcrypt/src/memory.c; sourceTree = SOURCE_ROOT; };
  627. 521646251A8992CC0062516A /* misc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = misc.c; path = ../../wolfcrypt/src/misc.c; sourceTree = SOURCE_ROOT; };
  628. 521646261A8992CC0062516A /* pkcs7.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pkcs7.c; path = ../../wolfcrypt/src/pkcs7.c; sourceTree = SOURCE_ROOT; };
  629. 521646271A8992CC0062516A /* poly1305.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = poly1305.c; path = ../../wolfcrypt/src/poly1305.c; sourceTree = SOURCE_ROOT; };
  630. 521646281A8992CC0062516A /* pwdbased.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = pwdbased.c; path = ../../wolfcrypt/src/pwdbased.c; sourceTree = SOURCE_ROOT; };
  631. 521646291A8992CC0062516A /* rabbit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = rabbit.c; path = ../../wolfcrypt/src/rabbit.c; sourceTree = SOURCE_ROOT; };
  632. 5216462A1A8992CC0062516A /* random.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = random.c; path = ../../wolfcrypt/src/random.c; sourceTree = SOURCE_ROOT; };
  633. 5216462B1A8992CC0062516A /* ripemd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ripemd.c; path = ../../wolfcrypt/src/ripemd.c; sourceTree = SOURCE_ROOT; };
  634. 5216462C1A8992CC0062516A /* rsa.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = rsa.c; path = ../../wolfcrypt/src/rsa.c; sourceTree = SOURCE_ROOT; };
  635. 5216462D1A8992CC0062516A /* sha.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sha.c; path = ../../wolfcrypt/src/sha.c; sourceTree = SOURCE_ROOT; };
  636. 5216462E1A8992CC0062516A /* sha256.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sha256.c; path = ../../wolfcrypt/src/sha256.c; sourceTree = SOURCE_ROOT; };
  637. 5216462F1A8992CC0062516A /* sha512.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = sha512.c; path = ../../wolfcrypt/src/sha512.c; sourceTree = SOURCE_ROOT; };
  638. 521646301A8992CC0062516A /* tfm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = tfm.c; path = ../../wolfcrypt/src/tfm.c; sourceTree = SOURCE_ROOT; };
  639. 521646311A8992CC0062516A /* wc_port.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = wc_port.c; path = ../../wolfcrypt/src/wc_port.c; sourceTree = SOURCE_ROOT; };
  640. 521646531A8993290062516A /* callbacks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = callbacks.h; path = ../../wolfssl/callbacks.h; sourceTree = "<group>"; };
  641. 521646541A8993290062516A /* certs_test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = certs_test.h; path = ../../wolfssl/certs_test.h; sourceTree = "<group>"; };
  642. 521646551A8993290062516A /* crl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = crl.h; path = ../../wolfssl/crl.h; sourceTree = "<group>"; };
  643. 521646561A8993290062516A /* error-ssl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "error-ssl.h"; path = "../../wolfssl/error-ssl.h"; sourceTree = "<group>"; };
  644. 521646571A8993290062516A /* internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = internal.h; path = ../../wolfssl/internal.h; sourceTree = "<group>"; };
  645. 521646581A8993290062516A /* ocsp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ocsp.h; path = ../../wolfssl/ocsp.h; sourceTree = "<group>"; };
  646. 5216465B1A8993290062516A /* ssl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ssl.h; path = ../../wolfssl/ssl.h; sourceTree = "<group>"; };
  647. 5216465C1A8993290062516A /* test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test.h; path = ../../wolfssl/test.h; sourceTree = "<group>"; };
  648. 5216465D1A8993290062516A /* version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = version.h; path = ../../wolfssl/version.h; sourceTree = "<group>"; };
  649. 5216465E1A8993770062516A /* aes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = aes.h; path = ../../wolfssl/wolfcrypt/aes.h; sourceTree = "<group>"; };
  650. 5216465F1A8993770062516A /* arc4.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = arc4.h; path = ../../wolfssl/wolfcrypt/arc4.h; sourceTree = "<group>"; };
  651. 521646601A8993770062516A /* asn_public.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = asn_public.h; path = ../../wolfssl/wolfcrypt/asn_public.h; sourceTree = "<group>"; };
  652. 521646611A8993770062516A /* asn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = asn.h; path = ../../wolfssl/wolfcrypt/asn.h; sourceTree = "<group>"; };
  653. 521646621A8993770062516A /* blake2-impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "blake2-impl.h"; path = "../../wolfssl/wolfcrypt/blake2-impl.h"; sourceTree = "<group>"; };
  654. 521646631A8993770062516A /* blake2-int.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "blake2-int.h"; path = "../../wolfssl/wolfcrypt/blake2-int.h"; sourceTree = "<group>"; };
  655. 521646641A8993770062516A /* blake2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = blake2.h; path = ../../wolfssl/wolfcrypt/blake2.h; sourceTree = "<group>"; };
  656. 521646651A8993770062516A /* camellia.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = camellia.h; path = ../../wolfssl/wolfcrypt/camellia.h; sourceTree = "<group>"; };
  657. 521646661A8993770062516A /* chacha.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = chacha.h; path = ../../wolfssl/wolfcrypt/chacha.h; sourceTree = "<group>"; };
  658. 521646671A8993770062516A /* coding.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = coding.h; path = ../../wolfssl/wolfcrypt/coding.h; sourceTree = "<group>"; };
  659. 521646681A8993770062516A /* compress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = compress.h; path = ../../wolfssl/wolfcrypt/compress.h; sourceTree = "<group>"; };
  660. 521646691A8993770062516A /* des3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = des3.h; path = ../../wolfssl/wolfcrypt/des3.h; sourceTree = "<group>"; };
  661. 5216466A1A8993770062516A /* dh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dh.h; path = ../../wolfssl/wolfcrypt/dh.h; sourceTree = "<group>"; };
  662. 5216466B1A8993770062516A /* dsa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dsa.h; path = ../../wolfssl/wolfcrypt/dsa.h; sourceTree = "<group>"; };
  663. 5216466C1A8993770062516A /* ecc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ecc.h; path = ../../wolfssl/wolfcrypt/ecc.h; sourceTree = "<group>"; };
  664. 5216466D1A8993770062516A /* error-crypt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "error-crypt.h"; path = "../../wolfssl/wolfcrypt/error-crypt.h"; sourceTree = "<group>"; };
  665. 5216466E1A8993770062516A /* fips_test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fips_test.h; path = ../../wolfssl/wolfcrypt/fips_test.h; sourceTree = "<group>"; };
  666. 5216466F1A8993770062516A /* hc128.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = hc128.h; path = ../../wolfssl/wolfcrypt/hc128.h; sourceTree = "<group>"; };
  667. 521646701A8993770062516A /* hmac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = hmac.h; path = ../../wolfssl/wolfcrypt/hmac.h; sourceTree = "<group>"; };
  668. 521646721A8993770062516A /* integer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = integer.h; path = ../../wolfssl/wolfcrypt/integer.h; sourceTree = "<group>"; };
  669. 521646731A8993770062516A /* logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = logging.h; path = ../../wolfssl/wolfcrypt/logging.h; sourceTree = "<group>"; };
  670. 521646741A8993770062516A /* md2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = md2.h; path = ../../wolfssl/wolfcrypt/md2.h; sourceTree = "<group>"; };
  671. 521646751A8993770062516A /* md4.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = md4.h; path = ../../wolfssl/wolfcrypt/md4.h; sourceTree = "<group>"; };
  672. 521646761A8993770062516A /* md5.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = md5.h; path = ../../wolfssl/wolfcrypt/md5.h; sourceTree = "<group>"; };
  673. 521646771A8993770062516A /* memory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = memory.h; path = ../../wolfssl/wolfcrypt/memory.h; sourceTree = "<group>"; };
  674. 521646781A8993770062516A /* misc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = misc.h; path = ../../wolfssl/wolfcrypt/misc.h; sourceTree = "<group>"; };
  675. 521646791A8993770062516A /* mpi_class.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mpi_class.h; path = ../../wolfssl/wolfcrypt/mpi_class.h; sourceTree = "<group>"; };
  676. 5216467A1A8993770062516A /* mpi_superclass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mpi_superclass.h; path = ../../wolfssl/wolfcrypt/mpi_superclass.h; sourceTree = "<group>"; };
  677. 5216467B1A8993770062516A /* pkcs7.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pkcs7.h; path = ../../wolfssl/wolfcrypt/pkcs7.h; sourceTree = "<group>"; };
  678. 5216467C1A8993770062516A /* poly1305.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = poly1305.h; path = ../../wolfssl/wolfcrypt/poly1305.h; sourceTree = "<group>"; };
  679. 5216467D1A8993770062516A /* pwdbased.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pwdbased.h; path = ../../wolfssl/wolfcrypt/pwdbased.h; sourceTree = "<group>"; };
  680. 5216467E1A8993770062516A /* rabbit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = rabbit.h; path = ../../wolfssl/wolfcrypt/rabbit.h; sourceTree = "<group>"; };
  681. 5216467F1A8993770062516A /* random.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = random.h; path = ../../wolfssl/wolfcrypt/random.h; sourceTree = "<group>"; };
  682. 521646801A8993770062516A /* ripemd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ripemd.h; path = ../../wolfssl/wolfcrypt/ripemd.h; sourceTree = "<group>"; };
  683. 521646811A8993770062516A /* rsa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = rsa.h; path = ../../wolfssl/wolfcrypt/rsa.h; sourceTree = "<group>"; };
  684. 521646821A8993770062516A /* settings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = settings.h; path = ../../wolfssl/wolfcrypt/settings.h; sourceTree = "<group>"; };
  685. 521646831A8993770062516A /* sha.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sha.h; path = ../../wolfssl/wolfcrypt/sha.h; sourceTree = "<group>"; };
  686. 521646841A8993770062516A /* sha256.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sha256.h; path = ../../wolfssl/wolfcrypt/sha256.h; sourceTree = "<group>"; };
  687. 521646851A8993770062516A /* sha512.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sha512.h; path = ../../wolfssl/wolfcrypt/sha512.h; sourceTree = "<group>"; };
  688. 521646861A8993770062516A /* tfm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = tfm.h; path = ../../wolfssl/wolfcrypt/tfm.h; sourceTree = "<group>"; };
  689. 521646871A8993770062516A /* types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = types.h; path = ../../wolfssl/wolfcrypt/types.h; sourceTree = "<group>"; };
  690. 521646881A8993770062516A /* visibility.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = visibility.h; path = ../../wolfssl/wolfcrypt/visibility.h; sourceTree = "<group>"; };
  691. 521646891A8993770062516A /* wc_port.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = wc_port.h; path = ../../wolfssl/wolfcrypt/wc_port.h; sourceTree = "<group>"; };
  692. 5216468A1A8993BB0062516A /* callbacks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = callbacks.h; path = ../../cyassl/callbacks.h; sourceTree = "<group>"; };
  693. 5216468B1A8993BB0062516A /* certs_test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = certs_test.h; path = ../../cyassl/certs_test.h; sourceTree = "<group>"; };
  694. 5216468C1A8993BB0062516A /* crl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = crl.h; path = ../../cyassl/crl.h; sourceTree = "<group>"; };
  695. 5216468D1A8993BB0062516A /* error-ssl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "error-ssl.h"; path = "../../cyassl/error-ssl.h"; sourceTree = "<group>"; };
  696. 5216468E1A8993BB0062516A /* internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = internal.h; path = ../../cyassl/internal.h; sourceTree = "<group>"; };
  697. 5216468F1A8993BB0062516A /* ocsp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ocsp.h; path = ../../cyassl/ocsp.h; sourceTree = "<group>"; };
  698. 521646921A8993BB0062516A /* ssl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ssl.h; path = ../../cyassl/ssl.h; sourceTree = "<group>"; };
  699. 521646931A8993BB0062516A /* test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test.h; path = ../../cyassl/test.h; sourceTree = "<group>"; };
  700. 521646941A8993BB0062516A /* version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = version.h; path = ../../cyassl/version.h; sourceTree = "<group>"; };
  701. 521646951A8993F50062516A /* aes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = aes.h; path = ../../cyassl/ctaocrypt/aes.h; sourceTree = "<group>"; };
  702. 521646961A8993F50062516A /* arc4.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = arc4.h; path = ../../cyassl/ctaocrypt/arc4.h; sourceTree = "<group>"; };
  703. 521646971A8993F50062516A /* asn_public.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = asn_public.h; path = ../../cyassl/ctaocrypt/asn_public.h; sourceTree = "<group>"; };
  704. 521646981A8993F50062516A /* asn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = asn.h; path = ../../cyassl/ctaocrypt/asn.h; sourceTree = "<group>"; };
  705. 521646991A8993F50062516A /* blake2-impl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "blake2-impl.h"; path = "../../cyassl/ctaocrypt/blake2-impl.h"; sourceTree = "<group>"; };
  706. 5216469A1A8993F50062516A /* blake2-int.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "blake2-int.h"; path = "../../cyassl/ctaocrypt/blake2-int.h"; sourceTree = "<group>"; };
  707. 5216469B1A8993F50062516A /* blake2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = blake2.h; path = ../../cyassl/ctaocrypt/blake2.h; sourceTree = "<group>"; };
  708. 5216469C1A8993F50062516A /* camellia.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = camellia.h; path = ../../cyassl/ctaocrypt/camellia.h; sourceTree = "<group>"; };
  709. 5216469D1A8993F50062516A /* chacha.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = chacha.h; path = ../../cyassl/ctaocrypt/chacha.h; sourceTree = "<group>"; };
  710. 5216469E1A8993F50062516A /* coding.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = coding.h; path = ../../cyassl/ctaocrypt/coding.h; sourceTree = "<group>"; };
  711. 5216469F1A8993F50062516A /* compress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = compress.h; path = ../../cyassl/ctaocrypt/compress.h; sourceTree = "<group>"; };
  712. 521646A01A8993F50062516A /* des3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = des3.h; path = ../../cyassl/ctaocrypt/des3.h; sourceTree = "<group>"; };
  713. 521646A11A8993F50062516A /* dh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dh.h; path = ../../cyassl/ctaocrypt/dh.h; sourceTree = "<group>"; };
  714. 521646A21A8993F50062516A /* dsa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dsa.h; path = ../../cyassl/ctaocrypt/dsa.h; sourceTree = "<group>"; };
  715. 521646A31A8993F50062516A /* ecc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ecc.h; path = ../../cyassl/ctaocrypt/ecc.h; sourceTree = "<group>"; };
  716. 521646A41A8993F50062516A /* error-crypt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "error-crypt.h"; path = "../../cyassl/ctaocrypt/error-crypt.h"; sourceTree = "<group>"; };
  717. 521646A51A8993F50062516A /* fips_test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fips_test.h; path = ../../cyassl/ctaocrypt/fips_test.h; sourceTree = "<group>"; };
  718. 521646A61A8993F50062516A /* hc128.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = hc128.h; path = ../../cyassl/ctaocrypt/hc128.h; sourceTree = "<group>"; };
  719. 521646A71A8993F50062516A /* hmac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = hmac.h; path = ../../cyassl/ctaocrypt/hmac.h; sourceTree = "<group>"; };
  720. 521646A81A8993F50062516A /* integer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = integer.h; path = ../../cyassl/ctaocrypt/integer.h; sourceTree = "<group>"; };
  721. 521646A91A8993F50062516A /* logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = logging.h; path = ../../cyassl/ctaocrypt/logging.h; sourceTree = "<group>"; };
  722. 521646AA1A8993F50062516A /* md2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = md2.h; path = ../../cyassl/ctaocrypt/md2.h; sourceTree = "<group>"; };
  723. 521646AB1A8993F50062516A /* md4.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = md4.h; path = ../../cyassl/ctaocrypt/md4.h; sourceTree = "<group>"; };
  724. 521646AC1A8993F50062516A /* md5.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = md5.h; path = ../../cyassl/ctaocrypt/md5.h; sourceTree = "<group>"; };
  725. 521646AD1A8993F50062516A /* memory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = memory.h; path = ../../cyassl/ctaocrypt/memory.h; sourceTree = "<group>"; };
  726. 521646AE1A8993F50062516A /* misc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = misc.h; path = ../../cyassl/ctaocrypt/misc.h; sourceTree = "<group>"; };
  727. 521646AF1A8993F50062516A /* mpi_class.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mpi_class.h; path = ../../cyassl/ctaocrypt/mpi_class.h; sourceTree = "<group>"; };
  728. 521646B01A8993F50062516A /* mpi_superclass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mpi_superclass.h; path = ../../cyassl/ctaocrypt/mpi_superclass.h; sourceTree = "<group>"; };
  729. 521646B11A8993F50062516A /* pkcs7.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pkcs7.h; path = ../../cyassl/ctaocrypt/pkcs7.h; sourceTree = "<group>"; };
  730. 521646B21A8993F50062516A /* poly1305.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = poly1305.h; path = ../../cyassl/ctaocrypt/poly1305.h; sourceTree = "<group>"; };
  731. 521646B31A8993F50062516A /* pwdbased.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pwdbased.h; path = ../../cyassl/ctaocrypt/pwdbased.h; sourceTree = "<group>"; };
  732. 521646B41A8993F50062516A /* rabbit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = rabbit.h; path = ../../cyassl/ctaocrypt/rabbit.h; sourceTree = "<group>"; };
  733. 521646B51A8993F50062516A /* random.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = random.h; path = ../../cyassl/ctaocrypt/random.h; sourceTree = "<group>"; };
  734. 521646B61A8993F50062516A /* ripemd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ripemd.h; path = ../../cyassl/ctaocrypt/ripemd.h; sourceTree = "<group>"; };
  735. 521646B71A8993F50062516A /* rsa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = rsa.h; path = ../../cyassl/ctaocrypt/rsa.h; sourceTree = "<group>"; };
  736. 521646B81A8993F50062516A /* settings_comp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = settings_comp.h; path = ../../cyassl/ctaocrypt/settings_comp.h; sourceTree = "<group>"; };
  737. 521646B91A8993F50062516A /* settings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = settings.h; path = ../../cyassl/ctaocrypt/settings.h; sourceTree = "<group>"; };
  738. 521646BA1A8993F50062516A /* sha.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sha.h; path = ../../cyassl/ctaocrypt/sha.h; sourceTree = "<group>"; };
  739. 521646BB1A8993F50062516A /* sha256.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sha256.h; path = ../../cyassl/ctaocrypt/sha256.h; sourceTree = "<group>"; };
  740. 521646BC1A8993F50062516A /* sha512.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sha512.h; path = ../../cyassl/ctaocrypt/sha512.h; sourceTree = "<group>"; };
  741. 521646BD1A8993F50062516A /* tfm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = tfm.h; path = ../../cyassl/ctaocrypt/tfm.h; sourceTree = "<group>"; };
  742. 521646BE1A8993F50062516A /* types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = types.h; path = ../../cyassl/ctaocrypt/types.h; sourceTree = "<group>"; };
  743. 521646BF1A8993F50062516A /* visibility.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = visibility.h; path = ../../cyassl/ctaocrypt/visibility.h; sourceTree = "<group>"; };
  744. 521646C01A8993F50062516A /* wc_port.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = wc_port.h; path = ../../cyassl/ctaocrypt/wc_port.h; sourceTree = "<group>"; };
  745. 522DBE0C1B7926FB0031F454 /* wc_encrypt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = wc_encrypt.c; path = ../../wolfcrypt/src/wc_encrypt.c; sourceTree = SOURCE_ROOT; };
  746. 522DBE0E1B7927290031F454 /* wc_encrypt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = wc_encrypt.h; path = ../../wolfssl/wolfcrypt/wc_encrypt.h; sourceTree = "<group>"; };
  747. 525BE5331B3869110054BBCD /* hash.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = hash.c; path = ../../wolfcrypt/src/hash.c; sourceTree = "<group>"; };
  748. 525BE5351B3869430054BBCD /* hash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = hash.h; path = ../../wolfssl/wolfcrypt/hash.h; sourceTree = "<group>"; };
  749. 52B1344D16F3C9E800C07B32 /* libwolfssl_ios.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libwolfssl_ios.a; sourceTree = BUILT_PRODUCTS_DIR; };
  750. A45EA7091BC5995E00A8614A /* user_settings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = user_settings.h; sourceTree = "<group>"; };
  751. A4F318EE1BC58B1700FDF2BB /* libwolfssl_osx.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libwolfssl_osx.a; sourceTree = BUILT_PRODUCTS_DIR; };
  752. /* End PBXFileReference section */
  753. /* Begin PBXFrameworksBuildPhase section */
  754. 52B1344A16F3C9E800C07B32 /* Frameworks */ = {
  755. isa = PBXFrameworksBuildPhase;
  756. buildActionMask = 2147483647;
  757. files = (
  758. );
  759. runOnlyForDeploymentPostprocessing = 0;
  760. };
  761. A4F3187B1BC58B1700FDF2BB /* Frameworks */ = {
  762. isa = PBXFrameworksBuildPhase;
  763. buildActionMask = 2147483647;
  764. files = (
  765. );
  766. runOnlyForDeploymentPostprocessing = 0;
  767. };
  768. /* End PBXFrameworksBuildPhase section */
  769. /* Begin PBXGroup section */
  770. 521645391A898E7B0062516A /* Headers */ = {
  771. isa = PBXGroup;
  772. children = (
  773. 521645F91A89916E0062516A /* wolfSSL */,
  774. 521645F81A89916A0062516A /* wolfCrypt */,
  775. 521645F71A8991680062516A /* CyaSSL */,
  776. 521645F61A8991640062516A /* CtaoCrypt */,
  777. );
  778. name = Headers;
  779. sourceTree = SOURCE_ROOT;
  780. };
  781. 521645F61A8991640062516A /* CtaoCrypt */ = {
  782. isa = PBXGroup;
  783. children = (
  784. 521646951A8993F50062516A /* aes.h */,
  785. 521646961A8993F50062516A /* arc4.h */,
  786. 521646971A8993F50062516A /* asn_public.h */,
  787. 521646981A8993F50062516A /* asn.h */,
  788. 521646991A8993F50062516A /* blake2-impl.h */,
  789. 5216469A1A8993F50062516A /* blake2-int.h */,
  790. 5216469B1A8993F50062516A /* blake2.h */,
  791. 5216469C1A8993F50062516A /* camellia.h */,
  792. 5216469D1A8993F50062516A /* chacha.h */,
  793. 5216469E1A8993F50062516A /* coding.h */,
  794. 5216469F1A8993F50062516A /* compress.h */,
  795. 521646A01A8993F50062516A /* des3.h */,
  796. 521646A11A8993F50062516A /* dh.h */,
  797. 521646A21A8993F50062516A /* dsa.h */,
  798. 521646A31A8993F50062516A /* ecc.h */,
  799. 521646A41A8993F50062516A /* error-crypt.h */,
  800. 521646A51A8993F50062516A /* fips_test.h */,
  801. 521646A61A8993F50062516A /* hc128.h */,
  802. 521646A71A8993F50062516A /* hmac.h */,
  803. 521646A81A8993F50062516A /* integer.h */,
  804. 521646A91A8993F50062516A /* logging.h */,
  805. 521646AA1A8993F50062516A /* md2.h */,
  806. 521646AB1A8993F50062516A /* md4.h */,
  807. 521646AC1A8993F50062516A /* md5.h */,
  808. 521646AD1A8993F50062516A /* memory.h */,
  809. 521646AE1A8993F50062516A /* misc.h */,
  810. 521646AF1A8993F50062516A /* mpi_class.h */,
  811. 521646B01A8993F50062516A /* mpi_superclass.h */,
  812. 521646B11A8993F50062516A /* pkcs7.h */,
  813. 521646B21A8993F50062516A /* poly1305.h */,
  814. 521646B31A8993F50062516A /* pwdbased.h */,
  815. 521646B41A8993F50062516A /* rabbit.h */,
  816. 521646B51A8993F50062516A /* random.h */,
  817. 521646B61A8993F50062516A /* ripemd.h */,
  818. 521646B71A8993F50062516A /* rsa.h */,
  819. 521646B81A8993F50062516A /* settings_comp.h */,
  820. 521646B91A8993F50062516A /* settings.h */,
  821. 521646BA1A8993F50062516A /* sha.h */,
  822. 521646BB1A8993F50062516A /* sha256.h */,
  823. 521646BC1A8993F50062516A /* sha512.h */,
  824. 521646BD1A8993F50062516A /* tfm.h */,
  825. 521646BE1A8993F50062516A /* types.h */,
  826. 521646BF1A8993F50062516A /* visibility.h */,
  827. 521646C01A8993F50062516A /* wc_port.h */,
  828. );
  829. name = CtaoCrypt;
  830. sourceTree = SOURCE_ROOT;
  831. };
  832. 521645F71A8991680062516A /* CyaSSL */ = {
  833. isa = PBXGroup;
  834. children = (
  835. 5216468A1A8993BB0062516A /* callbacks.h */,
  836. 5216468B1A8993BB0062516A /* certs_test.h */,
  837. 5216468C1A8993BB0062516A /* crl.h */,
  838. 5216468D1A8993BB0062516A /* error-ssl.h */,
  839. 5216468E1A8993BB0062516A /* internal.h */,
  840. 5216468F1A8993BB0062516A /* ocsp.h */,
  841. 521646921A8993BB0062516A /* ssl.h */,
  842. 521646931A8993BB0062516A /* test.h */,
  843. 521646941A8993BB0062516A /* version.h */,
  844. );
  845. name = CyaSSL;
  846. sourceTree = SOURCE_ROOT;
  847. };
  848. 521645F81A89916A0062516A /* wolfCrypt */ = {
  849. isa = PBXGroup;
  850. children = (
  851. 5216465E1A8993770062516A /* aes.h */,
  852. 5216465F1A8993770062516A /* arc4.h */,
  853. 521646601A8993770062516A /* asn_public.h */,
  854. 521646611A8993770062516A /* asn.h */,
  855. 521646621A8993770062516A /* blake2-impl.h */,
  856. 521646631A8993770062516A /* blake2-int.h */,
  857. 521646641A8993770062516A /* blake2.h */,
  858. 521646651A8993770062516A /* camellia.h */,
  859. 521646661A8993770062516A /* chacha.h */,
  860. 521646671A8993770062516A /* coding.h */,
  861. 521646681A8993770062516A /* compress.h */,
  862. 521646691A8993770062516A /* des3.h */,
  863. 5216466A1A8993770062516A /* dh.h */,
  864. 5216466B1A8993770062516A /* dsa.h */,
  865. 5216466C1A8993770062516A /* ecc.h */,
  866. 5216466D1A8993770062516A /* error-crypt.h */,
  867. 5216466E1A8993770062516A /* fips_test.h */,
  868. 525BE5351B3869430054BBCD /* hash.h */,
  869. 5216466F1A8993770062516A /* hc128.h */,
  870. 521646701A8993770062516A /* hmac.h */,
  871. 521646721A8993770062516A /* integer.h */,
  872. 521646731A8993770062516A /* logging.h */,
  873. 521646741A8993770062516A /* md2.h */,
  874. 521646751A8993770062516A /* md4.h */,
  875. 521646761A8993770062516A /* md5.h */,
  876. 521646771A8993770062516A /* memory.h */,
  877. 521646781A8993770062516A /* misc.h */,
  878. 521646791A8993770062516A /* mpi_class.h */,
  879. 5216467A1A8993770062516A /* mpi_superclass.h */,
  880. 5216467B1A8993770062516A /* pkcs7.h */,
  881. 5216467C1A8993770062516A /* poly1305.h */,
  882. 5216467D1A8993770062516A /* pwdbased.h */,
  883. 5216467E1A8993770062516A /* rabbit.h */,
  884. 5216467F1A8993770062516A /* random.h */,
  885. 521646801A8993770062516A /* ripemd.h */,
  886. 521646811A8993770062516A /* rsa.h */,
  887. 521646821A8993770062516A /* settings.h */,
  888. 521646831A8993770062516A /* sha.h */,
  889. 521646841A8993770062516A /* sha256.h */,
  890. 521646851A8993770062516A /* sha512.h */,
  891. 521646861A8993770062516A /* tfm.h */,
  892. 521646871A8993770062516A /* types.h */,
  893. 521646881A8993770062516A /* visibility.h */,
  894. 522DBE0E1B7927290031F454 /* wc_encrypt.h */,
  895. 521646891A8993770062516A /* wc_port.h */,
  896. );
  897. name = wolfCrypt;
  898. sourceTree = SOURCE_ROOT;
  899. };
  900. 521645F91A89916E0062516A /* wolfSSL */ = {
  901. isa = PBXGroup;
  902. children = (
  903. 521646531A8993290062516A /* callbacks.h */,
  904. 521646541A8993290062516A /* certs_test.h */,
  905. 521646551A8993290062516A /* crl.h */,
  906. 521646561A8993290062516A /* error-ssl.h */,
  907. 521646571A8993290062516A /* internal.h */,
  908. 521646581A8993290062516A /* ocsp.h */,
  909. 5216465B1A8993290062516A /* ssl.h */,
  910. 5216465C1A8993290062516A /* test.h */,
  911. 5216465D1A8993290062516A /* version.h */,
  912. );
  913. name = wolfSSL;
  914. sourceTree = SOURCE_ROOT;
  915. };
  916. 521645FB1A8991990062516A /* Source */ = {
  917. isa = PBXGroup;
  918. children = (
  919. A45EA7091BC5995E00A8614A /* user_settings.h */,
  920. 521646001A89924A0062516A /* wolfSSL */,
  921. 521645FF1A8992470062516A /* wolfCrypt */,
  922. );
  923. name = Source;
  924. sourceTree = SOURCE_ROOT;
  925. };
  926. 521645FF1A8992470062516A /* wolfCrypt */ = {
  927. isa = PBXGroup;
  928. children = (
  929. 521646111A8992CC0062516A /* aes.c */,
  930. 521646121A8992CC0062516A /* arc4.c */,
  931. 521646131A8992CC0062516A /* asn.c */,
  932. 521646141A8992CC0062516A /* blake2b.c */,
  933. 521646151A8992CC0062516A /* camellia.c */,
  934. 521646161A8992CC0062516A /* chacha.c */,
  935. 521646171A8992CC0062516A /* coding.c */,
  936. 521646181A8992CC0062516A /* des3.c */,
  937. 521646191A8992CC0062516A /* dh.c */,
  938. 5216461A1A8992CC0062516A /* dsa.c */,
  939. 5216461B1A8992CC0062516A /* ecc.c */,
  940. 5216461C1A8992CC0062516A /* error.c */,
  941. 525BE5331B3869110054BBCD /* hash.c */,
  942. 5216461D1A8992CC0062516A /* hc128.c */,
  943. 5216461E1A8992CC0062516A /* hmac.c */,
  944. 5216461F1A8992CC0062516A /* integer.c */,
  945. 521646201A8992CC0062516A /* logging.c */,
  946. 521646211A8992CC0062516A /* md2.c */,
  947. 521646221A8992CC0062516A /* md4.c */,
  948. 521646231A8992CC0062516A /* md5.c */,
  949. 521646241A8992CC0062516A /* memory.c */,
  950. 521646251A8992CC0062516A /* misc.c */,
  951. 521646261A8992CC0062516A /* pkcs7.c */,
  952. 521646271A8992CC0062516A /* poly1305.c */,
  953. 521646281A8992CC0062516A /* pwdbased.c */,
  954. 521646291A8992CC0062516A /* rabbit.c */,
  955. 5216462A1A8992CC0062516A /* random.c */,
  956. 5216462B1A8992CC0062516A /* ripemd.c */,
  957. 5216462C1A8992CC0062516A /* rsa.c */,
  958. 5216462D1A8992CC0062516A /* sha.c */,
  959. 5216462E1A8992CC0062516A /* sha256.c */,
  960. 5216462F1A8992CC0062516A /* sha512.c */,
  961. 521646301A8992CC0062516A /* tfm.c */,
  962. 522DBE0C1B7926FB0031F454 /* wc_encrypt.c */,
  963. 521646311A8992CC0062516A /* wc_port.c */,
  964. );
  965. name = wolfCrypt;
  966. sourceTree = SOURCE_ROOT;
  967. };
  968. 521646001A89924A0062516A /* wolfSSL */ = {
  969. isa = PBXGroup;
  970. children = (
  971. 521646011A89928E0062516A /* crl.c */,
  972. 521646021A89928E0062516A /* internal.c */,
  973. 521646031A89928E0062516A /* io.c */,
  974. 521646041A89928E0062516A /* keys.c */,
  975. 521646051A89928E0062516A /* ocsp.c */,
  976. 521646061A89928E0062516A /* sniffer.c */,
  977. 521646071A89928E0062516A /* ssl.c */,
  978. 521646081A89928E0062516A /* tls.c */,
  979. );
  980. name = wolfSSL;
  981. sourceTree = SOURCE_ROOT;
  982. };
  983. 52B1344416F3C9E800C07B32 = {
  984. isa = PBXGroup;
  985. children = (
  986. 521645FB1A8991990062516A /* Source */,
  987. 521645391A898E7B0062516A /* Headers */,
  988. 52B1344E16F3C9E800C07B32 /* Products */,
  989. );
  990. sourceTree = "<group>";
  991. };
  992. 52B1344E16F3C9E800C07B32 /* Products */ = {
  993. isa = PBXGroup;
  994. children = (
  995. 52B1344D16F3C9E800C07B32 /* libwolfssl_ios.a */,
  996. A4F318EE1BC58B1700FDF2BB /* libwolfssl_osx.a */,
  997. );
  998. name = Products;
  999. sourceTree = "<group>";
  1000. };
  1001. /* End PBXGroup section */
  1002. /* Begin PBXNativeTarget section */
  1003. 52B1344C16F3C9E800C07B32 /* wolfssl_ios */ = {
  1004. isa = PBXNativeTarget;
  1005. buildConfigurationList = 52B1347216F3C9E800C07B32 /* Build configuration list for PBXNativeTarget "wolfssl_ios" */;
  1006. buildPhases = (
  1007. 52B1344916F3C9E800C07B32 /* Sources */,
  1008. 52B1344A16F3C9E800C07B32 /* Frameworks */,
  1009. 52B1344B16F3C9E800C07B32 /* CopyFiles */,
  1010. 521646C11A8A7B380062516A /* CopyFiles */,
  1011. 521646C21A8A7B3B0062516A /* CopyFiles */,
  1012. 521646C31A8A7B3D0062516A /* CopyFiles */,
  1013. );
  1014. buildRules = (
  1015. );
  1016. dependencies = (
  1017. );
  1018. name = wolfssl_ios;
  1019. productName = "wolfssl-ios";
  1020. productReference = 52B1344D16F3C9E800C07B32 /* libwolfssl_ios.a */;
  1021. productType = "com.apple.product-type.library.static";
  1022. };
  1023. A4F3184E1BC58B1700FDF2BB /* wolfssl_osx */ = {
  1024. isa = PBXNativeTarget;
  1025. buildConfigurationList = A4F318EB1BC58B1700FDF2BB /* Build configuration list for PBXNativeTarget "wolfssl_osx" */;
  1026. buildPhases = (
  1027. A4F3184F1BC58B1700FDF2BB /* Sources */,
  1028. A4F3187B1BC58B1700FDF2BB /* Frameworks */,
  1029. A4F3187C1BC58B1700FDF2BB /* CopyFiles */,
  1030. A4F318861BC58B1700FDF2BB /* CopyFiles */,
  1031. A4F318B41BC58B1700FDF2BB /* CopyFiles */,
  1032. A4F318BE1BC58B1700FDF2BB /* CopyFiles */,
  1033. );
  1034. buildRules = (
  1035. );
  1036. dependencies = (
  1037. );
  1038. name = wolfssl_osx;
  1039. productName = "wolfssl-osx";
  1040. productReference = A4F318EE1BC58B1700FDF2BB /* libwolfssl_osx.a */;
  1041. productType = "com.apple.product-type.library.static";
  1042. };
  1043. /* End PBXNativeTarget section */
  1044. /* Begin PBXProject section */
  1045. 52B1344516F3C9E800C07B32 /* Project object */ = {
  1046. isa = PBXProject;
  1047. attributes = {
  1048. LastUpgradeCheck = 0460;
  1049. ORGANIZATIONNAME = "wolfSSL Inc";
  1050. };
  1051. buildConfigurationList = 52B1344816F3C9E800C07B32 /* Build configuration list for PBXProject "wolfssl" */;
  1052. compatibilityVersion = "Xcode 3.2";
  1053. developmentRegion = English;
  1054. hasScannedForEncodings = 0;
  1055. knownRegions = (
  1056. en,
  1057. );
  1058. mainGroup = 52B1344416F3C9E800C07B32;
  1059. productRefGroup = 52B1344E16F3C9E800C07B32 /* Products */;
  1060. projectDirPath = "";
  1061. projectRoot = "";
  1062. targets = (
  1063. 52B1344C16F3C9E800C07B32 /* wolfssl_ios */,
  1064. A4F3184E1BC58B1700FDF2BB /* wolfssl_osx */,
  1065. );
  1066. };
  1067. /* End PBXProject section */
  1068. /* Begin PBXSourcesBuildPhase section */
  1069. 52B1344916F3C9E800C07B32 /* Sources */ = {
  1070. isa = PBXSourcesBuildPhase;
  1071. buildActionMask = 2147483647;
  1072. files = (
  1073. 5216463B1A8992CC0062516A /* dsa.c in Sources */,
  1074. 521646411A8992CC0062516A /* logging.c in Sources */,
  1075. 5216464E1A8992CC0062516A /* sha.c in Sources */,
  1076. 521646481A8992CC0062516A /* poly1305.c in Sources */,
  1077. 5216463A1A8992CC0062516A /* dh.c in Sources */,
  1078. 521646361A8992CC0062516A /* camellia.c in Sources */,
  1079. 521646521A8992CC0062516A /* wc_port.c in Sources */,
  1080. 521646491A8992CC0062516A /* pwdbased.c in Sources */,
  1081. 521646461A8992CC0062516A /* misc.c in Sources */,
  1082. 5216463E1A8992CC0062516A /* hc128.c in Sources */,
  1083. 521646341A8992CC0062516A /* asn.c in Sources */,
  1084. 521646501A8992CC0062516A /* sha512.c in Sources */,
  1085. 5216464A1A8992CC0062516A /* rabbit.c in Sources */,
  1086. 525BE5341B3869110054BBCD /* hash.c in Sources */,
  1087. 521646441A8992CC0062516A /* md5.c in Sources */,
  1088. 5216460F1A89928E0062516A /* ssl.c in Sources */,
  1089. 5216464D1A8992CC0062516A /* rsa.c in Sources */,
  1090. 5216464B1A8992CC0062516A /* random.c in Sources */,
  1091. 522DBE0D1B7926FB0031F454 /* wc_encrypt.c in Sources */,
  1092. 521646101A89928E0062516A /* tls.c in Sources */,
  1093. 5216460D1A89928E0062516A /* ocsp.c in Sources */,
  1094. 521646431A8992CC0062516A /* md4.c in Sources */,
  1095. 521646321A8992CC0062516A /* aes.c in Sources */,
  1096. 521646391A8992CC0062516A /* des3.c in Sources */,
  1097. 521646351A8992CC0062516A /* blake2b.c in Sources */,
  1098. 5216464C1A8992CC0062516A /* ripemd.c in Sources */,
  1099. 521646451A8992CC0062516A /* memory.c in Sources */,
  1100. 5216463C1A8992CC0062516A /* ecc.c in Sources */,
  1101. 5216464F1A8992CC0062516A /* sha256.c in Sources */,
  1102. 521646371A8992CC0062516A /* chacha.c in Sources */,
  1103. 521646471A8992CC0062516A /* pkcs7.c in Sources */,
  1104. 5216460E1A89928E0062516A /* sniffer.c in Sources */,
  1105. 521646421A8992CC0062516A /* md2.c in Sources */,
  1106. 521646381A8992CC0062516A /* coding.c in Sources */,
  1107. 5216463D1A8992CC0062516A /* error.c in Sources */,
  1108. 5216463F1A8992CC0062516A /* hmac.c in Sources */,
  1109. 521646331A8992CC0062516A /* arc4.c in Sources */,
  1110. 521646401A8992CC0062516A /* integer.c in Sources */,
  1111. 5216460A1A89928E0062516A /* internal.c in Sources */,
  1112. 5216460B1A89928E0062516A /* io.c in Sources */,
  1113. 521646511A8992CC0062516A /* tfm.c in Sources */,
  1114. 521646091A89928E0062516A /* crl.c in Sources */,
  1115. 5216460C1A89928E0062516A /* keys.c in Sources */,
  1116. );
  1117. runOnlyForDeploymentPostprocessing = 0;
  1118. };
  1119. A4F3184F1BC58B1700FDF2BB /* Sources */ = {
  1120. isa = PBXSourcesBuildPhase;
  1121. buildActionMask = 2147483647;
  1122. files = (
  1123. A4F318501BC58B1700FDF2BB /* dsa.c in Sources */,
  1124. A4F318511BC58B1700FDF2BB /* logging.c in Sources */,
  1125. A4F318521BC58B1700FDF2BB /* sha.c in Sources */,
  1126. A4F318531BC58B1700FDF2BB /* poly1305.c in Sources */,
  1127. A4F318541BC58B1700FDF2BB /* dh.c in Sources */,
  1128. A4F318551BC58B1700FDF2BB /* camellia.c in Sources */,
  1129. A4F318561BC58B1700FDF2BB /* wc_port.c in Sources */,
  1130. A4F318571BC58B1700FDF2BB /* pwdbased.c in Sources */,
  1131. A4F318581BC58B1700FDF2BB /* misc.c in Sources */,
  1132. A4F318591BC58B1700FDF2BB /* hc128.c in Sources */,
  1133. A4F3185A1BC58B1700FDF2BB /* asn.c in Sources */,
  1134. A4F3185B1BC58B1700FDF2BB /* sha512.c in Sources */,
  1135. A4F3185C1BC58B1700FDF2BB /* rabbit.c in Sources */,
  1136. A4F3185D1BC58B1700FDF2BB /* hash.c in Sources */,
  1137. A4F3185E1BC58B1700FDF2BB /* md5.c in Sources */,
  1138. A4F3185F1BC58B1700FDF2BB /* ssl.c in Sources */,
  1139. A4F318601BC58B1700FDF2BB /* rsa.c in Sources */,
  1140. A4F318611BC58B1700FDF2BB /* random.c in Sources */,
  1141. A4F318621BC58B1700FDF2BB /* wc_encrypt.c in Sources */,
  1142. A4F318631BC58B1700FDF2BB /* tls.c in Sources */,
  1143. A4F318641BC58B1700FDF2BB /* ocsp.c in Sources */,
  1144. A4F318651BC58B1700FDF2BB /* md4.c in Sources */,
  1145. A4F318661BC58B1700FDF2BB /* aes.c in Sources */,
  1146. A4F318671BC58B1700FDF2BB /* des3.c in Sources */,
  1147. A4F318681BC58B1700FDF2BB /* blake2b.c in Sources */,
  1148. A4F318691BC58B1700FDF2BB /* ripemd.c in Sources */,
  1149. A4F3186A1BC58B1700FDF2BB /* memory.c in Sources */,
  1150. A4F3186B1BC58B1700FDF2BB /* ecc.c in Sources */,
  1151. A4F3186C1BC58B1700FDF2BB /* sha256.c in Sources */,
  1152. A4F3186D1BC58B1700FDF2BB /* chacha.c in Sources */,
  1153. A4F3186E1BC58B1700FDF2BB /* pkcs7.c in Sources */,
  1154. A4F3186F1BC58B1700FDF2BB /* sniffer.c in Sources */,
  1155. A4F318701BC58B1700FDF2BB /* md2.c in Sources */,
  1156. A4F318711BC58B1700FDF2BB /* coding.c in Sources */,
  1157. A4F318721BC58B1700FDF2BB /* error.c in Sources */,
  1158. A4F318731BC58B1700FDF2BB /* hmac.c in Sources */,
  1159. A4F318741BC58B1700FDF2BB /* arc4.c in Sources */,
  1160. A4F318751BC58B1700FDF2BB /* integer.c in Sources */,
  1161. A4F318761BC58B1700FDF2BB /* internal.c in Sources */,
  1162. A4F318771BC58B1700FDF2BB /* io.c in Sources */,
  1163. A4F318781BC58B1700FDF2BB /* tfm.c in Sources */,
  1164. A4F318791BC58B1700FDF2BB /* crl.c in Sources */,
  1165. A4F3187A1BC58B1700FDF2BB /* keys.c in Sources */,
  1166. );
  1167. runOnlyForDeploymentPostprocessing = 0;
  1168. };
  1169. /* End PBXSourcesBuildPhase section */
  1170. /* Begin XCBuildConfiguration section */
  1171. 52B1347016F3C9E800C07B32 /* Debug */ = {
  1172. isa = XCBuildConfiguration;
  1173. buildSettings = {
  1174. ALWAYS_SEARCH_USER_PATHS = NO;
  1175. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1176. CLANG_CXX_LIBRARY = "libc++";
  1177. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1178. CLANG_WARN_EMPTY_BODY = YES;
  1179. CLANG_WARN_ENUM_CONVERSION = YES;
  1180. CLANG_WARN_INT_CONVERSION = YES;
  1181. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1182. CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
  1183. COPY_PHASE_STRIP = NO;
  1184. GCC_C_LANGUAGE_STANDARD = gnu99;
  1185. GCC_DYNAMIC_NO_PIC = NO;
  1186. GCC_OPTIMIZATION_LEVEL = 0;
  1187. GCC_PREPROCESSOR_DEFINITIONS = (
  1188. "DEBUG=1",
  1189. "$(inherited)",
  1190. );
  1191. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  1192. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  1193. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  1194. GCC_WARN_UNUSED_VARIABLE = YES;
  1195. ONLY_ACTIVE_ARCH = YES;
  1196. PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
  1197. SDKROOT = iphoneos;
  1198. USER_HEADER_SEARCH_PATHS = "wolfssl/wolfcrypt wolfssl include";
  1199. };
  1200. name = Debug;
  1201. };
  1202. 52B1347116F3C9E800C07B32 /* Release */ = {
  1203. isa = XCBuildConfiguration;
  1204. buildSettings = {
  1205. ALWAYS_SEARCH_USER_PATHS = NO;
  1206. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1207. CLANG_CXX_LIBRARY = "libc++";
  1208. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1209. CLANG_WARN_EMPTY_BODY = YES;
  1210. CLANG_WARN_ENUM_CONVERSION = YES;
  1211. CLANG_WARN_INT_CONVERSION = YES;
  1212. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1213. CONFIGURATION_BUILD_DIR = "$(SYMROOT)";
  1214. COPY_PHASE_STRIP = YES;
  1215. GCC_C_LANGUAGE_STANDARD = gnu99;
  1216. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  1217. GCC_WARN_UNINITIALIZED_AUTOS = YES;
  1218. GCC_WARN_UNUSED_VARIABLE = YES;
  1219. PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
  1220. SDKROOT = iphoneos;
  1221. USER_HEADER_SEARCH_PATHS = "wolfssl/wolfcrypt wolfssl include";
  1222. VALIDATE_PRODUCT = NO;
  1223. };
  1224. name = Release;
  1225. };
  1226. 52B1347316F3C9E800C07B32 /* Debug */ = {
  1227. isa = XCBuildConfiguration;
  1228. buildSettings = {
  1229. ALWAYS_SEARCH_USER_PATHS = YES;
  1230. CLANG_LINK_OBJC_RUNTIME = NO;
  1231. DSTROOT = /tmp/wolfssl_ios.dst;
  1232. GCC_PRECOMPILE_PREFIX_HEADER = NO;
  1233. GCC_PREFIX_HEADER = "";
  1234. GCC_PREPROCESSOR_DEFINITIONS = (
  1235. "$(inherited)",
  1236. WOLFSSL_USER_SETTINGS,
  1237. );
  1238. HEADER_SEARCH_PATHS = (
  1239. $SRCROOT,
  1240. $PROJECT_DIR/../..,
  1241. );
  1242. LIBRARY_SEARCH_PATHS = (
  1243. "$(inherited)",
  1244. "$(PROJECT_DIR)/DerivedData/wolfssl/Build/Products/Debug",
  1245. );
  1246. OTHER_LDFLAGS = "";
  1247. PRODUCT_NAME = wolfssl_ios;
  1248. SKIP_INSTALL = YES;
  1249. TARGETED_DEVICE_FAMILY = "1,2";
  1250. USER_HEADER_SEARCH_PATHS = "wolfssl/wolfcrypt wolfssl";
  1251. };
  1252. name = Debug;
  1253. };
  1254. 52B1347416F3C9E800C07B32 /* Release */ = {
  1255. isa = XCBuildConfiguration;
  1256. buildSettings = {
  1257. ALWAYS_SEARCH_USER_PATHS = YES;
  1258. CLANG_LINK_OBJC_RUNTIME = NO;
  1259. DSTROOT = /tmp/wolfssl_ios.dst;
  1260. GCC_PRECOMPILE_PREFIX_HEADER = NO;
  1261. GCC_PREFIX_HEADER = "";
  1262. GCC_PREPROCESSOR_DEFINITIONS = WOLFSSL_USER_SETTINGS;
  1263. HEADER_SEARCH_PATHS = (
  1264. $SRCROOT,
  1265. $PROJECT_DIR/../..,
  1266. );
  1267. LIBRARY_SEARCH_PATHS = (
  1268. "$(inherited)",
  1269. "$(PROJECT_DIR)/DerivedData/wolfssl/Build/Products/Debug",
  1270. );
  1271. OTHER_LDFLAGS = "";
  1272. PRODUCT_NAME = wolfssl_ios;
  1273. SKIP_INSTALL = YES;
  1274. TARGETED_DEVICE_FAMILY = "1,2";
  1275. USER_HEADER_SEARCH_PATHS = "wolfssl/wolfcrypt wolfssl";
  1276. };
  1277. name = Release;
  1278. };
  1279. A4F318EC1BC58B1700FDF2BB /* Debug */ = {
  1280. isa = XCBuildConfiguration;
  1281. buildSettings = {
  1282. ALWAYS_SEARCH_USER_PATHS = YES;
  1283. CLANG_LINK_OBJC_RUNTIME = NO;
  1284. DSTROOT = /tmp/wolfssl_osx.dst;
  1285. GCC_PRECOMPILE_PREFIX_HEADER = NO;
  1286. GCC_PREFIX_HEADER = "";
  1287. GCC_PREPROCESSOR_DEFINITIONS = (
  1288. "$(inherited)",
  1289. WOLFSSL_USER_SETTINGS,
  1290. );
  1291. HEADER_SEARCH_PATHS = (
  1292. $SRCROOT,
  1293. $PROJECT_DIR/../..,
  1294. );
  1295. OTHER_LDFLAGS = "";
  1296. PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
  1297. PRODUCT_NAME = "$(TARGET_NAME)";
  1298. SDKROOT = macosx;
  1299. SKIP_INSTALL = YES;
  1300. TARGETED_DEVICE_FAMILY = "1,2";
  1301. USER_HEADER_SEARCH_PATHS = "wolfssl/wolfcrypt wolfssl";
  1302. };
  1303. name = Debug;
  1304. };
  1305. A4F318ED1BC58B1700FDF2BB /* Release */ = {
  1306. isa = XCBuildConfiguration;
  1307. buildSettings = {
  1308. ALWAYS_SEARCH_USER_PATHS = YES;
  1309. CLANG_LINK_OBJC_RUNTIME = NO;
  1310. DSTROOT = /tmp/wolfssl_osx.dst;
  1311. GCC_PRECOMPILE_PREFIX_HEADER = NO;
  1312. GCC_PREFIX_HEADER = "";
  1313. GCC_PREPROCESSOR_DEFINITIONS = WOLFSSL_USER_SETTINGS;
  1314. HEADER_SEARCH_PATHS = (
  1315. $SRCROOT,
  1316. $PROJECT_DIR/../..,
  1317. );
  1318. OTHER_LDFLAGS = "";
  1319. PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO;
  1320. PRODUCT_NAME = "$(TARGET_NAME)";
  1321. SDKROOT = macosx;
  1322. SKIP_INSTALL = YES;
  1323. TARGETED_DEVICE_FAMILY = "1,2";
  1324. USER_HEADER_SEARCH_PATHS = "wolfssl/wolfcrypt wolfssl";
  1325. };
  1326. name = Release;
  1327. };
  1328. /* End XCBuildConfiguration section */
  1329. /* Begin XCConfigurationList section */
  1330. 52B1344816F3C9E800C07B32 /* Build configuration list for PBXProject "wolfssl" */ = {
  1331. isa = XCConfigurationList;
  1332. buildConfigurations = (
  1333. 52B1347016F3C9E800C07B32 /* Debug */,
  1334. 52B1347116F3C9E800C07B32 /* Release */,
  1335. );
  1336. defaultConfigurationIsVisible = 0;
  1337. defaultConfigurationName = Release;
  1338. };
  1339. 52B1347216F3C9E800C07B32 /* Build configuration list for PBXNativeTarget "wolfssl_ios" */ = {
  1340. isa = XCConfigurationList;
  1341. buildConfigurations = (
  1342. 52B1347316F3C9E800C07B32 /* Debug */,
  1343. 52B1347416F3C9E800C07B32 /* Release */,
  1344. );
  1345. defaultConfigurationIsVisible = 0;
  1346. defaultConfigurationName = Release;
  1347. };
  1348. A4F318EB1BC58B1700FDF2BB /* Build configuration list for PBXNativeTarget "wolfssl_osx" */ = {
  1349. isa = XCConfigurationList;
  1350. buildConfigurations = (
  1351. A4F318EC1BC58B1700FDF2BB /* Debug */,
  1352. A4F318ED1BC58B1700FDF2BB /* Release */,
  1353. );
  1354. defaultConfigurationIsVisible = 0;
  1355. defaultConfigurationName = Release;
  1356. };
  1357. /* End XCConfigurationList section */
  1358. };
  1359. rootObject = 52B1344516F3C9E800C07B32 /* Project object */;
  1360. }