diff --git a/External/Pearl b/External/Pearl index 87b9eb55..b6ce3edf 160000 --- a/External/Pearl +++ b/External/Pearl @@ -1 +1 @@ -Subproject commit 87b9eb55b80e658c3f9c90770180229889538caf +Subproject commit b6ce3edf76ba497dbe971ded32da4223ff2edfac diff --git a/MasterPassword-Mac.xcodeproj/project.pbxproj b/MasterPassword-Mac.xcodeproj/project.pbxproj index 62e884bc..1c2e9d71 100644 --- a/MasterPassword-Mac.xcodeproj/project.pbxproj +++ b/MasterPassword-Mac.xcodeproj/project.pbxproj @@ -7,6 +7,8 @@ objects = { /* Begin PBXBuildFile section */ + DA600BEB150420AC008E9AB6 /* MPPasswordWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = DA600BE9150420AC008E9AB6 /* MPPasswordWindowController.m */; }; + DA600BEC150420AC008E9AB6 /* MPPasswordWindowController.xib in Resources */ = {isa = PBXBuildFile; fileRef = DA600BEA150420AC008E9AB6 /* MPPasswordWindowController.xib */; }; DAB8D98D150374AD00CED3BC /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DAB8D98C150374AD00CED3BC /* Cocoa.framework */; }; DAB8D9C8150375C800CED3BC /* MasterPassword.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = DAB8D9B2150375C800CED3BC /* MasterPassword.xcdatamodeld */; }; DAB8D9C9150375C800CED3BC /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = DAB8D9B5150375C800CED3BC /* Credits.rtf */; }; @@ -58,10 +60,719 @@ DAB8DA391503972100CED3BC /* PearlRSAKey.m in Sources */ = {isa = PBXBuildFile; fileRef = DAB8DA0F1503972100CED3BC /* PearlRSAKey.m */; }; DAB8DA3A1503972100CED3BC /* PearlSCrypt.h in Headers */ = {isa = PBXBuildFile; fileRef = DAB8DA101503972100CED3BC /* PearlSCrypt.h */; }; DAB8DA3B1503972100CED3BC /* PearlSCrypt.m in Sources */ = {isa = PBXBuildFile; fileRef = DAB8DA111503972100CED3BC /* PearlSCrypt.m */; }; + DADEA5A61503C9DD00FD084E /* e_os.h in Headers */ = {isa = PBXBuildFile; fileRef = DADEA5A41503C9DD00FD084E /* e_os.h */; }; + DADEA5A71503C9DD00FD084E /* e_os2.h in Headers */ = {isa = PBXBuildFile; fileRef = DADEA5A51503C9DD00FD084E /* e_os2.h */; }; + DADEA5BB1503CE3000FD084E /* _MWERKS_GUSI_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = DADEA5A91503CE3000FD084E /* _MWERKS_GUSI_prefix.h */; }; + DADEA5BC1503CE3000FD084E /* _MWERKS_prefix.h in Headers */ = {isa = PBXBuildFile; fileRef = DADEA5AA1503CE3000FD084E /* _MWERKS_prefix.h */; }; + DADEA5BD1503CE3000FD084E /* buildinf.h in Headers */ = {isa = PBXBuildFile; fileRef = DADEA5AB1503CE3000FD084E /* buildinf.h */; }; + DADEA5BF1503CE3000FD084E /* CPStringUtils.hpp in Headers */ = {isa = PBXBuildFile; fileRef = DADEA5AE1503CE3000FD084E /* CPStringUtils.hpp */; }; + DADEA5C11503CE3000FD084E /* ErrorHandling.hpp in Headers */ = {isa = PBXBuildFile; fileRef = DADEA5B01503CE3000FD084E /* ErrorHandling.hpp */; }; + DADEA5C41503CE3000FD084E /* MacSocket.h in Headers */ = {isa = PBXBuildFile; fileRef = DADEA5B31503CE3000FD084E /* MacSocket.h */; }; + DADEA5C61503CE3000FD084E /* opensslconf.h in Headers */ = {isa = PBXBuildFile; fileRef = DADEA5B71503CE3000FD084E /* opensslconf.h */; }; + DADEA5C81503CE3000FD084E /* Randomizer.h in Headers */ = {isa = PBXBuildFile; fileRef = DADEA5B91503CE3000FD084E /* Randomizer.h */; }; + DADEA5CA1503EBC200FD084E /* cryptlib.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B731503C74200996D85 /* cryptlib.c */; }; + DADEA5CB1503EC6800FD084E /* bn_asm.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B001503C74200996D85 /* bn_asm.c */; }; + DADEA5CC1503EC8A00FD084E /* aes_wrap.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A481503C74100996D85 /* aes_wrap.c */; }; + DADEA5CD1503ECC000FD084E /* des_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B8D1503C74200996D85 /* des_enc.c */; }; + DADEA5CE1503ECF400FD084E /* evp_pbe.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C6D1503C74200996D85 /* evp_pbe.c */; }; + DADEA5CF1503ED0E00FD084E /* ameth_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A6C1503C74200996D85 /* ameth_lib.c */; }; + DADEA5D21503ED6800FD084E /* scrypt_platform.h in Headers */ = {isa = PBXBuildFile; fileRef = DADEA5D01503ED3700FD084E /* scrypt_platform.h */; }; + DADEA5D51503EEDF00FD084E /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DADEA5D31503EEA700FD084E /* Security.framework */; }; + DADEA5D61503EF0200FD084E /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DADEA5D31503EEA700FD084E /* Security.framework */; }; + DAF56A211503C64500996D85 /* crypto_aesctr.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A091503C64400996D85 /* crypto_aesctr.c */; }; + DAF56A221503C64500996D85 /* crypto_aesctr.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56A0A1503C64400996D85 /* crypto_aesctr.h */; }; + DAF56A251503C64500996D85 /* crypto_scrypt-sse.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A0D1503C64400996D85 /* crypto_scrypt-sse.c */; }; + DAF56A261503C64500996D85 /* crypto_scrypt.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56A0E1503C64400996D85 /* crypto_scrypt.h */; }; + DAF56A271503C64500996D85 /* sha256.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A0F1503C64400996D85 /* sha256.c */; }; + DAF56A281503C64500996D85 /* sha256.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56A101503C64400996D85 /* sha256.h */; }; + DAF56A291503C64500996D85 /* scryptenc.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A131503C64500996D85 /* scryptenc.c */; }; + DAF56A2A1503C64500996D85 /* scryptenc.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56A151503C64500996D85 /* scryptenc.h */; }; + DAF56A2B1503C64500996D85 /* scryptenc_cpuperf.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A171503C64500996D85 /* scryptenc_cpuperf.c */; }; + DAF56A2C1503C64500996D85 /* scryptenc_cpuperf.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56A181503C64500996D85 /* scryptenc_cpuperf.h */; }; + DAF56A2D1503C64500996D85 /* memlimit.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A1A1503C64500996D85 /* memlimit.c */; }; + DAF56A2E1503C64500996D85 /* memlimit.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56A1B1503C64500996D85 /* memlimit.h */; }; + DAF56A2F1503C64500996D85 /* readpass.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A1C1503C64500996D85 /* readpass.c */; }; + DAF56A301503C64500996D85 /* readpass.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56A1D1503C64500996D85 /* readpass.h */; }; + DAF56A311503C64500996D85 /* sysendian.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56A1E1503C64500996D85 /* sysendian.h */; }; + DAF56A321503C64500996D85 /* warn.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A1F1503C64500996D85 /* warn.c */; }; + DAF56A331503C64500996D85 /* warn.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56A201503C64500996D85 /* warn.h */; }; + DAF56E951503C74200996D85 /* aes.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56A3E1503C74100996D85 /* aes.h */; }; + DAF56E961503C74200996D85 /* aes_cbc.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A3F1503C74100996D85 /* aes_cbc.c */; }; + DAF56E971503C74200996D85 /* aes_cfb.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A401503C74100996D85 /* aes_cfb.c */; }; + DAF56E981503C74200996D85 /* aes_core.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A411503C74100996D85 /* aes_core.c */; }; + DAF56E991503C74200996D85 /* aes_ctr.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A421503C74100996D85 /* aes_ctr.c */; }; + DAF56E9A1503C74200996D85 /* aes_ecb.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A431503C74100996D85 /* aes_ecb.c */; }; + DAF56E9B1503C74200996D85 /* aes_ige.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A441503C74100996D85 /* aes_ige.c */; }; + DAF56E9C1503C74200996D85 /* aes_locl.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56A451503C74100996D85 /* aes_locl.h */; }; + DAF56E9D1503C74200996D85 /* aes_misc.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A461503C74100996D85 /* aes_misc.c */; }; + DAF56E9E1503C74200996D85 /* aes_ofb.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A471503C74100996D85 /* aes_ofb.c */; }; + DAF56EA31503C74200996D85 /* a_bitstr.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A551503C74200996D85 /* a_bitstr.c */; }; + DAF56EA41503C74200996D85 /* a_bool.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A561503C74200996D85 /* a_bool.c */; }; + DAF56EA51503C74200996D85 /* a_bytes.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A571503C74200996D85 /* a_bytes.c */; }; + DAF56EA61503C74200996D85 /* a_d2i_fp.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A581503C74200996D85 /* a_d2i_fp.c */; }; + DAF56EA71503C74200996D85 /* a_digest.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A591503C74200996D85 /* a_digest.c */; }; + DAF56EA81503C74200996D85 /* a_dup.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A5A1503C74200996D85 /* a_dup.c */; }; + DAF56EA91503C74200996D85 /* a_enum.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A5B1503C74200996D85 /* a_enum.c */; }; + DAF56EAA1503C74200996D85 /* a_gentm.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A5C1503C74200996D85 /* a_gentm.c */; }; + DAF56EAB1503C74200996D85 /* a_i2d_fp.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A5D1503C74200996D85 /* a_i2d_fp.c */; }; + DAF56EAC1503C74200996D85 /* a_int.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A5E1503C74200996D85 /* a_int.c */; }; + DAF56EAD1503C74200996D85 /* a_mbstr.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A5F1503C74200996D85 /* a_mbstr.c */; }; + DAF56EAE1503C74200996D85 /* a_object.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A601503C74200996D85 /* a_object.c */; }; + DAF56EAF1503C74200996D85 /* a_octet.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A611503C74200996D85 /* a_octet.c */; }; + DAF56EB01503C74200996D85 /* a_print.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A621503C74200996D85 /* a_print.c */; }; + DAF56EB11503C74200996D85 /* a_set.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A631503C74200996D85 /* a_set.c */; }; + DAF56EB21503C74200996D85 /* a_sign.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A641503C74200996D85 /* a_sign.c */; }; + DAF56EB31503C74200996D85 /* a_strex.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A651503C74200996D85 /* a_strex.c */; }; + DAF56EB41503C74200996D85 /* a_strnid.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A661503C74200996D85 /* a_strnid.c */; }; + DAF56EB51503C74200996D85 /* a_time.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A671503C74200996D85 /* a_time.c */; }; + DAF56EB61503C74200996D85 /* a_type.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A681503C74200996D85 /* a_type.c */; }; + DAF56EB71503C74200996D85 /* a_utctm.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A691503C74200996D85 /* a_utctm.c */; }; + DAF56EB81503C74200996D85 /* a_utf8.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A6A1503C74200996D85 /* a_utf8.c */; }; + DAF56EB91503C74200996D85 /* a_verify.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A6B1503C74200996D85 /* a_verify.c */; }; + DAF56EBB1503C74200996D85 /* asn1.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56A6D1503C74200996D85 /* asn1.h */; }; + DAF56EBC1503C74200996D85 /* asn1_err.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A6E1503C74200996D85 /* asn1_err.c */; }; + DAF56EBD1503C74200996D85 /* asn1_gen.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A6F1503C74200996D85 /* asn1_gen.c */; }; + DAF56EBE1503C74200996D85 /* asn1_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A701503C74200996D85 /* asn1_lib.c */; }; + DAF56EBF1503C74200996D85 /* asn1_locl.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56A711503C74200996D85 /* asn1_locl.h */; }; + DAF56EC01503C74200996D85 /* asn1_mac.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56A721503C74200996D85 /* asn1_mac.h */; }; + DAF56EC11503C74200996D85 /* asn1_par.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A731503C74200996D85 /* asn1_par.c */; }; + DAF56EC21503C74200996D85 /* asn1t.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56A741503C74200996D85 /* asn1t.h */; }; + DAF56EC31503C74200996D85 /* asn_mime.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A751503C74200996D85 /* asn_mime.c */; }; + DAF56EC41503C74200996D85 /* asn_moid.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A761503C74200996D85 /* asn_moid.c */; }; + DAF56EC51503C74200996D85 /* asn_pack.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A771503C74200996D85 /* asn_pack.c */; }; + DAF56EC61503C74200996D85 /* bio_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A781503C74200996D85 /* bio_asn1.c */; }; + DAF56EC71503C74200996D85 /* bio_ndef.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A791503C74200996D85 /* bio_ndef.c */; }; + DAF56EC81503C74200996D85 /* charmap.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56A7A1503C74200996D85 /* charmap.h */; }; + DAF56EC91503C74200996D85 /* d2i_pr.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A7C1503C74200996D85 /* d2i_pr.c */; }; + DAF56ECA1503C74200996D85 /* d2i_pu.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A7D1503C74200996D85 /* d2i_pu.c */; }; + DAF56ECB1503C74200996D85 /* evp_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A7E1503C74200996D85 /* evp_asn1.c */; }; + DAF56ECC1503C74200996D85 /* f_enum.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A7F1503C74200996D85 /* f_enum.c */; }; + DAF56ECD1503C74200996D85 /* f_int.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A801503C74200996D85 /* f_int.c */; }; + DAF56ECE1503C74200996D85 /* f_string.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A811503C74200996D85 /* f_string.c */; }; + DAF56ECF1503C74200996D85 /* i2d_pr.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A821503C74200996D85 /* i2d_pr.c */; }; + DAF56ED01503C74200996D85 /* i2d_pu.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A831503C74200996D85 /* i2d_pu.c */; }; + DAF56ED21503C74200996D85 /* n_pkey.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A851503C74200996D85 /* n_pkey.c */; }; + DAF56ED31503C74200996D85 /* nsseq.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A861503C74200996D85 /* nsseq.c */; }; + DAF56ED41503C74200996D85 /* p5_pbe.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A871503C74200996D85 /* p5_pbe.c */; }; + DAF56ED51503C74200996D85 /* p5_pbev2.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A881503C74200996D85 /* p5_pbev2.c */; }; + DAF56ED61503C74200996D85 /* p8_pkey.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A891503C74200996D85 /* p8_pkey.c */; }; + DAF56ED71503C74200996D85 /* t_bitst.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A8A1503C74200996D85 /* t_bitst.c */; }; + DAF56ED81503C74200996D85 /* t_crl.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A8B1503C74200996D85 /* t_crl.c */; }; + DAF56ED91503C74200996D85 /* t_pkey.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A8C1503C74200996D85 /* t_pkey.c */; }; + DAF56EDA1503C74200996D85 /* t_req.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A8D1503C74200996D85 /* t_req.c */; }; + DAF56EDB1503C74200996D85 /* t_spki.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A8E1503C74200996D85 /* t_spki.c */; }; + DAF56EDC1503C74200996D85 /* t_x509.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A8F1503C74200996D85 /* t_x509.c */; }; + DAF56EDD1503C74200996D85 /* t_x509a.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A901503C74200996D85 /* t_x509a.c */; }; + DAF56EDE1503C74200996D85 /* tasn_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A911503C74200996D85 /* tasn_dec.c */; }; + DAF56EDF1503C74200996D85 /* tasn_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A921503C74200996D85 /* tasn_enc.c */; }; + DAF56EE01503C74200996D85 /* tasn_fre.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A931503C74200996D85 /* tasn_fre.c */; }; + DAF56EE11503C74200996D85 /* tasn_new.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A941503C74200996D85 /* tasn_new.c */; }; + DAF56EE21503C74200996D85 /* tasn_prn.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A951503C74200996D85 /* tasn_prn.c */; }; + DAF56EE31503C74200996D85 /* tasn_typ.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A961503C74200996D85 /* tasn_typ.c */; }; + DAF56EE41503C74200996D85 /* tasn_utl.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A971503C74200996D85 /* tasn_utl.c */; }; + DAF56EE51503C74200996D85 /* x_algor.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A981503C74200996D85 /* x_algor.c */; }; + DAF56EE61503C74200996D85 /* x_attrib.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A991503C74200996D85 /* x_attrib.c */; }; + DAF56EE71503C74200996D85 /* x_bignum.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A9A1503C74200996D85 /* x_bignum.c */; }; + DAF56EE81503C74200996D85 /* x_crl.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A9B1503C74200996D85 /* x_crl.c */; }; + DAF56EE91503C74200996D85 /* x_exten.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A9C1503C74200996D85 /* x_exten.c */; }; + DAF56EEA1503C74200996D85 /* x_info.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A9D1503C74200996D85 /* x_info.c */; }; + DAF56EEB1503C74200996D85 /* x_long.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A9E1503C74200996D85 /* x_long.c */; }; + DAF56EEC1503C74200996D85 /* x_name.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56A9F1503C74200996D85 /* x_name.c */; }; + DAF56EED1503C74200996D85 /* x_nx509.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56AA01503C74200996D85 /* x_nx509.c */; }; + DAF56EEE1503C74200996D85 /* x_pkey.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56AA11503C74200996D85 /* x_pkey.c */; }; + DAF56EEF1503C74200996D85 /* x_pubkey.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56AA21503C74200996D85 /* x_pubkey.c */; }; + DAF56EF01503C74200996D85 /* x_req.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56AA31503C74200996D85 /* x_req.c */; }; + DAF56EF11503C74200996D85 /* x_sig.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56AA41503C74200996D85 /* x_sig.c */; }; + DAF56EF21503C74200996D85 /* x_spki.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56AA51503C74200996D85 /* x_spki.c */; }; + DAF56EF31503C74200996D85 /* x_val.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56AA61503C74200996D85 /* x_val.c */; }; + DAF56EF41503C74200996D85 /* x_x509.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56AA71503C74200996D85 /* x_x509.c */; }; + DAF56EF51503C74200996D85 /* x_x509a.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56AA81503C74200996D85 /* x_x509a.c */; }; + DAF56EF71503C74200996D85 /* bf_cfb64.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56AAF1503C74200996D85 /* bf_cfb64.c */; }; + DAF56EF81503C74200996D85 /* bf_ecb.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56AB01503C74200996D85 /* bf_ecb.c */; }; + DAF56EF91503C74200996D85 /* bf_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56AB11503C74200996D85 /* bf_enc.c */; }; + DAF56EFA1503C74200996D85 /* bf_locl.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56AB21503C74200996D85 /* bf_locl.h */; }; + DAF56EFB1503C74200996D85 /* bf_ofb64.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56AB31503C74200996D85 /* bf_ofb64.c */; }; + DAF56EFD1503C74200996D85 /* bf_pi.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56AB51503C74200996D85 /* bf_pi.h */; }; + DAF56EFE1503C74200996D85 /* bf_skey.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56AB61503C74200996D85 /* bf_skey.c */; }; + DAF56F021503C74200996D85 /* blowfish.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56ABA1503C74200996D85 /* blowfish.h */; }; + DAF56F041503C74200996D85 /* b_dump.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56AC11503C74200996D85 /* b_dump.c */; }; + DAF56F051503C74200996D85 /* b_print.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56AC21503C74200996D85 /* b_print.c */; }; + DAF56F061503C74200996D85 /* b_sock.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56AC31503C74200996D85 /* b_sock.c */; }; + DAF56F071503C74200996D85 /* bf_buff.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56AC41503C74200996D85 /* bf_buff.c */; }; + DAF56F081503C74200996D85 /* bf_lbuf.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56AC51503C74200996D85 /* bf_lbuf.c */; }; + DAF56F091503C74200996D85 /* bf_nbio.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56AC61503C74200996D85 /* bf_nbio.c */; }; + DAF56F0A1503C74200996D85 /* bf_null.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56AC71503C74200996D85 /* bf_null.c */; }; + DAF56F0B1503C74200996D85 /* bio.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56AC81503C74200996D85 /* bio.h */; }; + DAF56F0C1503C74200996D85 /* bio_cb.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56AC91503C74200996D85 /* bio_cb.c */; }; + DAF56F0D1503C74200996D85 /* bio_err.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56ACA1503C74200996D85 /* bio_err.c */; }; + DAF56F0E1503C74200996D85 /* bio_lcl.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56ACB1503C74200996D85 /* bio_lcl.h */; }; + DAF56F0F1503C74200996D85 /* bio_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56ACC1503C74200996D85 /* bio_lib.c */; }; + DAF56F101503C74200996D85 /* bss_acpt.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56ACD1503C74200996D85 /* bss_acpt.c */; }; + DAF56F111503C74200996D85 /* bss_bio.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56ACE1503C74200996D85 /* bss_bio.c */; }; + DAF56F121503C74200996D85 /* bss_conn.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56ACF1503C74200996D85 /* bss_conn.c */; }; + DAF56F131503C74200996D85 /* bss_dgram.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56AD01503C74200996D85 /* bss_dgram.c */; }; + DAF56F141503C74200996D85 /* bss_fd.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56AD11503C74200996D85 /* bss_fd.c */; }; + DAF56F151503C74200996D85 /* bss_file.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56AD21503C74200996D85 /* bss_file.c */; }; + DAF56F161503C74200996D85 /* bss_log.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56AD31503C74200996D85 /* bss_log.c */; }; + DAF56F171503C74200996D85 /* bss_mem.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56AD41503C74200996D85 /* bss_mem.c */; }; + DAF56F181503C74200996D85 /* bss_null.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56AD51503C74200996D85 /* bss_null.c */; }; + DAF56F1A1503C74200996D85 /* bss_sock.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56AD71503C74200996D85 /* bss_sock.c */; }; + DAF56F241503C74200996D85 /* bn.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56AFD1503C74200996D85 /* bn.h */; }; + DAF56F251503C74200996D85 /* bn_add.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56AFF1503C74200996D85 /* bn_add.c */; }; + DAF56F271503C74200996D85 /* bn_blind.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B011503C74200996D85 /* bn_blind.c */; }; + DAF56F281503C74200996D85 /* bn_const.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B021503C74200996D85 /* bn_const.c */; }; + DAF56F291503C74200996D85 /* bn_ctx.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B031503C74200996D85 /* bn_ctx.c */; }; + DAF56F2A1503C74200996D85 /* bn_depr.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B041503C74200996D85 /* bn_depr.c */; }; + DAF56F2B1503C74200996D85 /* bn_div.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B051503C74200996D85 /* bn_div.c */; }; + DAF56F2C1503C74200996D85 /* bn_err.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B061503C74200996D85 /* bn_err.c */; }; + DAF56F2D1503C74200996D85 /* bn_exp.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B071503C74200996D85 /* bn_exp.c */; }; + DAF56F2E1503C74200996D85 /* bn_exp2.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B081503C74200996D85 /* bn_exp2.c */; }; + DAF56F2F1503C74200996D85 /* bn_gcd.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B091503C74200996D85 /* bn_gcd.c */; }; + DAF56F301503C74200996D85 /* bn_gf2m.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B0A1503C74200996D85 /* bn_gf2m.c */; }; + DAF56F311503C74200996D85 /* bn_kron.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B0B1503C74200996D85 /* bn_kron.c */; }; + DAF56F321503C74200996D85 /* bn_lcl.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56B0C1503C74200996D85 /* bn_lcl.h */; }; + DAF56F331503C74200996D85 /* bn_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B0D1503C74200996D85 /* bn_lib.c */; }; + DAF56F341503C74200996D85 /* bn_mod.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B0E1503C74200996D85 /* bn_mod.c */; }; + DAF56F351503C74200996D85 /* bn_mont.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B0F1503C74200996D85 /* bn_mont.c */; }; + DAF56F361503C74200996D85 /* bn_mpi.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B101503C74200996D85 /* bn_mpi.c */; }; + DAF56F371503C74200996D85 /* bn_mul.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B111503C74200996D85 /* bn_mul.c */; }; + DAF56F381503C74200996D85 /* bn_nist.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B121503C74200996D85 /* bn_nist.c */; }; + DAF56F391503C74200996D85 /* bn_prime.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B131503C74200996D85 /* bn_prime.c */; }; + DAF56F3A1503C74200996D85 /* bn_prime.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56B141503C74200996D85 /* bn_prime.h */; }; + DAF56F3B1503C74200996D85 /* bn_print.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B161503C74200996D85 /* bn_print.c */; }; + DAF56F3C1503C74200996D85 /* bn_rand.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B171503C74200996D85 /* bn_rand.c */; }; + DAF56F3D1503C74200996D85 /* bn_recp.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B181503C74200996D85 /* bn_recp.c */; }; + DAF56F3E1503C74200996D85 /* bn_shift.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B191503C74200996D85 /* bn_shift.c */; }; + DAF56F3F1503C74200996D85 /* bn_sqr.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B1A1503C74200996D85 /* bn_sqr.c */; }; + DAF56F401503C74200996D85 /* bn_sqrt.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B1B1503C74200996D85 /* bn_sqrt.c */; }; + DAF56F411503C74200996D85 /* bn_word.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B1C1503C74200996D85 /* bn_word.c */; }; + DAF56F491503C74200996D85 /* vms-helper.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B251503C74200996D85 /* vms-helper.c */; }; + DAF56F4A1503C74200996D85 /* buf_err.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B271503C74200996D85 /* buf_err.c */; }; + DAF56F4B1503C74200996D85 /* buffer.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B281503C74200996D85 /* buffer.c */; }; + DAF56F4C1503C74200996D85 /* buffer.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56B291503C74200996D85 /* buffer.h */; }; + DAF56F4E1503C74200996D85 /* camellia.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B2F1503C74200996D85 /* camellia.c */; }; + DAF56F4F1503C74200996D85 /* camellia.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56B301503C74200996D85 /* camellia.h */; }; + DAF56F501503C74200996D85 /* cmll_cbc.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B311503C74200996D85 /* cmll_cbc.c */; }; + DAF56F511503C74200996D85 /* cmll_cfb.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B321503C74200996D85 /* cmll_cfb.c */; }; + DAF56F521503C74200996D85 /* cmll_ctr.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B331503C74200996D85 /* cmll_ctr.c */; }; + DAF56F531503C74200996D85 /* cmll_ecb.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B341503C74200996D85 /* cmll_ecb.c */; }; + DAF56F541503C74200996D85 /* cmll_locl.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56B351503C74200996D85 /* cmll_locl.h */; }; + DAF56F551503C74200996D85 /* cmll_misc.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B361503C74200996D85 /* cmll_misc.c */; }; + DAF56F561503C74200996D85 /* cmll_ofb.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B371503C74200996D85 /* cmll_ofb.c */; }; + DAF56F581503C74200996D85 /* c_cfb64.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B3D1503C74200996D85 /* c_cfb64.c */; }; + DAF56F591503C74200996D85 /* c_ecb.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B3E1503C74200996D85 /* c_ecb.c */; }; + DAF56F5A1503C74200996D85 /* c_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B3F1503C74200996D85 /* c_enc.c */; }; + DAF56F5B1503C74200996D85 /* c_ofb64.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B401503C74200996D85 /* c_ofb64.c */; }; + DAF56F5C1503C74200996D85 /* c_skey.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B411503C74200996D85 /* c_skey.c */; }; + DAF56F5D1503C74200996D85 /* cast.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56B421503C74200996D85 /* cast.h */; }; + DAF56F5E1503C74200996D85 /* cast_lcl.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56B431503C74200996D85 /* cast_lcl.h */; }; + DAF56F5F1503C74200996D85 /* cast_s.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56B441503C74200996D85 /* cast_s.h */; }; + DAF56F651503C74200996D85 /* cms.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56B4B1503C74200996D85 /* cms.h */; }; + DAF56F661503C74200996D85 /* cms_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B4C1503C74200996D85 /* cms_asn1.c */; }; + DAF56F671503C74200996D85 /* cms_att.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B4D1503C74200996D85 /* cms_att.c */; }; + DAF56F681503C74200996D85 /* cms_cd.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B4E1503C74200996D85 /* cms_cd.c */; }; + DAF56F691503C74200996D85 /* cms_dd.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B4F1503C74200996D85 /* cms_dd.c */; }; + DAF56F6A1503C74200996D85 /* cms_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B501503C74200996D85 /* cms_enc.c */; }; + DAF56F6B1503C74200996D85 /* cms_env.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B511503C74200996D85 /* cms_env.c */; }; + DAF56F6C1503C74200996D85 /* cms_err.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B521503C74200996D85 /* cms_err.c */; }; + DAF56F6D1503C74200996D85 /* cms_ess.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B531503C74200996D85 /* cms_ess.c */; }; + DAF56F6E1503C74200996D85 /* cms_io.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B541503C74200996D85 /* cms_io.c */; }; + DAF56F6F1503C74200996D85 /* cms_lcl.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56B551503C74200996D85 /* cms_lcl.h */; }; + DAF56F701503C74200996D85 /* cms_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B561503C74200996D85 /* cms_lib.c */; }; + DAF56F711503C74200996D85 /* cms_sd.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B571503C74200996D85 /* cms_sd.c */; }; + DAF56F721503C74200996D85 /* cms_smime.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B581503C74200996D85 /* cms_smime.c */; }; + DAF56F741503C74200996D85 /* c_rle.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B5B1503C74200996D85 /* c_rle.c */; }; + DAF56F751503C74200996D85 /* c_zlib.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B5C1503C74200996D85 /* c_zlib.c */; }; + DAF56F761503C74200996D85 /* comp.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56B5D1503C74200996D85 /* comp.h */; }; + DAF56F771503C74200996D85 /* comp_err.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B5E1503C74200996D85 /* comp_err.c */; }; + DAF56F781503C74200996D85 /* comp_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B5F1503C74200996D85 /* comp_lib.c */; }; + DAF56F7B1503C74200996D85 /* conf.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56B631503C74200996D85 /* conf.h */; }; + DAF56F7C1503C74200996D85 /* conf_api.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B641503C74200996D85 /* conf_api.c */; }; + DAF56F7D1503C74200996D85 /* conf_api.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56B651503C74200996D85 /* conf_api.h */; }; + DAF56F7E1503C74200996D85 /* conf_def.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B661503C74200996D85 /* conf_def.c */; }; + DAF56F7F1503C74200996D85 /* conf_def.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56B671503C74200996D85 /* conf_def.h */; }; + DAF56F801503C74200996D85 /* conf_err.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B681503C74200996D85 /* conf_err.c */; }; + DAF56F811503C74200996D85 /* conf_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B691503C74200996D85 /* conf_lib.c */; }; + DAF56F821503C74200996D85 /* conf_mall.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B6A1503C74200996D85 /* conf_mall.c */; }; + DAF56F831503C74200996D85 /* conf_mod.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B6B1503C74200996D85 /* conf_mod.c */; }; + DAF56F841503C74200996D85 /* conf_sap.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B6C1503C74200996D85 /* conf_sap.c */; }; + DAF56F871503C74200996D85 /* cpt_err.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B721503C74200996D85 /* cpt_err.c */; }; + DAF56F891503C74200996D85 /* cryptlib.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56B741503C74200996D85 /* cryptlib.h */; }; + DAF56F8A1503C74200996D85 /* crypto.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56B761503C74200996D85 /* crypto.h */; }; + DAF56F8B1503C74200996D85 /* cversion.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B771503C74200996D85 /* cversion.c */; }; + DAF56F8C1503C74200996D85 /* cbc3_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B7F1503C74200996D85 /* cbc3_enc.c */; }; + DAF56F8D1503C74200996D85 /* cbc_cksm.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B801503C74200996D85 /* cbc_cksm.c */; }; + DAF56F8E1503C74200996D85 /* cbc_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B811503C74200996D85 /* cbc_enc.c */; }; + DAF56F8F1503C74200996D85 /* cfb64ede.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B821503C74200996D85 /* cfb64ede.c */; }; + DAF56F901503C74200996D85 /* cfb64enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B831503C74200996D85 /* cfb64enc.c */; }; + DAF56F911503C74200996D85 /* cfb_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B841503C74200996D85 /* cfb_enc.c */; }; + DAF56F931503C74200996D85 /* des.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56B881503C74200996D85 /* des.h */; }; + DAF56F961503C74200996D85 /* des_locl.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56B8E1503C74200996D85 /* des_locl.h */; }; + DAF56F971503C74200996D85 /* des_old.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B8F1503C74200996D85 /* des_old.c */; }; + DAF56F981503C74300996D85 /* des_old.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56B901503C74200996D85 /* des_old.h */; }; + DAF56F991503C74300996D85 /* des_old2.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B911503C74200996D85 /* des_old2.c */; }; + DAF56F9B1503C74300996D85 /* des_ver.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56B931503C74200996D85 /* des_ver.h */; }; + DAF56F9E1503C74300996D85 /* ecb3_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B961503C74200996D85 /* ecb3_enc.c */; }; + DAF56F9F1503C74300996D85 /* ecb_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B971503C74200996D85 /* ecb_enc.c */; }; + DAF56FA01503C74300996D85 /* ede_cbcm_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B981503C74200996D85 /* ede_cbcm_enc.c */; }; + DAF56FA11503C74300996D85 /* enc_read.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B991503C74200996D85 /* enc_read.c */; }; + DAF56FA21503C74300996D85 /* enc_writ.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B9A1503C74200996D85 /* enc_writ.c */; }; + DAF56FA31503C74300996D85 /* fcrypt.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B9B1503C74200996D85 /* fcrypt.c */; }; + DAF56FA41503C74300996D85 /* fcrypt_b.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56B9C1503C74200996D85 /* fcrypt_b.c */; }; + DAF56FA71503C74300996D85 /* ofb64ede.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BA41503C74200996D85 /* ofb64ede.c */; }; + DAF56FA81503C74300996D85 /* ofb64enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BA51503C74200996D85 /* ofb64enc.c */; }; + DAF56FA91503C74300996D85 /* ofb_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BA61503C74200996D85 /* ofb_enc.c */; }; + DAF56FAA1503C74300996D85 /* pcbc_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BA81503C74200996D85 /* pcbc_enc.c */; }; + DAF56FAB1503C74300996D85 /* qud_cksm.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BA91503C74200996D85 /* qud_cksm.c */; }; + DAF56FAC1503C74300996D85 /* rand_key.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BAA1503C74200996D85 /* rand_key.c */; }; + DAF56FAD1503C74300996D85 /* read2pwd.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BAB1503C74200996D85 /* read2pwd.c */; }; + DAF56FAF1503C74300996D85 /* rpc_des.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56BAE1503C74200996D85 /* rpc_des.h */; }; + DAF56FB01503C74300996D85 /* rpc_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BAF1503C74200996D85 /* rpc_enc.c */; }; + DAF56FB21503C74300996D85 /* set_key.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BB11503C74200996D85 /* set_key.c */; }; + DAF56FB41503C74300996D85 /* spr.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56BB31503C74200996D85 /* spr.h */; }; + DAF56FB51503C74300996D85 /* str2key.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BB41503C74200996D85 /* str2key.c */; }; + DAF56FBA1503C74300996D85 /* xcbc_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BC21503C74200996D85 /* xcbc_enc.c */; }; + DAF56FBB1503C74300996D85 /* dh.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56BC41503C74200996D85 /* dh.h */; }; + DAF56FBC1503C74300996D85 /* dh_ameth.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BCA1503C74200996D85 /* dh_ameth.c */; }; + DAF56FBD1503C74300996D85 /* dh_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BCB1503C74200996D85 /* dh_asn1.c */; }; + DAF56FBE1503C74300996D85 /* dh_check.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BCC1503C74200996D85 /* dh_check.c */; }; + DAF56FBF1503C74300996D85 /* dh_depr.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BCD1503C74200996D85 /* dh_depr.c */; }; + DAF56FC01503C74300996D85 /* dh_err.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BCE1503C74200996D85 /* dh_err.c */; }; + DAF56FC11503C74300996D85 /* dh_gen.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BCF1503C74200996D85 /* dh_gen.c */; }; + DAF56FC21503C74300996D85 /* dh_key.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BD01503C74200996D85 /* dh_key.c */; }; + DAF56FC31503C74300996D85 /* dh_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BD11503C74200996D85 /* dh_lib.c */; }; + DAF56FC41503C74300996D85 /* dh_pmeth.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BD21503C74200996D85 /* dh_pmeth.c */; }; + DAF56FC51503C74300996D85 /* dh_prn.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BD31503C74200996D85 /* dh_prn.c */; }; + DAF56FCB1503C74300996D85 /* dsa.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56BDC1503C74200996D85 /* dsa.h */; }; + DAF56FCC1503C74300996D85 /* dsa_ameth.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BDD1503C74200996D85 /* dsa_ameth.c */; }; + DAF56FCD1503C74300996D85 /* dsa_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BDE1503C74200996D85 /* dsa_asn1.c */; }; + DAF56FCE1503C74300996D85 /* dsa_depr.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BDF1503C74200996D85 /* dsa_depr.c */; }; + DAF56FCF1503C74300996D85 /* dsa_err.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BE01503C74200996D85 /* dsa_err.c */; }; + DAF56FD01503C74300996D85 /* dsa_gen.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BE11503C74200996D85 /* dsa_gen.c */; }; + DAF56FD11503C74300996D85 /* dsa_key.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BE21503C74200996D85 /* dsa_key.c */; }; + DAF56FD21503C74300996D85 /* dsa_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BE31503C74200996D85 /* dsa_lib.c */; }; + DAF56FD31503C74300996D85 /* dsa_locl.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56BE41503C74200996D85 /* dsa_locl.h */; }; + DAF56FD41503C74300996D85 /* dsa_ossl.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BE51503C74200996D85 /* dsa_ossl.c */; }; + DAF56FD51503C74300996D85 /* dsa_pmeth.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BE61503C74200996D85 /* dsa_pmeth.c */; }; + DAF56FD61503C74300996D85 /* dsa_prn.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BE71503C74200996D85 /* dsa_prn.c */; }; + DAF56FD71503C74300996D85 /* dsa_sign.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BE81503C74200996D85 /* dsa_sign.c */; }; + DAF56FD81503C74300996D85 /* dsa_vrf.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BE91503C74200996D85 /* dsa_vrf.c */; }; + DAF56FDC1503C74300996D85 /* dso.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56BF01503C74200996D85 /* dso.h */; }; + DAF56FDD1503C74300996D85 /* dso_beos.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BF11503C74200996D85 /* dso_beos.c */; }; + DAF56FDE1503C74300996D85 /* dso_dl.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BF21503C74200996D85 /* dso_dl.c */; }; + DAF56FDF1503C74300996D85 /* dso_dlfcn.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BF31503C74200996D85 /* dso_dlfcn.c */; }; + DAF56FE01503C74300996D85 /* dso_err.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BF41503C74200996D85 /* dso_err.c */; }; + DAF56FE11503C74300996D85 /* dso_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BF51503C74200996D85 /* dso_lib.c */; }; + DAF56FE21503C74300996D85 /* dso_null.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BF61503C74200996D85 /* dso_null.c */; }; + DAF56FE31503C74300996D85 /* dso_openssl.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BF71503C74200996D85 /* dso_openssl.c */; }; + DAF56FE41503C74300996D85 /* dso_vms.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BF81503C74200996D85 /* dso_vms.c */; }; + DAF56FE51503C74300996D85 /* dso_win32.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BF91503C74200996D85 /* dso_win32.c */; }; + DAF56FE71503C74300996D85 /* ebcdic.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56BFC1503C74200996D85 /* ebcdic.c */; }; + DAF56FE81503C74300996D85 /* ebcdic.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56BFD1503C74200996D85 /* ebcdic.h */; }; + DAF56FE91503C74300996D85 /* ec.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56BFF1503C74200996D85 /* ec.h */; }; + DAF56FEA1503C74300996D85 /* ec2_mult.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C001503C74200996D85 /* ec2_mult.c */; }; + DAF56FEB1503C74300996D85 /* ec2_smpl.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C011503C74200996D85 /* ec2_smpl.c */; }; + DAF56FEC1503C74300996D85 /* ec_ameth.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C021503C74200996D85 /* ec_ameth.c */; }; + DAF56FED1503C74300996D85 /* ec_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C031503C74200996D85 /* ec_asn1.c */; }; + DAF56FEE1503C74300996D85 /* ec_check.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C041503C74200996D85 /* ec_check.c */; }; + DAF56FEF1503C74300996D85 /* ec_curve.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C051503C74200996D85 /* ec_curve.c */; }; + DAF56FF01503C74300996D85 /* ec_cvt.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C061503C74200996D85 /* ec_cvt.c */; }; + DAF56FF11503C74300996D85 /* ec_err.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C071503C74200996D85 /* ec_err.c */; }; + DAF56FF21503C74300996D85 /* ec_key.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C081503C74200996D85 /* ec_key.c */; }; + DAF56FF31503C74300996D85 /* ec_lcl.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56C091503C74200996D85 /* ec_lcl.h */; }; + DAF56FF41503C74300996D85 /* ec_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C0A1503C74200996D85 /* ec_lib.c */; }; + DAF56FF51503C74300996D85 /* ec_mult.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C0B1503C74200996D85 /* ec_mult.c */; }; + DAF56FF61503C74300996D85 /* ec_pmeth.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C0C1503C74200996D85 /* ec_pmeth.c */; }; + DAF56FF71503C74300996D85 /* ec_print.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C0D1503C74200996D85 /* ec_print.c */; }; + DAF56FF81503C74300996D85 /* eck_prn.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C0E1503C74200996D85 /* eck_prn.c */; }; + DAF56FF91503C74300996D85 /* ecp_mont.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C0F1503C74200996D85 /* ecp_mont.c */; }; + DAF56FFA1503C74300996D85 /* ecp_nist.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C101503C74200996D85 /* ecp_nist.c */; }; + DAF56FFB1503C74300996D85 /* ecp_smpl.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C111503C74200996D85 /* ecp_smpl.c */; }; + DAF56FFE1503C74300996D85 /* ecdh.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56C151503C74200996D85 /* ecdh.h */; }; + DAF570001503C74300996D85 /* ech_err.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C171503C74200996D85 /* ech_err.c */; }; + DAF570011503C74300996D85 /* ech_key.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C181503C74200996D85 /* ech_key.c */; }; + DAF570021503C74300996D85 /* ech_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C191503C74200996D85 /* ech_lib.c */; }; + DAF570031503C74300996D85 /* ech_locl.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56C1A1503C74200996D85 /* ech_locl.h */; }; + DAF570041503C74300996D85 /* ech_ossl.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C1B1503C74200996D85 /* ech_ossl.c */; }; + DAF570061503C74300996D85 /* ecdsa.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56C1E1503C74200996D85 /* ecdsa.h */; }; + DAF570081503C74300996D85 /* ecs_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C201503C74200996D85 /* ecs_asn1.c */; }; + DAF570091503C74300996D85 /* ecs_err.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C211503C74200996D85 /* ecs_err.c */; }; + DAF5700A1503C74300996D85 /* ecs_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C221503C74200996D85 /* ecs_lib.c */; }; + DAF5700B1503C74300996D85 /* ecs_locl.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56C231503C74200996D85 /* ecs_locl.h */; }; + DAF5700C1503C74300996D85 /* ecs_ossl.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C241503C74200996D85 /* ecs_ossl.c */; }; + DAF5700D1503C74300996D85 /* ecs_sign.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C251503C74200996D85 /* ecs_sign.c */; }; + DAF5700E1503C74300996D85 /* ecs_vrf.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C261503C74200996D85 /* ecs_vrf.c */; }; + DAF570101503C74300996D85 /* eng_all.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C291503C74200996D85 /* eng_all.c */; }; + DAF570111503C74300996D85 /* eng_cnf.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C2A1503C74200996D85 /* eng_cnf.c */; }; + DAF570121503C74300996D85 /* eng_cryptodev.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C2B1503C74200996D85 /* eng_cryptodev.c */; }; + DAF570131503C74300996D85 /* eng_ctrl.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C2C1503C74200996D85 /* eng_ctrl.c */; }; + DAF570141503C74300996D85 /* eng_dyn.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C2D1503C74200996D85 /* eng_dyn.c */; }; + DAF570151503C74300996D85 /* eng_err.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C2E1503C74200996D85 /* eng_err.c */; }; + DAF570161503C74300996D85 /* eng_fat.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C2F1503C74200996D85 /* eng_fat.c */; }; + DAF570171503C74300996D85 /* eng_init.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C301503C74200996D85 /* eng_init.c */; }; + DAF570181503C74300996D85 /* eng_int.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56C311503C74200996D85 /* eng_int.h */; }; + DAF570191503C74300996D85 /* eng_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C321503C74200996D85 /* eng_lib.c */; }; + DAF5701A1503C74300996D85 /* eng_list.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C331503C74200996D85 /* eng_list.c */; }; + DAF5701B1503C74300996D85 /* eng_openssl.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C341503C74200996D85 /* eng_openssl.c */; }; + DAF5701C1503C74300996D85 /* eng_pkey.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C351503C74200996D85 /* eng_pkey.c */; }; + DAF5701D1503C74300996D85 /* eng_table.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C361503C74200996D85 /* eng_table.c */; }; + DAF5701E1503C74300996D85 /* engine.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56C371503C74200996D85 /* engine.h */; }; + DAF570211503C74300996D85 /* tb_asnmth.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C3B1503C74200996D85 /* tb_asnmth.c */; }; + DAF570221503C74300996D85 /* tb_cipher.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C3C1503C74200996D85 /* tb_cipher.c */; }; + DAF570231503C74300996D85 /* tb_dh.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C3D1503C74200996D85 /* tb_dh.c */; }; + DAF570241503C74300996D85 /* tb_digest.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C3E1503C74200996D85 /* tb_digest.c */; }; + DAF570251503C74300996D85 /* tb_dsa.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C3F1503C74200996D85 /* tb_dsa.c */; }; + DAF570261503C74300996D85 /* tb_ecdh.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C401503C74200996D85 /* tb_ecdh.c */; }; + DAF570271503C74300996D85 /* tb_ecdsa.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C411503C74200996D85 /* tb_ecdsa.c */; }; + DAF570281503C74300996D85 /* tb_pkmeth.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C421503C74200996D85 /* tb_pkmeth.c */; }; + DAF570291503C74300996D85 /* tb_rand.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C431503C74200996D85 /* tb_rand.c */; }; + DAF5702A1503C74300996D85 /* tb_rsa.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C441503C74200996D85 /* tb_rsa.c */; }; + DAF5702B1503C74300996D85 /* tb_store.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C451503C74200996D85 /* tb_store.c */; }; + DAF5702C1503C74300996D85 /* err.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C471503C74200996D85 /* err.c */; }; + DAF5702D1503C74300996D85 /* err.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56C481503C74200996D85 /* err.h */; }; + DAF5702E1503C74300996D85 /* err_all.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C491503C74200996D85 /* err_all.c */; }; + DAF5702F1503C74300996D85 /* err_prn.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C4A1503C74200996D85 /* err_prn.c */; }; + DAF570311503C74300996D85 /* bio_b64.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C4E1503C74200996D85 /* bio_b64.c */; }; + DAF570321503C74300996D85 /* bio_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C4F1503C74200996D85 /* bio_enc.c */; }; + DAF570331503C74300996D85 /* bio_md.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C501503C74200996D85 /* bio_md.c */; }; + DAF570341503C74300996D85 /* bio_ok.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C511503C74200996D85 /* bio_ok.c */; }; + DAF570351503C74300996D85 /* c_all.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C521503C74200996D85 /* c_all.c */; }; + DAF570361503C74300996D85 /* c_allc.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C531503C74200996D85 /* c_allc.c */; }; + DAF570371503C74300996D85 /* c_alld.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C541503C74200996D85 /* c_alld.c */; }; + DAF570381503C74300996D85 /* digest.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C551503C74200996D85 /* digest.c */; }; + DAF570391503C74300996D85 /* e_aes.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C561503C74200996D85 /* e_aes.c */; }; + DAF5703A1503C74300996D85 /* e_bf.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C571503C74200996D85 /* e_bf.c */; }; + DAF5703B1503C74300996D85 /* e_camellia.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C581503C74200996D85 /* e_camellia.c */; }; + DAF5703C1503C74300996D85 /* e_cast.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C591503C74200996D85 /* e_cast.c */; }; + DAF5703D1503C74300996D85 /* e_des.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C5A1503C74200996D85 /* e_des.c */; }; + DAF5703E1503C74300996D85 /* e_des3.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C5B1503C74200996D85 /* e_des3.c */; }; + DAF570401503C74300996D85 /* e_idea.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C5D1503C74200996D85 /* e_idea.c */; }; + DAF570411503C74300996D85 /* e_null.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C5E1503C74200996D85 /* e_null.c */; }; + DAF570421503C74300996D85 /* e_old.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C5F1503C74200996D85 /* e_old.c */; }; + DAF570431503C74300996D85 /* e_rc2.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C601503C74200996D85 /* e_rc2.c */; }; + DAF570441503C74300996D85 /* e_rc4.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C611503C74200996D85 /* e_rc4.c */; }; + DAF570451503C74300996D85 /* e_rc5.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C621503C74200996D85 /* e_rc5.c */; }; + DAF570461503C74300996D85 /* e_seed.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C631503C74200996D85 /* e_seed.c */; }; + DAF570471503C74300996D85 /* e_xcbc_d.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C641503C74200996D85 /* e_xcbc_d.c */; }; + DAF570481503C74300996D85 /* encode.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C651503C74200996D85 /* encode.c */; }; + DAF570491503C74300996D85 /* evp.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56C661503C74200996D85 /* evp.h */; }; + DAF5704A1503C74300996D85 /* evp_acnf.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C671503C74200996D85 /* evp_acnf.c */; }; + DAF5704B1503C74300996D85 /* evp_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C681503C74200996D85 /* evp_enc.c */; }; + DAF5704C1503C74300996D85 /* evp_err.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C691503C74200996D85 /* evp_err.c */; }; + DAF5704D1503C74300996D85 /* evp_key.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C6A1503C74200996D85 /* evp_key.c */; }; + DAF5704E1503C74300996D85 /* evp_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C6B1503C74200996D85 /* evp_lib.c */; }; + DAF5704F1503C74300996D85 /* evp_locl.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56C6C1503C74200996D85 /* evp_locl.h */; }; + DAF570511503C74300996D85 /* evp_pkey.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C6E1503C74200996D85 /* evp_pkey.c */; }; + DAF570531503C74300996D85 /* m_dss.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C711503C74200996D85 /* m_dss.c */; }; + DAF570541503C74300996D85 /* m_dss1.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C721503C74200996D85 /* m_dss1.c */; }; + DAF570551503C74300996D85 /* m_ecdsa.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C731503C74200996D85 /* m_ecdsa.c */; }; + DAF570561503C74300996D85 /* m_md2.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C741503C74200996D85 /* m_md2.c */; }; + DAF570571503C74300996D85 /* m_md4.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C751503C74200996D85 /* m_md4.c */; }; + DAF570581503C74300996D85 /* m_md5.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C761503C74200996D85 /* m_md5.c */; }; + DAF570591503C74300996D85 /* m_mdc2.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C771503C74200996D85 /* m_mdc2.c */; }; + DAF5705A1503C74300996D85 /* m_null.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C781503C74200996D85 /* m_null.c */; }; + DAF5705B1503C74300996D85 /* m_ripemd.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C791503C74200996D85 /* m_ripemd.c */; }; + DAF5705C1503C74300996D85 /* m_sha.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C7A1503C74200996D85 /* m_sha.c */; }; + DAF5705D1503C74300996D85 /* m_sha1.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C7B1503C74200996D85 /* m_sha1.c */; }; + DAF5705E1503C74300996D85 /* m_sigver.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C7C1503C74200996D85 /* m_sigver.c */; }; + DAF5705F1503C74300996D85 /* m_wp.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C7D1503C74200996D85 /* m_wp.c */; }; + DAF570611503C74300996D85 /* names.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C7F1503C74200996D85 /* names.c */; }; + DAF570621503C74300996D85 /* openbsd_hw.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C801503C74200996D85 /* openbsd_hw.c */; }; + DAF570631503C74300996D85 /* p5_crpt.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C811503C74200996D85 /* p5_crpt.c */; }; + DAF570641503C74300996D85 /* p5_crpt2.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C821503C74200996D85 /* p5_crpt2.c */; }; + DAF570651503C74300996D85 /* p_dec.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C831503C74200996D85 /* p_dec.c */; }; + DAF570661503C74300996D85 /* p_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C841503C74200996D85 /* p_enc.c */; }; + DAF570671503C74300996D85 /* p_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C851503C74200996D85 /* p_lib.c */; }; + DAF570681503C74300996D85 /* p_open.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C861503C74200996D85 /* p_open.c */; }; + DAF570691503C74300996D85 /* p_seal.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C871503C74200996D85 /* p_seal.c */; }; + DAF5706A1503C74300996D85 /* p_sign.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C881503C74200996D85 /* p_sign.c */; }; + DAF5706B1503C74300996D85 /* p_verify.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C891503C74200996D85 /* p_verify.c */; }; + DAF5706C1503C74300996D85 /* pmeth_fn.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C8A1503C74200996D85 /* pmeth_fn.c */; }; + DAF5706D1503C74300996D85 /* pmeth_gn.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C8B1503C74200996D85 /* pmeth_gn.c */; }; + DAF5706E1503C74300996D85 /* pmeth_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C8C1503C74200996D85 /* pmeth_lib.c */; }; + DAF5706F1503C74300996D85 /* ex_data.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C8D1503C74200996D85 /* ex_data.c */; }; + DAF570701503C74300996D85 /* hm_ameth.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C8F1503C74200996D85 /* hm_ameth.c */; }; + DAF570711503C74300996D85 /* hm_pmeth.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C901503C74200996D85 /* hm_pmeth.c */; }; + DAF570721503C74300996D85 /* hmac.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C911503C74200996D85 /* hmac.c */; }; + DAF570731503C74300996D85 /* hmac.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56C921503C74200996D85 /* hmac.h */; }; + DAF570771503C74300996D85 /* i_cbc.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C971503C74200996D85 /* i_cbc.c */; }; + DAF570781503C74300996D85 /* i_cfb64.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C981503C74200996D85 /* i_cfb64.c */; }; + DAF570791503C74300996D85 /* i_ecb.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C991503C74200996D85 /* i_ecb.c */; }; + DAF5707A1503C74300996D85 /* i_ofb64.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C9A1503C74200996D85 /* i_ofb64.c */; }; + DAF5707B1503C74300996D85 /* i_skey.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56C9B1503C74200996D85 /* i_skey.c */; }; + DAF5707C1503C74300996D85 /* idea.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56C9C1503C74200996D85 /* idea.h */; }; + DAF5707D1503C74300996D85 /* idea_lcl.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56C9D1503C74200996D85 /* idea_lcl.h */; }; + DAF570821503C74300996D85 /* jpake.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56CA51503C74200996D85 /* jpake.h */; }; + DAF570861503C74300996D85 /* krb5_asn.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56CAA1503C74200996D85 /* krb5_asn.c */; }; + DAF570871503C74300996D85 /* krb5_asn.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56CAB1503C74200996D85 /* krb5_asn.h */; }; + DAF570891503C74300996D85 /* lh_stats.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56CAE1503C74200996D85 /* lh_stats.c */; }; + DAF5708B1503C74300996D85 /* lhash.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56CB01503C74200996D85 /* lhash.c */; }; + DAF5708C1503C74300996D85 /* lhash.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56CB11503C74200996D85 /* lhash.h */; }; + DAF5709B1503C74300996D85 /* md32_common.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56CC21503C74200996D85 /* md32_common.h */; }; + DAF5709E1503C74300996D85 /* md4.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56CC61503C74200996D85 /* md4.h */; }; + DAF5709F1503C74300996D85 /* md4_dgst.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56CC71503C74200996D85 /* md4_dgst.c */; }; + DAF570A01503C74300996D85 /* md4_locl.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56CC81503C74200996D85 /* md4_locl.h */; }; + DAF570A11503C74300996D85 /* md4_one.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56CC91503C74200996D85 /* md4_one.c */; }; + DAF570A71503C74300996D85 /* md5.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56CD31503C74200996D85 /* md5.h */; }; + DAF570A81503C74300996D85 /* md5_dgst.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56CD41503C74200996D85 /* md5_dgst.c */; }; + DAF570A91503C74300996D85 /* md5_locl.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56CD51503C74200996D85 /* md5_locl.h */; }; + DAF570AA1503C74300996D85 /* md5_one.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56CD61503C74200996D85 /* md5_one.c */; }; + DAF570AE1503C74300996D85 /* mdc2.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56CDB1503C74200996D85 /* mdc2.h */; }; + DAF570AF1503C74300996D85 /* mdc2_one.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56CDC1503C74200996D85 /* mdc2_one.c */; }; + DAF570B01503C74300996D85 /* mdc2dgst.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56CDD1503C74200996D85 /* mdc2dgst.c */; }; + DAF570B21503C74300996D85 /* mem.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56CDF1503C74200996D85 /* mem.c */; }; + DAF570B31503C74300996D85 /* mem_clr.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56CE01503C74200996D85 /* mem_clr.c */; }; + DAF570B41503C74300996D85 /* mem_dbg.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56CE11503C74200996D85 /* mem_dbg.c */; }; + DAF570B51503C74300996D85 /* cbc128.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56CE31503C74200996D85 /* cbc128.c */; }; + DAF570B61503C74300996D85 /* cfb128.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56CE41503C74200996D85 /* cfb128.c */; }; + DAF570B71503C74300996D85 /* ctr128.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56CE51503C74200996D85 /* ctr128.c */; }; + DAF570B81503C74300996D85 /* cts128.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56CE61503C74200996D85 /* cts128.c */; }; + DAF570BA1503C74300996D85 /* modes.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56CE81503C74200996D85 /* modes.h */; }; + DAF570BB1503C74300996D85 /* ofb128.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56CE91503C74200996D85 /* ofb128.c */; }; + DAF570BC1503C74300996D85 /* o_dir.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56CEA1503C74200996D85 /* o_dir.c */; }; + DAF570BD1503C74300996D85 /* o_dir.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56CEB1503C74200996D85 /* o_dir.h */; }; + DAF570BF1503C74300996D85 /* o_str.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56CED1503C74200996D85 /* o_str.c */; }; + DAF570C01503C74300996D85 /* o_str.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56CEE1503C74200996D85 /* o_str.h */; }; + DAF570C11503C74300996D85 /* o_time.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56CEF1503C74200996D85 /* o_time.c */; }; + DAF570C21503C74300996D85 /* o_time.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56CF01503C74200996D85 /* o_time.h */; }; + DAF570C41503C74300996D85 /* o_names.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56CF31503C74200996D85 /* o_names.c */; }; + DAF570C51503C74300996D85 /* obj_dat.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56CF41503C74200996D85 /* obj_dat.c */; }; + DAF570C61503C74300996D85 /* obj_dat.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56CF51503C74200996D85 /* obj_dat.h */; }; + DAF570C71503C74300996D85 /* obj_err.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56CF71503C74200996D85 /* obj_err.c */; }; + DAF570C81503C74300996D85 /* obj_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56CF81503C74200996D85 /* obj_lib.c */; }; + DAF570C91503C74300996D85 /* obj_mac.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56CF91503C74200996D85 /* obj_mac.h */; }; + DAF570CA1503C74300996D85 /* obj_xref.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56CFB1503C74200996D85 /* obj_xref.c */; }; + DAF570CB1503C74300996D85 /* obj_xref.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56CFC1503C74200996D85 /* obj_xref.h */; }; + DAF570CC1503C74300996D85 /* objects.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56CFE1503C74200996D85 /* objects.h */; }; + DAF570CE1503C74300996D85 /* ocsp.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56D051503C74200996D85 /* ocsp.h */; }; + DAF570CF1503C74300996D85 /* ocsp_asn.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D061503C74200996D85 /* ocsp_asn.c */; }; + DAF570D01503C74300996D85 /* ocsp_cl.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D071503C74200996D85 /* ocsp_cl.c */; }; + DAF570D11503C74300996D85 /* ocsp_err.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D081503C74200996D85 /* ocsp_err.c */; }; + DAF570D21503C74300996D85 /* ocsp_ext.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D091503C74200996D85 /* ocsp_ext.c */; }; + DAF570D31503C74300996D85 /* ocsp_ht.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D0A1503C74200996D85 /* ocsp_ht.c */; }; + DAF570D41503C74300996D85 /* ocsp_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D0B1503C74200996D85 /* ocsp_lib.c */; }; + DAF570D51503C74300996D85 /* ocsp_prn.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D0C1503C74200996D85 /* ocsp_prn.c */; }; + DAF570D61503C74300996D85 /* ocsp_srv.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D0D1503C74200996D85 /* ocsp_srv.c */; }; + DAF570D71503C74300996D85 /* ocsp_vfy.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D0E1503C74200996D85 /* ocsp_vfy.c */; }; + DAF570D81503C74300996D85 /* opensslconf.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56D0F1503C74200996D85 /* opensslconf.h */; }; + DAF570D91503C74300996D85 /* opensslv.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56D111503C74200996D85 /* opensslv.h */; }; + DAF570DA1503C74300996D85 /* ossl_typ.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56D121503C74200996D85 /* ossl_typ.h */; }; + DAF570DC1503C74300996D85 /* pem.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56D161503C74200996D85 /* pem.h */; }; + DAF570DD1503C74300996D85 /* pem2.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56D171503C74200996D85 /* pem2.h */; }; + DAF570DE1503C74300996D85 /* pem_all.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D181503C74200996D85 /* pem_all.c */; }; + DAF570DF1503C74300996D85 /* pem_err.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D191503C74200996D85 /* pem_err.c */; }; + DAF570E01503C74300996D85 /* pem_info.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D1A1503C74200996D85 /* pem_info.c */; }; + DAF570E11503C74300996D85 /* pem_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D1B1503C74200996D85 /* pem_lib.c */; }; + DAF570E21503C74300996D85 /* pem_oth.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D1C1503C74200996D85 /* pem_oth.c */; }; + DAF570E31503C74300996D85 /* pem_pk8.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D1D1503C74200996D85 /* pem_pk8.c */; }; + DAF570E41503C74300996D85 /* pem_pkey.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D1E1503C74200996D85 /* pem_pkey.c */; }; + DAF570E51503C74300996D85 /* pem_seal.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D1F1503C74200996D85 /* pem_seal.c */; }; + DAF570E61503C74300996D85 /* pem_sign.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D201503C74200996D85 /* pem_sign.c */; }; + DAF570E71503C74300996D85 /* pem_x509.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D211503C74200996D85 /* pem_x509.c */; }; + DAF570E81503C74300996D85 /* pem_xaux.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D221503C74200996D85 /* pem_xaux.c */; }; + DAF570E91503C74300996D85 /* pvkfmt.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D241503C74200996D85 /* pvkfmt.c */; }; + DAF570EB1503C74300996D85 /* p12_add.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D301503C74200996D85 /* p12_add.c */; }; + DAF570EC1503C74300996D85 /* p12_asn.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D311503C74200996D85 /* p12_asn.c */; }; + DAF570ED1503C74300996D85 /* p12_attr.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D321503C74200996D85 /* p12_attr.c */; }; + DAF570EE1503C74300996D85 /* p12_crpt.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D331503C74200996D85 /* p12_crpt.c */; }; + DAF570EF1503C74300996D85 /* p12_crt.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D341503C74200996D85 /* p12_crt.c */; }; + DAF570F01503C74300996D85 /* p12_decr.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D351503C74200996D85 /* p12_decr.c */; }; + DAF570F11503C74300996D85 /* p12_init.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D361503C74200996D85 /* p12_init.c */; }; + DAF570F21503C74300996D85 /* p12_key.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D371503C74200996D85 /* p12_key.c */; }; + DAF570F31503C74300996D85 /* p12_kiss.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D381503C74200996D85 /* p12_kiss.c */; }; + DAF570F41503C74300996D85 /* p12_mutl.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D391503C74200996D85 /* p12_mutl.c */; }; + DAF570F51503C74300996D85 /* p12_npas.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D3A1503C74200996D85 /* p12_npas.c */; }; + DAF570F61503C74300996D85 /* p12_p8d.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D3B1503C74200996D85 /* p12_p8d.c */; }; + DAF570F71503C74300996D85 /* p12_p8e.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D3C1503C74200996D85 /* p12_p8e.c */; }; + DAF570F81503C74300996D85 /* p12_utl.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D3D1503C74200996D85 /* p12_utl.c */; }; + DAF570F91503C74300996D85 /* pk12err.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D3E1503C74200996D85 /* pk12err.c */; }; + DAF570FA1503C74300996D85 /* pkcs12.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56D3F1503C74200996D85 /* pkcs12.h */; }; + DAF570FC1503C74300996D85 /* bio_pk7.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D421503C74200996D85 /* bio_pk7.c */; }; + DAF570FF1503C74300996D85 /* example.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D481503C74200996D85 /* example.c */; }; + DAF571001503C74300996D85 /* example.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56D491503C74200996D85 /* example.h */; }; + DAF571021503C74300996D85 /* pk7_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D531503C74200996D85 /* pk7_asn1.c */; }; + DAF571031503C74300996D85 /* pk7_attr.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D541503C74200996D85 /* pk7_attr.c */; }; + DAF571041503C74300996D85 /* pk7_dgst.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D551503C74200996D85 /* pk7_dgst.c */; }; + DAF571051503C74300996D85 /* pk7_doit.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D561503C74200996D85 /* pk7_doit.c */; }; + DAF571071503C74300996D85 /* pk7_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D581503C74200996D85 /* pk7_lib.c */; }; + DAF571081503C74300996D85 /* pk7_mime.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D591503C74200996D85 /* pk7_mime.c */; }; + DAF571091503C74300996D85 /* pk7_smime.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D5A1503C74200996D85 /* pk7_smime.c */; }; + DAF5710A1503C74300996D85 /* pkcs7.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56D5B1503C74200996D85 /* pkcs7.h */; }; + DAF5710B1503C74300996D85 /* pkcs7err.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D5C1503C74200996D85 /* pkcs7err.c */; }; + DAF571101503C74300996D85 /* pqueue.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D741503C74200996D85 /* pqueue.c */; }; + DAF571111503C74300996D85 /* pqueue.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56D751503C74200996D85 /* pqueue.h */; }; + DAF571131503C74300996D85 /* md_rand.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D781503C74200996D85 /* md_rand.c */; }; + DAF571141503C74300996D85 /* rand.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56D791503C74200996D85 /* rand.h */; }; + DAF571151503C74300996D85 /* rand_egd.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D7A1503C74200996D85 /* rand_egd.c */; }; + DAF571161503C74300996D85 /* rand_err.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D7B1503C74200996D85 /* rand_err.c */; }; + DAF571171503C74300996D85 /* rand_lcl.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56D7C1503C74200996D85 /* rand_lcl.h */; }; + DAF571181503C74300996D85 /* rand_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D7D1503C74200996D85 /* rand_lib.c */; }; + DAF571191503C74300996D85 /* rand_nw.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D7E1503C74200996D85 /* rand_nw.c */; }; + DAF5711A1503C74300996D85 /* rand_os2.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D7F1503C74200996D85 /* rand_os2.c */; }; + DAF5711B1503C74300996D85 /* rand_unix.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D801503C74200996D85 /* rand_unix.c */; }; + DAF5711C1503C74300996D85 /* rand_vms.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D811503C74200996D85 /* rand_vms.c */; }; + DAF5711D1503C74300996D85 /* rand_win.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D821503C74200996D85 /* rand_win.c */; }; + DAF5711E1503C74300996D85 /* randfile.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D831503C74200996D85 /* randfile.c */; }; + DAF571211503C74300996D85 /* rc2.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56D871503C74200996D85 /* rc2.h */; }; + DAF571221503C74300996D85 /* rc2_cbc.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D881503C74200996D85 /* rc2_cbc.c */; }; + DAF571231503C74300996D85 /* rc2_ecb.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D891503C74200996D85 /* rc2_ecb.c */; }; + DAF571241503C74300996D85 /* rc2_locl.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56D8A1503C74200996D85 /* rc2_locl.h */; }; + DAF571251503C74300996D85 /* rc2_skey.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D8B1503C74200996D85 /* rc2_skey.c */; }; + DAF571261503C74300996D85 /* rc2cfb64.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D8C1503C74200996D85 /* rc2cfb64.c */; }; + DAF571271503C74300996D85 /* rc2ofb64.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D8D1503C74200996D85 /* rc2ofb64.c */; }; + DAF5712D1503C74300996D85 /* rc4.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56D9B1503C74200996D85 /* rc4.h */; }; + DAF5712E1503C74300996D85 /* rc4_enc.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D9C1503C74200996D85 /* rc4_enc.c */; }; + DAF5712F1503C74300996D85 /* rc4_locl.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56D9D1503C74200996D85 /* rc4_locl.h */; }; + DAF571301503C74300996D85 /* rc4_skey.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56D9E1503C74200996D85 /* rc4_skey.c */; }; + DAF571411503C74300996D85 /* ripemd.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56DB71503C74200996D85 /* ripemd.h */; }; + DAF571431503C74300996D85 /* rmd_dgst.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56DB91503C74200996D85 /* rmd_dgst.c */; }; + DAF571441503C74300996D85 /* rmd_locl.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56DBA1503C74200996D85 /* rmd_locl.h */; }; + DAF571451503C74300996D85 /* rmd_one.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56DBB1503C74200996D85 /* rmd_one.c */; }; + DAF571461503C74300996D85 /* rmdconst.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56DBC1503C74200996D85 /* rmdconst.h */; }; + DAF571491503C74300996D85 /* rsa.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56DC01503C74200996D85 /* rsa.h */; }; + DAF5714A1503C74300996D85 /* rsa_ameth.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56DC11503C74200996D85 /* rsa_ameth.c */; }; + DAF5714B1503C74300996D85 /* rsa_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56DC21503C74200996D85 /* rsa_asn1.c */; }; + DAF5714C1503C74300996D85 /* rsa_chk.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56DC31503C74200996D85 /* rsa_chk.c */; }; + DAF5714D1503C74300996D85 /* rsa_depr.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56DC41503C74200996D85 /* rsa_depr.c */; }; + DAF5714E1503C74300996D85 /* rsa_eay.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56DC51503C74200996D85 /* rsa_eay.c */; }; + DAF5714F1503C74300996D85 /* rsa_err.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56DC61503C74200996D85 /* rsa_err.c */; }; + DAF571501503C74300996D85 /* rsa_gen.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56DC71503C74200996D85 /* rsa_gen.c */; }; + DAF571511503C74300996D85 /* rsa_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56DC81503C74200996D85 /* rsa_lib.c */; }; + DAF571521503C74300996D85 /* rsa_locl.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56DC91503C74200996D85 /* rsa_locl.h */; }; + DAF571531503C74300996D85 /* rsa_none.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56DCA1503C74200996D85 /* rsa_none.c */; }; + DAF571541503C74300996D85 /* rsa_null.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56DCB1503C74200996D85 /* rsa_null.c */; }; + DAF571551503C74300996D85 /* rsa_oaep.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56DCC1503C74200996D85 /* rsa_oaep.c */; }; + DAF571561503C74300996D85 /* rsa_pk1.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56DCD1503C74200996D85 /* rsa_pk1.c */; }; + DAF571571503C74300996D85 /* rsa_pmeth.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56DCE1503C74200996D85 /* rsa_pmeth.c */; }; + DAF571581503C74300996D85 /* rsa_prn.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56DCF1503C74200996D85 /* rsa_prn.c */; }; + DAF571591503C74300996D85 /* rsa_pss.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56DD01503C74200996D85 /* rsa_pss.c */; }; + DAF5715A1503C74300996D85 /* rsa_saos.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56DD11503C74200996D85 /* rsa_saos.c */; }; + DAF5715B1503C74300996D85 /* rsa_sign.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56DD21503C74200996D85 /* rsa_sign.c */; }; + DAF5715C1503C74300996D85 /* rsa_ssl.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56DD31503C74200996D85 /* rsa_ssl.c */; }; + DAF5715E1503C74300996D85 /* rsa_x931.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56DD51503C74200996D85 /* rsa_x931.c */; }; + DAF571621503C74300996D85 /* seed.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56DDA1503C74200996D85 /* seed.c */; }; + DAF571631503C74300996D85 /* seed.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56DDB1503C74200996D85 /* seed.h */; }; + DAF571641503C74300996D85 /* seed_cbc.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56DDC1503C74200996D85 /* seed_cbc.c */; }; + DAF571651503C74300996D85 /* seed_cfb.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56DDD1503C74200996D85 /* seed_cfb.c */; }; + DAF571661503C74300996D85 /* seed_ecb.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56DDE1503C74200996D85 /* seed_ecb.c */; }; + DAF571671503C74300996D85 /* seed_locl.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56DDF1503C74200996D85 /* seed_locl.h */; }; + DAF571681503C74300996D85 /* seed_ofb.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56DE01503C74200996D85 /* seed_ofb.c */; }; + DAF5716B1503C74300996D85 /* sha.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56DF81503C74200996D85 /* sha.h */; }; + DAF5716D1503C74300996D85 /* sha1_one.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56DFA1503C74200996D85 /* sha1_one.c */; }; + DAF5716E1503C74300996D85 /* sha1dgst.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56DFB1503C74200996D85 /* sha1dgst.c */; }; + DAF571701503C74300996D85 /* sha256.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56DFD1503C74200996D85 /* sha256.c */; }; + DAF571721503C74300996D85 /* sha512.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56DFF1503C74200996D85 /* sha512.c */; }; + DAF571741503C74300996D85 /* sha_dgst.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E011503C74200996D85 /* sha_dgst.c */; }; + DAF571751503C74300996D85 /* sha_locl.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56E021503C74200996D85 /* sha_locl.h */; }; + DAF571761503C74300996D85 /* sha_one.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E031503C74200996D85 /* sha_one.c */; }; + DAF5717B1503C74300996D85 /* safestack.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56E091503C74200996D85 /* safestack.h */; }; + DAF5717C1503C74300996D85 /* stack.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E0A1503C74200996D85 /* stack.c */; }; + DAF5717D1503C74300996D85 /* stack.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56E0B1503C74200996D85 /* stack.h */; }; + DAF5717F1503C74300996D85 /* store.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56E0F1503C74200996D85 /* store.h */; }; + DAF571821503C74300996D85 /* str_locl.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56E121503C74200996D85 /* str_locl.h */; }; + DAF571851503C74300996D85 /* symhacks.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56E151503C74200996D85 /* symhacks.h */; }; + DAF571871503C74300996D85 /* th-lock.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E211503C74200996D85 /* th-lock.c */; }; + DAF571891503C74300996D85 /* ts.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56E251503C74200996D85 /* ts.h */; }; + DAF5718A1503C74300996D85 /* ts_asn1.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E261503C74200996D85 /* ts_asn1.c */; }; + DAF5718B1503C74300996D85 /* ts_conf.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E271503C74200996D85 /* ts_conf.c */; }; + DAF5718C1503C74300996D85 /* ts_err.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E281503C74200996D85 /* ts_err.c */; }; + DAF5718D1503C74300996D85 /* ts_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E291503C74200996D85 /* ts_lib.c */; }; + DAF5718E1503C74300996D85 /* ts_req_print.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E2A1503C74200996D85 /* ts_req_print.c */; }; + DAF5718F1503C74300996D85 /* ts_req_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E2B1503C74200996D85 /* ts_req_utils.c */; }; + DAF571901503C74300996D85 /* ts_rsp_print.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E2C1503C74200996D85 /* ts_rsp_print.c */; }; + DAF571911503C74300996D85 /* ts_rsp_sign.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E2D1503C74200996D85 /* ts_rsp_sign.c */; }; + DAF571921503C74300996D85 /* ts_rsp_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E2E1503C74200996D85 /* ts_rsp_utils.c */; }; + DAF571931503C74300996D85 /* ts_rsp_verify.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E2F1503C74200996D85 /* ts_rsp_verify.c */; }; + DAF571941503C74300996D85 /* ts_verify_ctx.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E301503C74200996D85 /* ts_verify_ctx.c */; }; + DAF571961503C74300996D85 /* txt_db.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E331503C74200996D85 /* txt_db.c */; }; + DAF571971503C74300996D85 /* txt_db.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56E341503C74200996D85 /* txt_db.h */; }; + DAF571991503C74300996D85 /* ui.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56E371503C74200996D85 /* ui.h */; }; + DAF5719A1503C74300996D85 /* ui_compat.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E381503C74200996D85 /* ui_compat.c */; }; + DAF5719B1503C74300996D85 /* ui_compat.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56E391503C74200996D85 /* ui_compat.h */; }; + DAF5719C1503C74300996D85 /* ui_err.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E3A1503C74200996D85 /* ui_err.c */; }; + DAF5719D1503C74300996D85 /* ui_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E3B1503C74200996D85 /* ui_lib.c */; }; + DAF5719E1503C74300996D85 /* ui_locl.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56E3C1503C74200996D85 /* ui_locl.h */; }; + DAF5719F1503C74300996D85 /* ui_openssl.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E3D1503C74200996D85 /* ui_openssl.c */; }; + DAF571A01503C74300996D85 /* ui_util.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E3F1503C74200996D85 /* ui_util.c */; }; + DAF571A11503C74300996D85 /* uid.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E401503C74200996D85 /* uid.c */; }; + DAF571A31503C74300996D85 /* whrlpool.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56E461503C74200996D85 /* whrlpool.h */; }; + DAF571A41503C74300996D85 /* wp_block.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E471503C74200996D85 /* wp_block.c */; }; + DAF571A51503C74300996D85 /* wp_dgst.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E481503C74200996D85 /* wp_dgst.c */; }; + DAF571A61503C74300996D85 /* wp_locl.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56E491503C74200996D85 /* wp_locl.h */; }; + DAF571A81503C74300996D85 /* by_dir.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E4C1503C74200996D85 /* by_dir.c */; }; + DAF571A91503C74300996D85 /* by_file.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E4D1503C74200996D85 /* by_file.c */; }; + DAF571AB1503C74300996D85 /* x509.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56E4F1503C74200996D85 /* x509.h */; }; + DAF571AC1503C74300996D85 /* x509_att.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E501503C74200996D85 /* x509_att.c */; }; + DAF571AD1503C74300996D85 /* x509_cmp.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E511503C74200996D85 /* x509_cmp.c */; }; + DAF571AE1503C74300996D85 /* x509_d2.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E521503C74200996D85 /* x509_d2.c */; }; + DAF571AF1503C74300996D85 /* x509_def.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E531503C74200996D85 /* x509_def.c */; }; + DAF571B01503C74300996D85 /* x509_err.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E541503C74200996D85 /* x509_err.c */; }; + DAF571B11503C74300996D85 /* x509_ext.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E551503C74200996D85 /* x509_ext.c */; }; + DAF571B21503C74300996D85 /* x509_lu.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E561503C74200996D85 /* x509_lu.c */; }; + DAF571B31503C74300996D85 /* x509_obj.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E571503C74200996D85 /* x509_obj.c */; }; + DAF571B41503C74300996D85 /* x509_r2x.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E581503C74200996D85 /* x509_r2x.c */; }; + DAF571B51503C74300996D85 /* x509_req.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E591503C74200996D85 /* x509_req.c */; }; + DAF571B61503C74300996D85 /* x509_set.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E5A1503C74200996D85 /* x509_set.c */; }; + DAF571B71503C74300996D85 /* x509_trs.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E5B1503C74200996D85 /* x509_trs.c */; }; + DAF571B81503C74300996D85 /* x509_txt.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E5C1503C74200996D85 /* x509_txt.c */; }; + DAF571B91503C74300996D85 /* x509_v3.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E5D1503C74200996D85 /* x509_v3.c */; }; + DAF571BA1503C74300996D85 /* x509_vfy.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E5E1503C74200996D85 /* x509_vfy.c */; }; + DAF571BB1503C74300996D85 /* x509_vfy.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56E5F1503C74200996D85 /* x509_vfy.h */; }; + DAF571BC1503C74300996D85 /* x509_vpm.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E601503C74200996D85 /* x509_vpm.c */; }; + DAF571BD1503C74300996D85 /* x509cset.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E611503C74200996D85 /* x509cset.c */; }; + DAF571BE1503C74300996D85 /* x509name.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E621503C74200996D85 /* x509name.c */; }; + DAF571BF1503C74300996D85 /* x509rset.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E631503C74200996D85 /* x509rset.c */; }; + DAF571C01503C74300996D85 /* x509spki.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E641503C74200996D85 /* x509spki.c */; }; + DAF571C11503C74300996D85 /* x509type.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E651503C74200996D85 /* x509type.c */; }; + DAF571C21503C74300996D85 /* x_all.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E661503C74200996D85 /* x_all.c */; }; + DAF571C31503C74300996D85 /* ext_dat.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56E681503C74200996D85 /* ext_dat.h */; }; + DAF571C51503C74300996D85 /* pcy_cache.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E6A1503C74200996D85 /* pcy_cache.c */; }; + DAF571C61503C74300996D85 /* pcy_data.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E6B1503C74200996D85 /* pcy_data.c */; }; + DAF571C71503C74300996D85 /* pcy_int.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56E6C1503C74200996D85 /* pcy_int.h */; }; + DAF571C81503C74300996D85 /* pcy_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E6D1503C74200996D85 /* pcy_lib.c */; }; + DAF571C91503C74300996D85 /* pcy_map.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E6E1503C74200996D85 /* pcy_map.c */; }; + DAF571CA1503C74300996D85 /* pcy_node.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E6F1503C74200996D85 /* pcy_node.c */; }; + DAF571CB1503C74300996D85 /* pcy_tree.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E701503C74200996D85 /* pcy_tree.c */; }; + DAF571CD1503C74300996D85 /* v3_addr.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E721503C74200996D85 /* v3_addr.c */; }; + DAF571CE1503C74300996D85 /* v3_akey.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E731503C74200996D85 /* v3_akey.c */; }; + DAF571CF1503C74300996D85 /* v3_akeya.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E741503C74200996D85 /* v3_akeya.c */; }; + DAF571D01503C74300996D85 /* v3_alt.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E751503C74200996D85 /* v3_alt.c */; }; + DAF571D11503C74300996D85 /* v3_asid.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E761503C74200996D85 /* v3_asid.c */; }; + DAF571D21503C74300996D85 /* v3_bcons.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E771503C74200996D85 /* v3_bcons.c */; }; + DAF571D31503C74300996D85 /* v3_bitst.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E781503C74200996D85 /* v3_bitst.c */; }; + DAF571D41503C74300996D85 /* v3_conf.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E791503C74200996D85 /* v3_conf.c */; }; + DAF571D51503C74300996D85 /* v3_cpols.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E7A1503C74200996D85 /* v3_cpols.c */; }; + DAF571D61503C74300996D85 /* v3_crld.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E7B1503C74200996D85 /* v3_crld.c */; }; + DAF571D71503C74300996D85 /* v3_enum.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E7C1503C74200996D85 /* v3_enum.c */; }; + DAF571D81503C74300996D85 /* v3_extku.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E7D1503C74200996D85 /* v3_extku.c */; }; + DAF571D91503C74300996D85 /* v3_genn.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E7E1503C74200996D85 /* v3_genn.c */; }; + DAF571DA1503C74300996D85 /* v3_ia5.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E7F1503C74200996D85 /* v3_ia5.c */; }; + DAF571DB1503C74300996D85 /* v3_info.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E801503C74200996D85 /* v3_info.c */; }; + DAF571DC1503C74300996D85 /* v3_int.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E811503C74200996D85 /* v3_int.c */; }; + DAF571DD1503C74300996D85 /* v3_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E821503C74200996D85 /* v3_lib.c */; }; + DAF571DE1503C74300996D85 /* v3_ncons.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E831503C74200996D85 /* v3_ncons.c */; }; + DAF571DF1503C74300996D85 /* v3_ocsp.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E841503C74200996D85 /* v3_ocsp.c */; }; + DAF571E01503C74300996D85 /* v3_pci.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E851503C74200996D85 /* v3_pci.c */; }; + DAF571E11503C74300996D85 /* v3_pcia.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E861503C74200996D85 /* v3_pcia.c */; }; + DAF571E21503C74300996D85 /* v3_pcons.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E871503C74200996D85 /* v3_pcons.c */; }; + DAF571E31503C74300996D85 /* v3_pku.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E881503C74200996D85 /* v3_pku.c */; }; + DAF571E41503C74300996D85 /* v3_pmaps.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E891503C74200996D85 /* v3_pmaps.c */; }; + DAF571E51503C74300996D85 /* v3_prn.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E8A1503C74200996D85 /* v3_prn.c */; }; + DAF571E61503C74300996D85 /* v3_purp.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E8B1503C74200996D85 /* v3_purp.c */; }; + DAF571E71503C74300996D85 /* v3_skey.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E8C1503C74200996D85 /* v3_skey.c */; }; + DAF571E81503C74300996D85 /* v3_sxnet.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E8D1503C74200996D85 /* v3_sxnet.c */; }; + DAF571E91503C74300996D85 /* v3_utl.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E8E1503C74200996D85 /* v3_utl.c */; }; + DAF571EB1503C74300996D85 /* v3err.c in Sources */ = {isa = PBXBuildFile; fileRef = DAF56E901503C74200996D85 /* v3err.c */; }; + DAF571ED1503C74300996D85 /* x509v3.h in Headers */ = {isa = PBXBuildFile; fileRef = DAF56E921503C74200996D85 /* x509v3.h */; }; + DAF571EF1503C83F00996D85 /* libscrypt.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = DAF56A031503C61E00996D85 /* libscrypt.dylib */; }; + DAF571F01503C84B00996D85 /* libopenssl.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = DAF56A381503C67000996D85 /* libopenssl.dylib */; }; DAFE4A6415039CDC003ABA7C /* Pearl.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = DAB8D9D81503940100CED3BC /* Pearl.dylib */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ + DA600BE8150420AC008E9AB6 /* MPPasswordWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPPasswordWindowController.h; sourceTree = ""; }; + DA600BE9150420AC008E9AB6 /* MPPasswordWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPPasswordWindowController.m; sourceTree = ""; }; + DA600BEA150420AC008E9AB6 /* MPPasswordWindowController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MPPasswordWindowController.xib; sourceTree = ""; }; DAB8D988150374AD00CED3BC /* MasterPassword.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = MasterPassword.app; sourceTree = BUILT_PRODUCTS_DIR; }; DAB8D98C150374AD00CED3BC /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; DAB8D98F150374AD00CED3BC /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; }; @@ -128,6 +839,1091 @@ DAB8DA101503972100CED3BC /* PearlSCrypt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PearlSCrypt.h; sourceTree = ""; }; DAB8DA111503972100CED3BC /* PearlSCrypt.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PearlSCrypt.m; sourceTree = ""; }; DAB8DA121503972100CED3BC /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = ""; }; + DADEA5A41503C9DD00FD084E /* e_os.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = e_os.h; sourceTree = ""; }; + DADEA5A51503C9DD00FD084E /* e_os2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = e_os2.h; sourceTree = ""; }; + DADEA5A91503CE3000FD084E /* _MWERKS_GUSI_prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = _MWERKS_GUSI_prefix.h; sourceTree = ""; }; + DADEA5AA1503CE3000FD084E /* _MWERKS_prefix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = _MWERKS_prefix.h; sourceTree = ""; }; + DADEA5AB1503CE3000FD084E /* buildinf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = buildinf.h; sourceTree = ""; }; + DADEA5AD1503CE3000FD084E /* CPStringUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CPStringUtils.cpp; sourceTree = ""; }; + DADEA5AE1503CE3000FD084E /* CPStringUtils.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = CPStringUtils.hpp; sourceTree = ""; }; + DADEA5AF1503CE3000FD084E /* ErrorHandling.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ErrorHandling.cpp; sourceTree = ""; }; + DADEA5B01503CE3000FD084E /* ErrorHandling.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ErrorHandling.hpp; sourceTree = ""; }; + DADEA5B11503CE3000FD084E /* GetHTTPS.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GetHTTPS.cpp; sourceTree = ""; }; + DADEA5B21503CE3000FD084E /* MacSocket.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MacSocket.cpp; sourceTree = ""; }; + DADEA5B31503CE3000FD084E /* MacSocket.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MacSocket.h; sourceTree = ""; }; + DADEA5B41503CE3000FD084E /* GUSI_Init.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUSI_Init.cpp; sourceTree = ""; }; + DADEA5B51503CE3000FD084E /* mklinks.as.hqx */ = {isa = PBXFileReference; lastKnownFileType = archive.binhex; path = mklinks.as.hqx; sourceTree = ""; }; + DADEA5B61503CE3000FD084E /* OpenSSL.mcp.hqx */ = {isa = PBXFileReference; lastKnownFileType = archive.binhex; path = OpenSSL.mcp.hqx; sourceTree = ""; }; + DADEA5B71503CE3000FD084E /* opensslconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = opensslconf.h; sourceTree = ""; }; + DADEA5B81503CE3000FD084E /* Randomizer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Randomizer.cpp; sourceTree = ""; }; + DADEA5B91503CE3000FD084E /* Randomizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Randomizer.h; sourceTree = ""; }; + DADEA5BA1503CE3000FD084E /* TODO */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = TODO; sourceTree = ""; }; + DADEA5D01503ED3700FD084E /* scrypt_platform.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = scrypt_platform.h; path = "External/Pearl/External/iOSPorts/ports/security/scrypt/scrypt-1.1.6/scrypt_platform.h"; sourceTree = SOURCE_ROOT; }; + DADEA5D31503EEA700FD084E /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; }; + DAF56A031503C61E00996D85 /* libscrypt.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libscrypt.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; + DAF56A091503C64400996D85 /* crypto_aesctr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = crypto_aesctr.c; sourceTree = ""; }; + DAF56A0A1503C64400996D85 /* crypto_aesctr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = crypto_aesctr.h; sourceTree = ""; }; + DAF56A0B1503C64400996D85 /* crypto_scrypt-nosse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "crypto_scrypt-nosse.c"; sourceTree = ""; }; + DAF56A0C1503C64400996D85 /* crypto_scrypt-ref.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "crypto_scrypt-ref.c"; sourceTree = ""; }; + DAF56A0D1503C64400996D85 /* crypto_scrypt-sse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "crypto_scrypt-sse.c"; sourceTree = ""; }; + DAF56A0E1503C64400996D85 /* crypto_scrypt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = crypto_scrypt.h; sourceTree = ""; }; + DAF56A0F1503C64400996D85 /* sha256.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sha256.c; sourceTree = ""; }; + DAF56A101503C64400996D85 /* sha256.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sha256.h; sourceTree = ""; }; + DAF56A111503C64400996D85 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = ""; }; + DAF56A131503C64500996D85 /* scryptenc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = scryptenc.c; sourceTree = ""; }; + DAF56A141503C64500996D85 /* scryptenc.c.rej */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = scryptenc.c.rej; sourceTree = ""; }; + DAF56A151503C64500996D85 /* scryptenc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scryptenc.h; sourceTree = ""; }; + DAF56A161503C64500996D85 /* scryptenc.h.rej */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = scryptenc.h.rej; sourceTree = ""; }; + DAF56A171503C64500996D85 /* scryptenc_cpuperf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = scryptenc_cpuperf.c; sourceTree = ""; }; + DAF56A181503C64500996D85 /* scryptenc_cpuperf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = scryptenc_cpuperf.h; sourceTree = ""; }; + DAF56A1A1503C64500996D85 /* memlimit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = memlimit.c; sourceTree = ""; }; + DAF56A1B1503C64500996D85 /* memlimit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = memlimit.h; sourceTree = ""; }; + DAF56A1C1503C64500996D85 /* readpass.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = readpass.c; sourceTree = ""; }; + DAF56A1D1503C64500996D85 /* readpass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = readpass.h; sourceTree = ""; }; + DAF56A1E1503C64500996D85 /* sysendian.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sysendian.h; sourceTree = ""; }; + DAF56A1F1503C64500996D85 /* warn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = warn.c; sourceTree = ""; }; + DAF56A201503C64500996D85 /* warn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = warn.h; sourceTree = ""; }; + DAF56A381503C67000996D85 /* libopenssl.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libopenssl.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; + DAF56A3E1503C74100996D85 /* aes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aes.h; sourceTree = ""; }; + DAF56A3F1503C74100996D85 /* aes_cbc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = aes_cbc.c; sourceTree = ""; }; + DAF56A401503C74100996D85 /* aes_cfb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = aes_cfb.c; sourceTree = ""; }; + DAF56A411503C74100996D85 /* aes_core.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = aes_core.c; sourceTree = ""; }; + DAF56A421503C74100996D85 /* aes_ctr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = aes_ctr.c; sourceTree = ""; }; + DAF56A431503C74100996D85 /* aes_ecb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = aes_ecb.c; sourceTree = ""; }; + DAF56A441503C74100996D85 /* aes_ige.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = aes_ige.c; sourceTree = ""; }; + DAF56A451503C74100996D85 /* aes_locl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = aes_locl.h; sourceTree = ""; }; + DAF56A461503C74100996D85 /* aes_misc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = aes_misc.c; sourceTree = ""; }; + DAF56A471503C74100996D85 /* aes_ofb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = aes_ofb.c; sourceTree = ""; }; + DAF56A481503C74100996D85 /* aes_wrap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = aes_wrap.c; sourceTree = ""; }; + DAF56A491503C74100996D85 /* aes_x86core.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = aes_x86core.c; sourceTree = ""; }; + DAF56A4B1503C74100996D85 /* aes-586.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "aes-586.pl"; sourceTree = ""; }; + DAF56A4C1503C74100996D85 /* aes-armv4.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "aes-armv4.pl"; sourceTree = ""; }; + DAF56A4D1503C74100996D85 /* aes-ia64.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = "aes-ia64.S"; sourceTree = ""; }; + DAF56A4E1503C74100996D85 /* aes-ppc.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "aes-ppc.pl"; sourceTree = ""; }; + DAF56A4F1503C74100996D85 /* aes-s390x.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "aes-s390x.pl"; sourceTree = ""; }; + DAF56A501503C74100996D85 /* aes-sparcv9.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "aes-sparcv9.pl"; sourceTree = ""; }; + DAF56A511503C74100996D85 /* aes-x86_64.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "aes-x86_64.pl"; sourceTree = ""; }; + DAF56A521503C74100996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56A531503C74200996D85 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = ""; }; + DAF56A551503C74200996D85 /* a_bitstr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = a_bitstr.c; sourceTree = ""; }; + DAF56A561503C74200996D85 /* a_bool.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = a_bool.c; sourceTree = ""; }; + DAF56A571503C74200996D85 /* a_bytes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = a_bytes.c; sourceTree = ""; }; + DAF56A581503C74200996D85 /* a_d2i_fp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = a_d2i_fp.c; sourceTree = ""; }; + DAF56A591503C74200996D85 /* a_digest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = a_digest.c; sourceTree = ""; }; + DAF56A5A1503C74200996D85 /* a_dup.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = a_dup.c; sourceTree = ""; }; + DAF56A5B1503C74200996D85 /* a_enum.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = a_enum.c; sourceTree = ""; }; + DAF56A5C1503C74200996D85 /* a_gentm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = a_gentm.c; sourceTree = ""; }; + DAF56A5D1503C74200996D85 /* a_i2d_fp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = a_i2d_fp.c; sourceTree = ""; }; + DAF56A5E1503C74200996D85 /* a_int.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = a_int.c; sourceTree = ""; }; + DAF56A5F1503C74200996D85 /* a_mbstr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = a_mbstr.c; sourceTree = ""; }; + DAF56A601503C74200996D85 /* a_object.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = a_object.c; sourceTree = ""; }; + DAF56A611503C74200996D85 /* a_octet.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = a_octet.c; sourceTree = ""; }; + DAF56A621503C74200996D85 /* a_print.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = a_print.c; sourceTree = ""; }; + DAF56A631503C74200996D85 /* a_set.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = a_set.c; sourceTree = ""; }; + DAF56A641503C74200996D85 /* a_sign.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = a_sign.c; sourceTree = ""; }; + DAF56A651503C74200996D85 /* a_strex.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = a_strex.c; sourceTree = ""; }; + DAF56A661503C74200996D85 /* a_strnid.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = a_strnid.c; sourceTree = ""; }; + DAF56A671503C74200996D85 /* a_time.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = a_time.c; sourceTree = ""; }; + DAF56A681503C74200996D85 /* a_type.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = a_type.c; sourceTree = ""; }; + DAF56A691503C74200996D85 /* a_utctm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = a_utctm.c; sourceTree = ""; }; + DAF56A6A1503C74200996D85 /* a_utf8.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = a_utf8.c; sourceTree = ""; }; + DAF56A6B1503C74200996D85 /* a_verify.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = a_verify.c; sourceTree = ""; }; + DAF56A6C1503C74200996D85 /* ameth_lib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ameth_lib.c; sourceTree = ""; }; + DAF56A6D1503C74200996D85 /* asn1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asn1.h; sourceTree = ""; }; + DAF56A6E1503C74200996D85 /* asn1_err.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asn1_err.c; sourceTree = ""; }; + DAF56A6F1503C74200996D85 /* asn1_gen.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asn1_gen.c; sourceTree = ""; }; + DAF56A701503C74200996D85 /* asn1_lib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asn1_lib.c; sourceTree = ""; }; + DAF56A711503C74200996D85 /* asn1_locl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asn1_locl.h; sourceTree = ""; }; + DAF56A721503C74200996D85 /* asn1_mac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asn1_mac.h; sourceTree = ""; }; + DAF56A731503C74200996D85 /* asn1_par.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asn1_par.c; sourceTree = ""; }; + DAF56A741503C74200996D85 /* asn1t.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = asn1t.h; sourceTree = ""; }; + DAF56A751503C74200996D85 /* asn_mime.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asn_mime.c; sourceTree = ""; }; + DAF56A761503C74200996D85 /* asn_moid.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asn_moid.c; sourceTree = ""; }; + DAF56A771503C74200996D85 /* asn_pack.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = asn_pack.c; sourceTree = ""; }; + DAF56A781503C74200996D85 /* bio_asn1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bio_asn1.c; sourceTree = ""; }; + DAF56A791503C74200996D85 /* bio_ndef.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bio_ndef.c; sourceTree = ""; }; + DAF56A7A1503C74200996D85 /* charmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = charmap.h; sourceTree = ""; }; + DAF56A7B1503C74200996D85 /* charmap.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = charmap.pl; sourceTree = ""; }; + DAF56A7C1503C74200996D85 /* d2i_pr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = d2i_pr.c; sourceTree = ""; }; + DAF56A7D1503C74200996D85 /* d2i_pu.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = d2i_pu.c; sourceTree = ""; }; + DAF56A7E1503C74200996D85 /* evp_asn1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = evp_asn1.c; sourceTree = ""; }; + DAF56A7F1503C74200996D85 /* f_enum.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = f_enum.c; sourceTree = ""; }; + DAF56A801503C74200996D85 /* f_int.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = f_int.c; sourceTree = ""; }; + DAF56A811503C74200996D85 /* f_string.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = f_string.c; sourceTree = ""; }; + DAF56A821503C74200996D85 /* i2d_pr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = i2d_pr.c; sourceTree = ""; }; + DAF56A831503C74200996D85 /* i2d_pu.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = i2d_pu.c; sourceTree = ""; }; + DAF56A841503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56A851503C74200996D85 /* n_pkey.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = n_pkey.c; sourceTree = ""; }; + DAF56A861503C74200996D85 /* nsseq.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nsseq.c; sourceTree = ""; }; + DAF56A871503C74200996D85 /* p5_pbe.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = p5_pbe.c; sourceTree = ""; }; + DAF56A881503C74200996D85 /* p5_pbev2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = p5_pbev2.c; sourceTree = ""; }; + DAF56A891503C74200996D85 /* p8_pkey.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = p8_pkey.c; sourceTree = ""; }; + DAF56A8A1503C74200996D85 /* t_bitst.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = t_bitst.c; sourceTree = ""; }; + DAF56A8B1503C74200996D85 /* t_crl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = t_crl.c; sourceTree = ""; }; + DAF56A8C1503C74200996D85 /* t_pkey.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = t_pkey.c; sourceTree = ""; }; + DAF56A8D1503C74200996D85 /* t_req.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = t_req.c; sourceTree = ""; }; + DAF56A8E1503C74200996D85 /* t_spki.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = t_spki.c; sourceTree = ""; }; + DAF56A8F1503C74200996D85 /* t_x509.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = t_x509.c; sourceTree = ""; }; + DAF56A901503C74200996D85 /* t_x509a.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = t_x509a.c; sourceTree = ""; }; + DAF56A911503C74200996D85 /* tasn_dec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tasn_dec.c; sourceTree = ""; }; + DAF56A921503C74200996D85 /* tasn_enc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tasn_enc.c; sourceTree = ""; }; + DAF56A931503C74200996D85 /* tasn_fre.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tasn_fre.c; sourceTree = ""; }; + DAF56A941503C74200996D85 /* tasn_new.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tasn_new.c; sourceTree = ""; }; + DAF56A951503C74200996D85 /* tasn_prn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tasn_prn.c; sourceTree = ""; }; + DAF56A961503C74200996D85 /* tasn_typ.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tasn_typ.c; sourceTree = ""; }; + DAF56A971503C74200996D85 /* tasn_utl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tasn_utl.c; sourceTree = ""; }; + DAF56A981503C74200996D85 /* x_algor.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x_algor.c; sourceTree = ""; }; + DAF56A991503C74200996D85 /* x_attrib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x_attrib.c; sourceTree = ""; }; + DAF56A9A1503C74200996D85 /* x_bignum.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x_bignum.c; sourceTree = ""; }; + DAF56A9B1503C74200996D85 /* x_crl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x_crl.c; sourceTree = ""; }; + DAF56A9C1503C74200996D85 /* x_exten.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x_exten.c; sourceTree = ""; }; + DAF56A9D1503C74200996D85 /* x_info.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x_info.c; sourceTree = ""; }; + DAF56A9E1503C74200996D85 /* x_long.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x_long.c; sourceTree = ""; }; + DAF56A9F1503C74200996D85 /* x_name.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x_name.c; sourceTree = ""; }; + DAF56AA01503C74200996D85 /* x_nx509.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x_nx509.c; sourceTree = ""; }; + DAF56AA11503C74200996D85 /* x_pkey.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x_pkey.c; sourceTree = ""; }; + DAF56AA21503C74200996D85 /* x_pubkey.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x_pubkey.c; sourceTree = ""; }; + DAF56AA31503C74200996D85 /* x_req.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x_req.c; sourceTree = ""; }; + DAF56AA41503C74200996D85 /* x_sig.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x_sig.c; sourceTree = ""; }; + DAF56AA51503C74200996D85 /* x_spki.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x_spki.c; sourceTree = ""; }; + DAF56AA61503C74200996D85 /* x_val.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x_val.c; sourceTree = ""; }; + DAF56AA71503C74200996D85 /* x_x509.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x_x509.c; sourceTree = ""; }; + DAF56AA81503C74200996D85 /* x_x509a.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x_x509a.c; sourceTree = ""; }; + DAF56AAB1503C74200996D85 /* bf-586.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "bf-586.pl"; sourceTree = ""; }; + DAF56AAC1503C74200996D85 /* bf-686.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "bf-686.pl"; sourceTree = ""; }; + DAF56AAD1503C74200996D85 /* readme */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = readme; sourceTree = ""; }; + DAF56AAE1503C74200996D85 /* bf_cbc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bf_cbc.c; sourceTree = ""; }; + DAF56AAF1503C74200996D85 /* bf_cfb64.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bf_cfb64.c; sourceTree = ""; }; + DAF56AB01503C74200996D85 /* bf_ecb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bf_ecb.c; sourceTree = ""; }; + DAF56AB11503C74200996D85 /* bf_enc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bf_enc.c; sourceTree = ""; }; + DAF56AB21503C74200996D85 /* bf_locl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bf_locl.h; sourceTree = ""; }; + DAF56AB31503C74200996D85 /* bf_ofb64.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bf_ofb64.c; sourceTree = ""; }; + DAF56AB41503C74200996D85 /* bf_opts.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bf_opts.c; sourceTree = ""; }; + DAF56AB51503C74200996D85 /* bf_pi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bf_pi.h; sourceTree = ""; }; + DAF56AB61503C74200996D85 /* bf_skey.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bf_skey.c; sourceTree = ""; }; + DAF56AB71503C74200996D85 /* bfs.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bfs.cpp; sourceTree = ""; }; + DAF56AB81503C74200996D85 /* bfspeed.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bfspeed.c; sourceTree = ""; }; + DAF56AB91503C74200996D85 /* bftest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bftest.c; sourceTree = ""; }; + DAF56ABA1503C74200996D85 /* blowfish.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = blowfish.h; sourceTree = ""; }; + DAF56ABB1503C74200996D85 /* COPYRIGHT */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = COPYRIGHT; sourceTree = ""; }; + DAF56ABC1503C74200996D85 /* INSTALL */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = INSTALL; sourceTree = ""; }; + DAF56ABD1503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56ABE1503C74200996D85 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = ""; }; + DAF56ABF1503C74200996D85 /* VERSION */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = VERSION; sourceTree = ""; }; + DAF56AC11503C74200996D85 /* b_dump.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = b_dump.c; sourceTree = ""; }; + DAF56AC21503C74200996D85 /* b_print.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = b_print.c; sourceTree = ""; }; + DAF56AC31503C74200996D85 /* b_sock.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = b_sock.c; sourceTree = ""; }; + DAF56AC41503C74200996D85 /* bf_buff.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bf_buff.c; sourceTree = ""; }; + DAF56AC51503C74200996D85 /* bf_lbuf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bf_lbuf.c; sourceTree = ""; }; + DAF56AC61503C74200996D85 /* bf_nbio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bf_nbio.c; sourceTree = ""; }; + DAF56AC71503C74200996D85 /* bf_null.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bf_null.c; sourceTree = ""; }; + DAF56AC81503C74200996D85 /* bio.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bio.h; sourceTree = ""; }; + DAF56AC91503C74200996D85 /* bio_cb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bio_cb.c; sourceTree = ""; }; + DAF56ACA1503C74200996D85 /* bio_err.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bio_err.c; sourceTree = ""; }; + DAF56ACB1503C74200996D85 /* bio_lcl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bio_lcl.h; sourceTree = ""; }; + DAF56ACC1503C74200996D85 /* bio_lib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bio_lib.c; sourceTree = ""; }; + DAF56ACD1503C74200996D85 /* bss_acpt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bss_acpt.c; sourceTree = ""; }; + DAF56ACE1503C74200996D85 /* bss_bio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bss_bio.c; sourceTree = ""; }; + DAF56ACF1503C74200996D85 /* bss_conn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bss_conn.c; sourceTree = ""; }; + DAF56AD01503C74200996D85 /* bss_dgram.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bss_dgram.c; sourceTree = ""; }; + DAF56AD11503C74200996D85 /* bss_fd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bss_fd.c; sourceTree = ""; }; + DAF56AD21503C74200996D85 /* bss_file.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bss_file.c; sourceTree = ""; }; + DAF56AD31503C74200996D85 /* bss_log.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bss_log.c; sourceTree = ""; }; + DAF56AD41503C74200996D85 /* bss_mem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bss_mem.c; sourceTree = ""; }; + DAF56AD51503C74200996D85 /* bss_null.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bss_null.c; sourceTree = ""; }; + DAF56AD61503C74200996D85 /* bss_rtcp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bss_rtcp.c; sourceTree = ""; }; + DAF56AD71503C74200996D85 /* bss_sock.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bss_sock.c; sourceTree = ""; }; + DAF56AD81503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56ADB1503C74200996D85 /* alpha-mont.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "alpha-mont.pl"; sourceTree = ""; }; + DAF56ADC1503C74200996D85 /* armv4-mont.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "armv4-mont.pl"; sourceTree = ""; }; + DAF56ADD1503C74200996D85 /* bn-586.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "bn-586.pl"; sourceTree = ""; }; + DAF56ADE1503C74200996D85 /* co-586.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "co-586.pl"; sourceTree = ""; }; + DAF56ADF1503C74200996D85 /* ia64.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = ia64.S; sourceTree = ""; }; + DAF56AE01503C74200996D85 /* mips3-mont.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "mips3-mont.pl"; sourceTree = ""; }; + DAF56AE11503C74200996D85 /* mips3.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = mips3.s; sourceTree = ""; }; + DAF56AE21503C74200996D85 /* pa-risc2.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = "pa-risc2.s"; sourceTree = ""; }; + DAF56AE31503C74200996D85 /* pa-risc2W.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = "pa-risc2W.s"; sourceTree = ""; }; + DAF56AE41503C74200996D85 /* ppc-mont.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "ppc-mont.pl"; sourceTree = ""; }; + DAF56AE51503C74200996D85 /* ppc.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = ppc.pl; sourceTree = ""; }; + DAF56AE61503C74200996D85 /* ppc64-mont.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "ppc64-mont.pl"; sourceTree = ""; }; + DAF56AE71503C74200996D85 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = ""; }; + DAF56AE81503C74200996D85 /* s390x-mont.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "s390x-mont.pl"; sourceTree = ""; }; + DAF56AE91503C74200996D85 /* s390x.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = s390x.S; sourceTree = ""; }; + DAF56AEA1503C74200996D85 /* sparcv8.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = sparcv8.S; sourceTree = ""; }; + DAF56AEB1503C74200996D85 /* sparcv8plus.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = sparcv8plus.S; sourceTree = ""; }; + DAF56AEC1503C74200996D85 /* sparcv9-mont.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "sparcv9-mont.pl"; sourceTree = ""; }; + DAF56AED1503C74200996D85 /* sparcv9a-mont.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "sparcv9a-mont.pl"; sourceTree = ""; }; + DAF56AEE1503C74200996D85 /* via-mont.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "via-mont.pl"; sourceTree = ""; }; + DAF56AEF1503C74200996D85 /* vms.mar */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = vms.mar; sourceTree = ""; }; + DAF56AF11503C74200996D85 /* add.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = add.pl; sourceTree = ""; }; + DAF56AF21503C74200996D85 /* comba.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = comba.pl; sourceTree = ""; }; + DAF56AF31503C74200996D85 /* div.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = div.pl; sourceTree = ""; }; + DAF56AF41503C74200996D85 /* f */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = f; sourceTree = ""; }; + DAF56AF51503C74200996D85 /* mul.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = mul.pl; sourceTree = ""; }; + DAF56AF61503C74200996D85 /* mul_add.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = mul_add.pl; sourceTree = ""; }; + DAF56AF71503C74200996D85 /* sqr.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = sqr.pl; sourceTree = ""; }; + DAF56AF81503C74200996D85 /* sub.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = sub.pl; sourceTree = ""; }; + DAF56AF91503C74200996D85 /* x86-mont.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "x86-mont.pl"; sourceTree = ""; }; + DAF56AFA1503C74200996D85 /* x86.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = x86.pl; sourceTree = ""; }; + DAF56AFB1503C74200996D85 /* x86_64-gcc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "x86_64-gcc.c"; sourceTree = ""; }; + DAF56AFC1503C74200996D85 /* x86_64-mont.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "x86_64-mont.pl"; sourceTree = ""; }; + DAF56AFD1503C74200996D85 /* bn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bn.h; sourceTree = ""; }; + DAF56AFE1503C74200996D85 /* bn.mul */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = bn.mul; sourceTree = ""; }; + DAF56AFF1503C74200996D85 /* bn_add.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_add.c; sourceTree = ""; }; + DAF56B001503C74200996D85 /* bn_asm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_asm.c; sourceTree = ""; }; + DAF56B011503C74200996D85 /* bn_blind.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_blind.c; sourceTree = ""; }; + DAF56B021503C74200996D85 /* bn_const.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_const.c; sourceTree = ""; }; + DAF56B031503C74200996D85 /* bn_ctx.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_ctx.c; sourceTree = ""; }; + DAF56B041503C74200996D85 /* bn_depr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_depr.c; sourceTree = ""; }; + DAF56B051503C74200996D85 /* bn_div.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_div.c; sourceTree = ""; }; + DAF56B061503C74200996D85 /* bn_err.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_err.c; sourceTree = ""; }; + DAF56B071503C74200996D85 /* bn_exp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_exp.c; sourceTree = ""; }; + DAF56B081503C74200996D85 /* bn_exp2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_exp2.c; sourceTree = ""; }; + DAF56B091503C74200996D85 /* bn_gcd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_gcd.c; sourceTree = ""; }; + DAF56B0A1503C74200996D85 /* bn_gf2m.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_gf2m.c; sourceTree = ""; }; + DAF56B0B1503C74200996D85 /* bn_kron.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_kron.c; sourceTree = ""; }; + DAF56B0C1503C74200996D85 /* bn_lcl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bn_lcl.h; sourceTree = ""; }; + DAF56B0D1503C74200996D85 /* bn_lib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_lib.c; sourceTree = ""; }; + DAF56B0E1503C74200996D85 /* bn_mod.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mod.c; sourceTree = ""; }; + DAF56B0F1503C74200996D85 /* bn_mont.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mont.c; sourceTree = ""; }; + DAF56B101503C74200996D85 /* bn_mpi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mpi.c; sourceTree = ""; }; + DAF56B111503C74200996D85 /* bn_mul.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_mul.c; sourceTree = ""; }; + DAF56B121503C74200996D85 /* bn_nist.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_nist.c; sourceTree = ""; }; + DAF56B131503C74200996D85 /* bn_prime.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_prime.c; sourceTree = ""; }; + DAF56B141503C74200996D85 /* bn_prime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bn_prime.h; sourceTree = ""; }; + DAF56B151503C74200996D85 /* bn_prime.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = bn_prime.pl; sourceTree = ""; }; + DAF56B161503C74200996D85 /* bn_print.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_print.c; sourceTree = ""; }; + DAF56B171503C74200996D85 /* bn_rand.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_rand.c; sourceTree = ""; }; + DAF56B181503C74200996D85 /* bn_recp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_recp.c; sourceTree = ""; }; + DAF56B191503C74200996D85 /* bn_shift.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_shift.c; sourceTree = ""; }; + DAF56B1A1503C74200996D85 /* bn_sqr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_sqr.c; sourceTree = ""; }; + DAF56B1B1503C74200996D85 /* bn_sqrt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_sqrt.c; sourceTree = ""; }; + DAF56B1C1503C74200996D85 /* bn_word.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bn_word.c; sourceTree = ""; }; + DAF56B1D1503C74200996D85 /* bnspeed.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bnspeed.c; sourceTree = ""; }; + DAF56B1E1503C74200996D85 /* bntest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bntest.c; sourceTree = ""; }; + DAF56B1F1503C74200996D85 /* divtest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = divtest.c; sourceTree = ""; }; + DAF56B201503C74200996D85 /* exp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = exp.c; sourceTree = ""; }; + DAF56B211503C74200996D85 /* expspeed.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = expspeed.c; sourceTree = ""; }; + DAF56B221503C74200996D85 /* exptest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = exptest.c; sourceTree = ""; }; + DAF56B231503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56B241503C74200996D85 /* todo */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = todo; sourceTree = ""; }; + DAF56B251503C74200996D85 /* vms-helper.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "vms-helper.c"; sourceTree = ""; }; + DAF56B271503C74200996D85 /* buf_err.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = buf_err.c; sourceTree = ""; }; + DAF56B281503C74200996D85 /* buffer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = buffer.c; sourceTree = ""; }; + DAF56B291503C74200996D85 /* buffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = buffer.h; sourceTree = ""; }; + DAF56B2A1503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56B2D1503C74200996D85 /* cmll-x86.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "cmll-x86.pl"; sourceTree = ""; }; + DAF56B2E1503C74200996D85 /* cmll-x86_64.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "cmll-x86_64.pl"; sourceTree = ""; }; + DAF56B2F1503C74200996D85 /* camellia.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = camellia.c; sourceTree = ""; }; + DAF56B301503C74200996D85 /* camellia.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = camellia.h; sourceTree = ""; }; + DAF56B311503C74200996D85 /* cmll_cbc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cmll_cbc.c; sourceTree = ""; }; + DAF56B321503C74200996D85 /* cmll_cfb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cmll_cfb.c; sourceTree = ""; }; + DAF56B331503C74200996D85 /* cmll_ctr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cmll_ctr.c; sourceTree = ""; }; + DAF56B341503C74200996D85 /* cmll_ecb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cmll_ecb.c; sourceTree = ""; }; + DAF56B351503C74200996D85 /* cmll_locl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cmll_locl.h; sourceTree = ""; }; + DAF56B361503C74200996D85 /* cmll_misc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cmll_misc.c; sourceTree = ""; }; + DAF56B371503C74200996D85 /* cmll_ofb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cmll_ofb.c; sourceTree = ""; }; + DAF56B381503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56B3B1503C74200996D85 /* cast-586.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "cast-586.pl"; sourceTree = ""; }; + DAF56B3C1503C74200996D85 /* readme */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = readme; sourceTree = ""; }; + DAF56B3D1503C74200996D85 /* c_cfb64.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = c_cfb64.c; sourceTree = ""; }; + DAF56B3E1503C74200996D85 /* c_ecb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = c_ecb.c; sourceTree = ""; }; + DAF56B3F1503C74200996D85 /* c_enc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = c_enc.c; sourceTree = ""; }; + DAF56B401503C74200996D85 /* c_ofb64.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = c_ofb64.c; sourceTree = ""; }; + DAF56B411503C74200996D85 /* c_skey.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = c_skey.c; sourceTree = ""; }; + DAF56B421503C74200996D85 /* cast.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cast.h; sourceTree = ""; }; + DAF56B431503C74200996D85 /* cast_lcl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cast_lcl.h; sourceTree = ""; }; + DAF56B441503C74200996D85 /* cast_s.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cast_s.h; sourceTree = ""; }; + DAF56B451503C74200996D85 /* cast_spd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cast_spd.c; sourceTree = ""; }; + DAF56B461503C74200996D85 /* castopts.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = castopts.c; sourceTree = ""; }; + DAF56B471503C74200996D85 /* casts.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = casts.cpp; sourceTree = ""; }; + DAF56B481503C74200996D85 /* casttest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = casttest.c; sourceTree = ""; }; + DAF56B491503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56B4B1503C74200996D85 /* cms.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cms.h; sourceTree = ""; }; + DAF56B4C1503C74200996D85 /* cms_asn1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cms_asn1.c; sourceTree = ""; }; + DAF56B4D1503C74200996D85 /* cms_att.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cms_att.c; sourceTree = ""; }; + DAF56B4E1503C74200996D85 /* cms_cd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cms_cd.c; sourceTree = ""; }; + DAF56B4F1503C74200996D85 /* cms_dd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cms_dd.c; sourceTree = ""; }; + DAF56B501503C74200996D85 /* cms_enc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cms_enc.c; sourceTree = ""; }; + DAF56B511503C74200996D85 /* cms_env.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cms_env.c; sourceTree = ""; }; + DAF56B521503C74200996D85 /* cms_err.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cms_err.c; sourceTree = ""; }; + DAF56B531503C74200996D85 /* cms_ess.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cms_ess.c; sourceTree = ""; }; + DAF56B541503C74200996D85 /* cms_io.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cms_io.c; sourceTree = ""; }; + DAF56B551503C74200996D85 /* cms_lcl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cms_lcl.h; sourceTree = ""; }; + DAF56B561503C74200996D85 /* cms_lib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cms_lib.c; sourceTree = ""; }; + DAF56B571503C74200996D85 /* cms_sd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cms_sd.c; sourceTree = ""; }; + DAF56B581503C74200996D85 /* cms_smime.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cms_smime.c; sourceTree = ""; }; + DAF56B591503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56B5B1503C74200996D85 /* c_rle.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = c_rle.c; sourceTree = ""; }; + DAF56B5C1503C74200996D85 /* c_zlib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = c_zlib.c; sourceTree = ""; }; + DAF56B5D1503C74200996D85 /* comp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = comp.h; sourceTree = ""; }; + DAF56B5E1503C74200996D85 /* comp_err.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = comp_err.c; sourceTree = ""; }; + DAF56B5F1503C74200996D85 /* comp_lib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = comp_lib.c; sourceTree = ""; }; + DAF56B601503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56B621503C74200996D85 /* cnf_save.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cnf_save.c; sourceTree = ""; }; + DAF56B631503C74200996D85 /* conf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = conf.h; sourceTree = ""; }; + DAF56B641503C74200996D85 /* conf_api.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = conf_api.c; sourceTree = ""; }; + DAF56B651503C74200996D85 /* conf_api.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = conf_api.h; sourceTree = ""; }; + DAF56B661503C74200996D85 /* conf_def.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = conf_def.c; sourceTree = ""; }; + DAF56B671503C74200996D85 /* conf_def.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = conf_def.h; sourceTree = ""; }; + DAF56B681503C74200996D85 /* conf_err.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = conf_err.c; sourceTree = ""; }; + DAF56B691503C74200996D85 /* conf_lib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = conf_lib.c; sourceTree = ""; }; + DAF56B6A1503C74200996D85 /* conf_mall.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = conf_mall.c; sourceTree = ""; }; + DAF56B6B1503C74200996D85 /* conf_mod.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = conf_mod.c; sourceTree = ""; }; + DAF56B6C1503C74200996D85 /* conf_sap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = conf_sap.c; sourceTree = ""; }; + DAF56B6D1503C74200996D85 /* keysets.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = keysets.pl; sourceTree = ""; }; + DAF56B6E1503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56B6F1503C74200996D85 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = ""; }; + DAF56B701503C74200996D85 /* ssleay.cnf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ssleay.cnf; sourceTree = ""; }; + DAF56B711503C74200996D85 /* test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = test.c; sourceTree = ""; }; + DAF56B721503C74200996D85 /* cpt_err.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cpt_err.c; sourceTree = ""; }; + DAF56B731503C74200996D85 /* cryptlib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cryptlib.c; sourceTree = ""; }; + DAF56B741503C74200996D85 /* cryptlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cryptlib.h; sourceTree = ""; }; + DAF56B751503C74200996D85 /* crypto-lib.com */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "crypto-lib.com"; sourceTree = ""; }; + DAF56B761503C74200996D85 /* crypto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = crypto.h; sourceTree = ""; }; + DAF56B771503C74200996D85 /* cversion.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cversion.c; sourceTree = ""; }; + DAF56B7A1503C74200996D85 /* crypt586.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = crypt586.pl; sourceTree = ""; }; + DAF56B7B1503C74200996D85 /* des-586.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "des-586.pl"; sourceTree = ""; }; + DAF56B7C1503C74200996D85 /* des_enc.m4 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = des_enc.m4; sourceTree = ""; }; + DAF56B7D1503C74200996D85 /* desboth.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = desboth.pl; sourceTree = ""; }; + DAF56B7E1503C74200996D85 /* readme */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = readme; sourceTree = ""; }; + DAF56B7F1503C74200996D85 /* cbc3_enc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cbc3_enc.c; sourceTree = ""; }; + DAF56B801503C74200996D85 /* cbc_cksm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cbc_cksm.c; sourceTree = ""; }; + DAF56B811503C74200996D85 /* cbc_enc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cbc_enc.c; sourceTree = ""; }; + DAF56B821503C74200996D85 /* cfb64ede.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cfb64ede.c; sourceTree = ""; }; + DAF56B831503C74200996D85 /* cfb64enc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cfb64enc.c; sourceTree = ""; }; + DAF56B841503C74200996D85 /* cfb_enc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cfb_enc.c; sourceTree = ""; }; + DAF56B851503C74200996D85 /* COPYRIGHT */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = COPYRIGHT; sourceTree = ""; }; + DAF56B861503C74200996D85 /* des-lib.com */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "des-lib.com"; sourceTree = ""; }; + DAF56B871503C74200996D85 /* des.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = des.c; sourceTree = ""; }; + DAF56B881503C74200996D85 /* des.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = des.h; sourceTree = ""; }; + DAF56B891503C74200996D85 /* DES.pm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = DES.pm; sourceTree = ""; }; + DAF56B8A1503C74200996D85 /* des.pod */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = des.pod; sourceTree = ""; }; + DAF56B8B1503C74200996D85 /* DES.xs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = DES.xs; sourceTree = ""; }; + DAF56B8C1503C74200996D85 /* des3s.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = des3s.cpp; sourceTree = ""; }; + DAF56B8D1503C74200996D85 /* des_enc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = des_enc.c; sourceTree = ""; }; + DAF56B8E1503C74200996D85 /* des_locl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = des_locl.h; sourceTree = ""; }; + DAF56B8F1503C74200996D85 /* des_old.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = des_old.c; sourceTree = ""; }; + DAF56B901503C74200996D85 /* des_old.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = des_old.h; sourceTree = ""; }; + DAF56B911503C74200996D85 /* des_old2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = des_old2.c; sourceTree = ""; }; + DAF56B921503C74200996D85 /* des_opts.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = des_opts.c; sourceTree = ""; }; + DAF56B931503C74200996D85 /* des_ver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = des_ver.h; sourceTree = ""; }; + DAF56B941503C74200996D85 /* dess.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dess.cpp; sourceTree = ""; }; + DAF56B951503C74200996D85 /* destest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = destest.c; sourceTree = ""; }; + DAF56B961503C74200996D85 /* ecb3_enc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ecb3_enc.c; sourceTree = ""; }; + DAF56B971503C74200996D85 /* ecb_enc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ecb_enc.c; sourceTree = ""; }; + DAF56B981503C74200996D85 /* ede_cbcm_enc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ede_cbcm_enc.c; sourceTree = ""; }; + DAF56B991503C74200996D85 /* enc_read.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = enc_read.c; sourceTree = ""; }; + DAF56B9A1503C74200996D85 /* enc_writ.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = enc_writ.c; sourceTree = ""; }; + DAF56B9B1503C74200996D85 /* fcrypt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fcrypt.c; sourceTree = ""; }; + DAF56B9C1503C74200996D85 /* fcrypt_b.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fcrypt_b.c; sourceTree = ""; }; + DAF56B9D1503C74200996D85 /* FILES0 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = FILES0; sourceTree = ""; }; + DAF56B9E1503C74200996D85 /* Imakefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Imakefile; sourceTree = ""; }; + DAF56B9F1503C74200996D85 /* INSTALL */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = INSTALL; sourceTree = ""; }; + DAF56BA01503C74200996D85 /* KERBEROS */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = KERBEROS; sourceTree = ""; }; + DAF56BA11503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56BA21503C74200996D85 /* makefile.bc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = makefile.bc; sourceTree = ""; }; + DAF56BA31503C74200996D85 /* ncbc_enc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ncbc_enc.c; sourceTree = ""; }; + DAF56BA41503C74200996D85 /* ofb64ede.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ofb64ede.c; sourceTree = ""; }; + DAF56BA51503C74200996D85 /* ofb64enc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ofb64enc.c; sourceTree = ""; }; + DAF56BA61503C74200996D85 /* ofb_enc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ofb_enc.c; sourceTree = ""; }; + DAF56BA71503C74200996D85 /* options.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = options.txt; sourceTree = ""; }; + DAF56BA81503C74200996D85 /* pcbc_enc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pcbc_enc.c; sourceTree = ""; }; + DAF56BA91503C74200996D85 /* qud_cksm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = qud_cksm.c; sourceTree = ""; }; + DAF56BAA1503C74200996D85 /* rand_key.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rand_key.c; sourceTree = ""; }; + DAF56BAB1503C74200996D85 /* read2pwd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = read2pwd.c; sourceTree = ""; }; + DAF56BAC1503C74200996D85 /* read_pwd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = read_pwd.c; sourceTree = ""; }; + DAF56BAD1503C74200996D85 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = ""; }; + DAF56BAE1503C74200996D85 /* rpc_des.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rpc_des.h; sourceTree = ""; }; + DAF56BAF1503C74200996D85 /* rpc_enc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rpc_enc.c; sourceTree = ""; }; + DAF56BB01503C74200996D85 /* rpw.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rpw.c; sourceTree = ""; }; + DAF56BB11503C74200996D85 /* set_key.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = set_key.c; sourceTree = ""; }; + DAF56BB21503C74200996D85 /* speed.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = speed.c; sourceTree = ""; }; + DAF56BB31503C74200996D85 /* spr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spr.h; sourceTree = ""; }; + DAF56BB41503C74200996D85 /* str2key.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = str2key.c; sourceTree = ""; }; + DAF56BB61503C74200996D85 /* test */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = test; sourceTree = ""; }; + DAF56BB81503C74200996D85 /* 486-50.sol */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "486-50.sol"; sourceTree = ""; }; + DAF56BB91503C74200996D85 /* 586-100.lnx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "586-100.lnx"; sourceTree = ""; }; + DAF56BBA1503C74200996D85 /* 686-200.fre */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "686-200.fre"; sourceTree = ""; }; + DAF56BBB1503C74200996D85 /* aix.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = aix.cc; sourceTree = ""; }; + DAF56BBC1503C74200996D85 /* alpha.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = alpha.cc; sourceTree = ""; }; + DAF56BBD1503C74200996D85 /* hpux.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = hpux.cc; sourceTree = ""; }; + DAF56BBE1503C74200996D85 /* sparc.gcc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = sparc.gcc; sourceTree = ""; }; + DAF56BBF1503C74200996D85 /* usparc.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = usparc.cc; sourceTree = ""; }; + DAF56BC01503C74200996D85 /* typemap */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = typemap; sourceTree = ""; }; + DAF56BC11503C74200996D85 /* VERSION */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = VERSION; sourceTree = ""; }; + DAF56BC21503C74200996D85 /* xcbc_enc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xcbc_enc.c; sourceTree = ""; }; + DAF56BC41503C74200996D85 /* dh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dh.h; sourceTree = ""; }; + DAF56BC51503C74200996D85 /* dh1024.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dh1024.pem; sourceTree = ""; }; + DAF56BC61503C74200996D85 /* dh192.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dh192.pem; sourceTree = ""; }; + DAF56BC71503C74200996D85 /* dh2048.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dh2048.pem; sourceTree = ""; }; + DAF56BC81503C74200996D85 /* dh4096.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dh4096.pem; sourceTree = ""; }; + DAF56BC91503C74200996D85 /* dh512.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dh512.pem; sourceTree = ""; }; + DAF56BCA1503C74200996D85 /* dh_ameth.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dh_ameth.c; sourceTree = ""; }; + DAF56BCB1503C74200996D85 /* dh_asn1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dh_asn1.c; sourceTree = ""; }; + DAF56BCC1503C74200996D85 /* dh_check.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dh_check.c; sourceTree = ""; }; + DAF56BCD1503C74200996D85 /* dh_depr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dh_depr.c; sourceTree = ""; }; + DAF56BCE1503C74200996D85 /* dh_err.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dh_err.c; sourceTree = ""; }; + DAF56BCF1503C74200996D85 /* dh_gen.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dh_gen.c; sourceTree = ""; }; + DAF56BD01503C74200996D85 /* dh_key.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dh_key.c; sourceTree = ""; }; + DAF56BD11503C74200996D85 /* dh_lib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dh_lib.c; sourceTree = ""; }; + DAF56BD21503C74200996D85 /* dh_pmeth.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dh_pmeth.c; sourceTree = ""; }; + DAF56BD31503C74200996D85 /* dh_prn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dh_prn.c; sourceTree = ""; }; + DAF56BD41503C74200996D85 /* dhtest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dhtest.c; sourceTree = ""; }; + DAF56BD51503C74200996D85 /* example */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = example; sourceTree = ""; }; + DAF56BD61503C74200996D85 /* generate */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = generate; sourceTree = ""; }; + DAF56BD71503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56BD81503C74200996D85 /* p1024.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = p1024.c; sourceTree = ""; }; + DAF56BD91503C74200996D85 /* p192.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = p192.c; sourceTree = ""; }; + DAF56BDA1503C74200996D85 /* p512.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = p512.c; sourceTree = ""; }; + DAF56BDC1503C74200996D85 /* dsa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dsa.h; sourceTree = ""; }; + DAF56BDD1503C74200996D85 /* dsa_ameth.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dsa_ameth.c; sourceTree = ""; }; + DAF56BDE1503C74200996D85 /* dsa_asn1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dsa_asn1.c; sourceTree = ""; }; + DAF56BDF1503C74200996D85 /* dsa_depr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dsa_depr.c; sourceTree = ""; }; + DAF56BE01503C74200996D85 /* dsa_err.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dsa_err.c; sourceTree = ""; }; + DAF56BE11503C74200996D85 /* dsa_gen.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dsa_gen.c; sourceTree = ""; }; + DAF56BE21503C74200996D85 /* dsa_key.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dsa_key.c; sourceTree = ""; }; + DAF56BE31503C74200996D85 /* dsa_lib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dsa_lib.c; sourceTree = ""; }; + DAF56BE41503C74200996D85 /* dsa_locl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dsa_locl.h; sourceTree = ""; }; + DAF56BE51503C74200996D85 /* dsa_ossl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dsa_ossl.c; sourceTree = ""; }; + DAF56BE61503C74200996D85 /* dsa_pmeth.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dsa_pmeth.c; sourceTree = ""; }; + DAF56BE71503C74200996D85 /* dsa_prn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dsa_prn.c; sourceTree = ""; }; + DAF56BE81503C74200996D85 /* dsa_sign.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dsa_sign.c; sourceTree = ""; }; + DAF56BE91503C74200996D85 /* dsa_vrf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dsa_vrf.c; sourceTree = ""; }; + DAF56BEA1503C74200996D85 /* dsagen.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dsagen.c; sourceTree = ""; }; + DAF56BEB1503C74200996D85 /* dsatest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dsatest.c; sourceTree = ""; }; + DAF56BEC1503C74200996D85 /* fips186a.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = fips186a.txt; sourceTree = ""; }; + DAF56BED1503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56BEE1503C74200996D85 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = ""; }; + DAF56BF01503C74200996D85 /* dso.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dso.h; sourceTree = ""; }; + DAF56BF11503C74200996D85 /* dso_beos.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dso_beos.c; sourceTree = ""; }; + DAF56BF21503C74200996D85 /* dso_dl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dso_dl.c; sourceTree = ""; }; + DAF56BF31503C74200996D85 /* dso_dlfcn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dso_dlfcn.c; sourceTree = ""; }; + DAF56BF41503C74200996D85 /* dso_err.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dso_err.c; sourceTree = ""; }; + DAF56BF51503C74200996D85 /* dso_lib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dso_lib.c; sourceTree = ""; }; + DAF56BF61503C74200996D85 /* dso_null.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dso_null.c; sourceTree = ""; }; + DAF56BF71503C74200996D85 /* dso_openssl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dso_openssl.c; sourceTree = ""; }; + DAF56BF81503C74200996D85 /* dso_vms.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dso_vms.c; sourceTree = ""; }; + DAF56BF91503C74200996D85 /* dso_win32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dso_win32.c; sourceTree = ""; }; + DAF56BFA1503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56BFB1503C74200996D85 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = ""; }; + DAF56BFC1503C74200996D85 /* ebcdic.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ebcdic.c; sourceTree = ""; }; + DAF56BFD1503C74200996D85 /* ebcdic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ebcdic.h; sourceTree = ""; }; + DAF56BFF1503C74200996D85 /* ec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ec.h; sourceTree = ""; }; + DAF56C001503C74200996D85 /* ec2_mult.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ec2_mult.c; sourceTree = ""; }; + DAF56C011503C74200996D85 /* ec2_smpl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ec2_smpl.c; sourceTree = ""; }; + DAF56C021503C74200996D85 /* ec_ameth.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ec_ameth.c; sourceTree = ""; }; + DAF56C031503C74200996D85 /* ec_asn1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ec_asn1.c; sourceTree = ""; }; + DAF56C041503C74200996D85 /* ec_check.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ec_check.c; sourceTree = ""; }; + DAF56C051503C74200996D85 /* ec_curve.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ec_curve.c; sourceTree = ""; }; + DAF56C061503C74200996D85 /* ec_cvt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ec_cvt.c; sourceTree = ""; }; + DAF56C071503C74200996D85 /* ec_err.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ec_err.c; sourceTree = ""; }; + DAF56C081503C74200996D85 /* ec_key.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ec_key.c; sourceTree = ""; }; + DAF56C091503C74200996D85 /* ec_lcl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ec_lcl.h; sourceTree = ""; }; + DAF56C0A1503C74200996D85 /* ec_lib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ec_lib.c; sourceTree = ""; }; + DAF56C0B1503C74200996D85 /* ec_mult.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ec_mult.c; sourceTree = ""; }; + DAF56C0C1503C74200996D85 /* ec_pmeth.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ec_pmeth.c; sourceTree = ""; }; + DAF56C0D1503C74200996D85 /* ec_print.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ec_print.c; sourceTree = ""; }; + DAF56C0E1503C74200996D85 /* eck_prn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = eck_prn.c; sourceTree = ""; }; + DAF56C0F1503C74200996D85 /* ecp_mont.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ecp_mont.c; sourceTree = ""; }; + DAF56C101503C74200996D85 /* ecp_nist.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ecp_nist.c; sourceTree = ""; }; + DAF56C111503C74200996D85 /* ecp_smpl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ecp_smpl.c; sourceTree = ""; }; + DAF56C121503C74200996D85 /* ectest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ectest.c; sourceTree = ""; }; + DAF56C131503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56C151503C74200996D85 /* ecdh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ecdh.h; sourceTree = ""; }; + DAF56C161503C74200996D85 /* ecdhtest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ecdhtest.c; sourceTree = ""; }; + DAF56C171503C74200996D85 /* ech_err.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ech_err.c; sourceTree = ""; }; + DAF56C181503C74200996D85 /* ech_key.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ech_key.c; sourceTree = ""; }; + DAF56C191503C74200996D85 /* ech_lib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ech_lib.c; sourceTree = ""; }; + DAF56C1A1503C74200996D85 /* ech_locl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ech_locl.h; sourceTree = ""; }; + DAF56C1B1503C74200996D85 /* ech_ossl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ech_ossl.c; sourceTree = ""; }; + DAF56C1C1503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56C1E1503C74200996D85 /* ecdsa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ecdsa.h; sourceTree = ""; }; + DAF56C1F1503C74200996D85 /* ecdsatest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ecdsatest.c; sourceTree = ""; }; + DAF56C201503C74200996D85 /* ecs_asn1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ecs_asn1.c; sourceTree = ""; }; + DAF56C211503C74200996D85 /* ecs_err.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ecs_err.c; sourceTree = ""; }; + DAF56C221503C74200996D85 /* ecs_lib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ecs_lib.c; sourceTree = ""; }; + DAF56C231503C74200996D85 /* ecs_locl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ecs_locl.h; sourceTree = ""; }; + DAF56C241503C74200996D85 /* ecs_ossl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ecs_ossl.c; sourceTree = ""; }; + DAF56C251503C74200996D85 /* ecs_sign.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ecs_sign.c; sourceTree = ""; }; + DAF56C261503C74200996D85 /* ecs_vrf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ecs_vrf.c; sourceTree = ""; }; + DAF56C271503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56C291503C74200996D85 /* eng_all.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = eng_all.c; sourceTree = ""; }; + DAF56C2A1503C74200996D85 /* eng_cnf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = eng_cnf.c; sourceTree = ""; }; + DAF56C2B1503C74200996D85 /* eng_cryptodev.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = eng_cryptodev.c; sourceTree = ""; }; + DAF56C2C1503C74200996D85 /* eng_ctrl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = eng_ctrl.c; sourceTree = ""; }; + DAF56C2D1503C74200996D85 /* eng_dyn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = eng_dyn.c; sourceTree = ""; }; + DAF56C2E1503C74200996D85 /* eng_err.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = eng_err.c; sourceTree = ""; }; + DAF56C2F1503C74200996D85 /* eng_fat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = eng_fat.c; sourceTree = ""; }; + DAF56C301503C74200996D85 /* eng_init.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = eng_init.c; sourceTree = ""; }; + DAF56C311503C74200996D85 /* eng_int.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = eng_int.h; sourceTree = ""; }; + DAF56C321503C74200996D85 /* eng_lib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = eng_lib.c; sourceTree = ""; }; + DAF56C331503C74200996D85 /* eng_list.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = eng_list.c; sourceTree = ""; }; + DAF56C341503C74200996D85 /* eng_openssl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = eng_openssl.c; sourceTree = ""; }; + DAF56C351503C74200996D85 /* eng_pkey.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = eng_pkey.c; sourceTree = ""; }; + DAF56C361503C74200996D85 /* eng_table.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = eng_table.c; sourceTree = ""; }; + DAF56C371503C74200996D85 /* engine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = engine.h; sourceTree = ""; }; + DAF56C381503C74200996D85 /* enginetest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = enginetest.c; sourceTree = ""; }; + DAF56C391503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56C3A1503C74200996D85 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = ""; }; + DAF56C3B1503C74200996D85 /* tb_asnmth.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tb_asnmth.c; sourceTree = ""; }; + DAF56C3C1503C74200996D85 /* tb_cipher.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tb_cipher.c; sourceTree = ""; }; + DAF56C3D1503C74200996D85 /* tb_dh.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tb_dh.c; sourceTree = ""; }; + DAF56C3E1503C74200996D85 /* tb_digest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tb_digest.c; sourceTree = ""; }; + DAF56C3F1503C74200996D85 /* tb_dsa.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tb_dsa.c; sourceTree = ""; }; + DAF56C401503C74200996D85 /* tb_ecdh.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tb_ecdh.c; sourceTree = ""; }; + DAF56C411503C74200996D85 /* tb_ecdsa.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tb_ecdsa.c; sourceTree = ""; }; + DAF56C421503C74200996D85 /* tb_pkmeth.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tb_pkmeth.c; sourceTree = ""; }; + DAF56C431503C74200996D85 /* tb_rand.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tb_rand.c; sourceTree = ""; }; + DAF56C441503C74200996D85 /* tb_rsa.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tb_rsa.c; sourceTree = ""; }; + DAF56C451503C74200996D85 /* tb_store.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tb_store.c; sourceTree = ""; }; + DAF56C471503C74200996D85 /* err.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = err.c; sourceTree = ""; }; + DAF56C481503C74200996D85 /* err.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = err.h; sourceTree = ""; }; + DAF56C491503C74200996D85 /* err_all.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = err_all.c; sourceTree = ""; }; + DAF56C4A1503C74200996D85 /* err_prn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = err_prn.c; sourceTree = ""; }; + DAF56C4B1503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56C4C1503C74200996D85 /* openssl.ec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = openssl.ec; sourceTree = ""; }; + DAF56C4E1503C74200996D85 /* bio_b64.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bio_b64.c; sourceTree = ""; }; + DAF56C4F1503C74200996D85 /* bio_enc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bio_enc.c; sourceTree = ""; }; + DAF56C501503C74200996D85 /* bio_md.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bio_md.c; sourceTree = ""; }; + DAF56C511503C74200996D85 /* bio_ok.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bio_ok.c; sourceTree = ""; }; + DAF56C521503C74200996D85 /* c_all.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = c_all.c; sourceTree = ""; }; + DAF56C531503C74200996D85 /* c_allc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = c_allc.c; sourceTree = ""; }; + DAF56C541503C74200996D85 /* c_alld.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = c_alld.c; sourceTree = ""; }; + DAF56C551503C74200996D85 /* digest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = digest.c; sourceTree = ""; }; + DAF56C561503C74200996D85 /* e_aes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = e_aes.c; sourceTree = ""; }; + DAF56C571503C74200996D85 /* e_bf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = e_bf.c; sourceTree = ""; }; + DAF56C581503C74200996D85 /* e_camellia.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = e_camellia.c; sourceTree = ""; }; + DAF56C591503C74200996D85 /* e_cast.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = e_cast.c; sourceTree = ""; }; + DAF56C5A1503C74200996D85 /* e_des.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = e_des.c; sourceTree = ""; }; + DAF56C5B1503C74200996D85 /* e_des3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = e_des3.c; sourceTree = ""; }; + DAF56C5C1503C74200996D85 /* e_dsa.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = e_dsa.c; sourceTree = ""; }; + DAF56C5D1503C74200996D85 /* e_idea.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = e_idea.c; sourceTree = ""; }; + DAF56C5E1503C74200996D85 /* e_null.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = e_null.c; sourceTree = ""; }; + DAF56C5F1503C74200996D85 /* e_old.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = e_old.c; sourceTree = ""; }; + DAF56C601503C74200996D85 /* e_rc2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = e_rc2.c; sourceTree = ""; }; + DAF56C611503C74200996D85 /* e_rc4.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = e_rc4.c; sourceTree = ""; }; + DAF56C621503C74200996D85 /* e_rc5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = e_rc5.c; sourceTree = ""; }; + DAF56C631503C74200996D85 /* e_seed.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = e_seed.c; sourceTree = ""; }; + DAF56C641503C74200996D85 /* e_xcbc_d.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = e_xcbc_d.c; sourceTree = ""; }; + DAF56C651503C74200996D85 /* encode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = encode.c; sourceTree = ""; }; + DAF56C661503C74200996D85 /* evp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = evp.h; sourceTree = ""; }; + DAF56C671503C74200996D85 /* evp_acnf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = evp_acnf.c; sourceTree = ""; }; + DAF56C681503C74200996D85 /* evp_enc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = evp_enc.c; sourceTree = ""; }; + DAF56C691503C74200996D85 /* evp_err.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = evp_err.c; sourceTree = ""; }; + DAF56C6A1503C74200996D85 /* evp_key.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = evp_key.c; sourceTree = ""; }; + DAF56C6B1503C74200996D85 /* evp_lib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = evp_lib.c; sourceTree = ""; }; + DAF56C6C1503C74200996D85 /* evp_locl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = evp_locl.h; sourceTree = ""; }; + DAF56C6D1503C74200996D85 /* evp_pbe.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = evp_pbe.c; sourceTree = ""; }; + DAF56C6E1503C74200996D85 /* evp_pkey.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = evp_pkey.c; sourceTree = ""; }; + DAF56C6F1503C74200996D85 /* evp_test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = evp_test.c; sourceTree = ""; }; + DAF56C701503C74200996D85 /* evptests.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = evptests.txt; sourceTree = ""; }; + DAF56C711503C74200996D85 /* m_dss.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = m_dss.c; sourceTree = ""; }; + DAF56C721503C74200996D85 /* m_dss1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = m_dss1.c; sourceTree = ""; }; + DAF56C731503C74200996D85 /* m_ecdsa.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = m_ecdsa.c; sourceTree = ""; }; + DAF56C741503C74200996D85 /* m_md2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = m_md2.c; sourceTree = ""; }; + DAF56C751503C74200996D85 /* m_md4.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = m_md4.c; sourceTree = ""; }; + DAF56C761503C74200996D85 /* m_md5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = m_md5.c; sourceTree = ""; }; + DAF56C771503C74200996D85 /* m_mdc2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = m_mdc2.c; sourceTree = ""; }; + DAF56C781503C74200996D85 /* m_null.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = m_null.c; sourceTree = ""; }; + DAF56C791503C74200996D85 /* m_ripemd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = m_ripemd.c; sourceTree = ""; }; + DAF56C7A1503C74200996D85 /* m_sha.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = m_sha.c; sourceTree = ""; }; + DAF56C7B1503C74200996D85 /* m_sha1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = m_sha1.c; sourceTree = ""; }; + DAF56C7C1503C74200996D85 /* m_sigver.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = m_sigver.c; sourceTree = ""; }; + DAF56C7D1503C74200996D85 /* m_wp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = m_wp.c; sourceTree = ""; }; + DAF56C7E1503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56C7F1503C74200996D85 /* names.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = names.c; sourceTree = ""; }; + DAF56C801503C74200996D85 /* openbsd_hw.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = openbsd_hw.c; sourceTree = ""; }; + DAF56C811503C74200996D85 /* p5_crpt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = p5_crpt.c; sourceTree = ""; }; + DAF56C821503C74200996D85 /* p5_crpt2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = p5_crpt2.c; sourceTree = ""; }; + DAF56C831503C74200996D85 /* p_dec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = p_dec.c; sourceTree = ""; }; + DAF56C841503C74200996D85 /* p_enc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = p_enc.c; sourceTree = ""; }; + DAF56C851503C74200996D85 /* p_lib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = p_lib.c; sourceTree = ""; }; + DAF56C861503C74200996D85 /* p_open.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = p_open.c; sourceTree = ""; }; + DAF56C871503C74200996D85 /* p_seal.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = p_seal.c; sourceTree = ""; }; + DAF56C881503C74200996D85 /* p_sign.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = p_sign.c; sourceTree = ""; }; + DAF56C891503C74200996D85 /* p_verify.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = p_verify.c; sourceTree = ""; }; + DAF56C8A1503C74200996D85 /* pmeth_fn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pmeth_fn.c; sourceTree = ""; }; + DAF56C8B1503C74200996D85 /* pmeth_gn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pmeth_gn.c; sourceTree = ""; }; + DAF56C8C1503C74200996D85 /* pmeth_lib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pmeth_lib.c; sourceTree = ""; }; + DAF56C8D1503C74200996D85 /* ex_data.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ex_data.c; sourceTree = ""; }; + DAF56C8F1503C74200996D85 /* hm_ameth.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = hm_ameth.c; sourceTree = ""; }; + DAF56C901503C74200996D85 /* hm_pmeth.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = hm_pmeth.c; sourceTree = ""; }; + DAF56C911503C74200996D85 /* hmac.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = hmac.c; sourceTree = ""; }; + DAF56C921503C74200996D85 /* hmac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hmac.h; sourceTree = ""; }; + DAF56C931503C74200996D85 /* hmactest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = hmactest.c; sourceTree = ""; }; + DAF56C941503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56C951503C74200996D85 /* ia64cpuid.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = ia64cpuid.S; sourceTree = ""; }; + DAF56C971503C74200996D85 /* i_cbc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = i_cbc.c; sourceTree = ""; }; + DAF56C981503C74200996D85 /* i_cfb64.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = i_cfb64.c; sourceTree = ""; }; + DAF56C991503C74200996D85 /* i_ecb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = i_ecb.c; sourceTree = ""; }; + DAF56C9A1503C74200996D85 /* i_ofb64.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = i_ofb64.c; sourceTree = ""; }; + DAF56C9B1503C74200996D85 /* i_skey.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = i_skey.c; sourceTree = ""; }; + DAF56C9C1503C74200996D85 /* idea.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = idea.h; sourceTree = ""; }; + DAF56C9D1503C74200996D85 /* idea_lcl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = idea_lcl.h; sourceTree = ""; }; + DAF56C9E1503C74200996D85 /* idea_spd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = idea_spd.c; sourceTree = ""; }; + DAF56C9F1503C74200996D85 /* ideatest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ideatest.c; sourceTree = ""; }; + DAF56CA01503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56CA11503C74200996D85 /* version */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = version; sourceTree = ""; }; + DAF56CA21503C74200996D85 /* install.com */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = install.com; sourceTree = ""; }; + DAF56CA41503C74200996D85 /* jpake.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jpake.c; sourceTree = ""; }; + DAF56CA51503C74200996D85 /* jpake.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jpake.h; sourceTree = ""; }; + DAF56CA61503C74200996D85 /* jpake_err.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jpake_err.c; sourceTree = ""; }; + DAF56CA71503C74200996D85 /* jpaketest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jpaketest.c; sourceTree = ""; }; + DAF56CA81503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56CAA1503C74200996D85 /* krb5_asn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = krb5_asn.c; sourceTree = ""; }; + DAF56CAB1503C74200996D85 /* krb5_asn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = krb5_asn.h; sourceTree = ""; }; + DAF56CAC1503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56CAE1503C74200996D85 /* lh_stats.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lh_stats.c; sourceTree = ""; }; + DAF56CAF1503C74200996D85 /* lh_test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lh_test.c; sourceTree = ""; }; + DAF56CB01503C74200996D85 /* lhash.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lhash.c; sourceTree = ""; }; + DAF56CB11503C74200996D85 /* lhash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lhash.h; sourceTree = ""; }; + DAF56CB21503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56CB31503C74200996D85 /* num.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = num.pl; sourceTree = ""; }; + DAF56CB41503C74200996D85 /* LPdir_nyi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = LPdir_nyi.c; sourceTree = ""; }; + DAF56CB51503C74200996D85 /* LPdir_unix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = LPdir_unix.c; sourceTree = ""; }; + DAF56CB61503C74200996D85 /* LPdir_vms.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = LPdir_vms.c; sourceTree = ""; }; + DAF56CB71503C74200996D85 /* LPdir_win.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = LPdir_win.c; sourceTree = ""; }; + DAF56CB81503C74200996D85 /* LPdir_win32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = LPdir_win32.c; sourceTree = ""; }; + DAF56CB91503C74200996D85 /* LPdir_wince.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = LPdir_wince.c; sourceTree = ""; }; + DAF56CBA1503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56CBC1503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56CBD1503C74200996D85 /* md2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = md2.c; sourceTree = ""; }; + DAF56CBE1503C74200996D85 /* md2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = md2.h; sourceTree = ""; }; + DAF56CBF1503C74200996D85 /* md2_dgst.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = md2_dgst.c; sourceTree = ""; }; + DAF56CC01503C74200996D85 /* md2_one.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = md2_one.c; sourceTree = ""; }; + DAF56CC11503C74200996D85 /* md2test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = md2test.c; sourceTree = ""; }; + DAF56CC21503C74200996D85 /* md32_common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = md32_common.h; sourceTree = ""; }; + DAF56CC41503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56CC51503C74200996D85 /* md4.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = md4.c; sourceTree = ""; }; + DAF56CC61503C74200996D85 /* md4.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = md4.h; sourceTree = ""; }; + DAF56CC71503C74200996D85 /* md4_dgst.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = md4_dgst.c; sourceTree = ""; }; + DAF56CC81503C74200996D85 /* md4_locl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = md4_locl.h; sourceTree = ""; }; + DAF56CC91503C74200996D85 /* md4_one.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = md4_one.c; sourceTree = ""; }; + DAF56CCA1503C74200996D85 /* md4s.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = md4s.cpp; sourceTree = ""; }; + DAF56CCB1503C74200996D85 /* md4test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = md4test.c; sourceTree = ""; }; + DAF56CCE1503C74200996D85 /* md5-586.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "md5-586.pl"; sourceTree = ""; }; + DAF56CCF1503C74200996D85 /* md5-ia64.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = "md5-ia64.S"; sourceTree = ""; }; + DAF56CD01503C74200996D85 /* md5-x86_64.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "md5-x86_64.pl"; sourceTree = ""; }; + DAF56CD11503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56CD21503C74200996D85 /* md5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = md5.c; sourceTree = ""; }; + DAF56CD31503C74200996D85 /* md5.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = md5.h; sourceTree = ""; }; + DAF56CD41503C74200996D85 /* md5_dgst.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = md5_dgst.c; sourceTree = ""; }; + DAF56CD51503C74200996D85 /* md5_locl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = md5_locl.h; sourceTree = ""; }; + DAF56CD61503C74200996D85 /* md5_one.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = md5_one.c; sourceTree = ""; }; + DAF56CD71503C74200996D85 /* md5s.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = md5s.cpp; sourceTree = ""; }; + DAF56CD81503C74200996D85 /* md5test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = md5test.c; sourceTree = ""; }; + DAF56CDA1503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56CDB1503C74200996D85 /* mdc2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mdc2.h; sourceTree = ""; }; + DAF56CDC1503C74200996D85 /* mdc2_one.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mdc2_one.c; sourceTree = ""; }; + DAF56CDD1503C74200996D85 /* mdc2dgst.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mdc2dgst.c; sourceTree = ""; }; + DAF56CDE1503C74200996D85 /* mdc2test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mdc2test.c; sourceTree = ""; }; + DAF56CDF1503C74200996D85 /* mem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mem.c; sourceTree = ""; }; + DAF56CE01503C74200996D85 /* mem_clr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mem_clr.c; sourceTree = ""; }; + DAF56CE11503C74200996D85 /* mem_dbg.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mem_dbg.c; sourceTree = ""; }; + DAF56CE31503C74200996D85 /* cbc128.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cbc128.c; sourceTree = ""; }; + DAF56CE41503C74200996D85 /* cfb128.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cfb128.c; sourceTree = ""; }; + DAF56CE51503C74200996D85 /* ctr128.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ctr128.c; sourceTree = ""; }; + DAF56CE61503C74200996D85 /* cts128.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cts128.c; sourceTree = ""; }; + DAF56CE71503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56CE81503C74200996D85 /* modes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = modes.h; sourceTree = ""; }; + DAF56CE91503C74200996D85 /* ofb128.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ofb128.c; sourceTree = ""; }; + DAF56CEA1503C74200996D85 /* o_dir.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = o_dir.c; sourceTree = ""; }; + DAF56CEB1503C74200996D85 /* o_dir.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = o_dir.h; sourceTree = ""; }; + DAF56CEC1503C74200996D85 /* o_dir_test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = o_dir_test.c; sourceTree = ""; }; + DAF56CED1503C74200996D85 /* o_str.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = o_str.c; sourceTree = ""; }; + DAF56CEE1503C74200996D85 /* o_str.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = o_str.h; sourceTree = ""; }; + DAF56CEF1503C74200996D85 /* o_time.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = o_time.c; sourceTree = ""; }; + DAF56CF01503C74200996D85 /* o_time.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = o_time.h; sourceTree = ""; }; + DAF56CF21503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56CF31503C74200996D85 /* o_names.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = o_names.c; sourceTree = ""; }; + DAF56CF41503C74200996D85 /* obj_dat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = obj_dat.c; sourceTree = ""; }; + DAF56CF51503C74200996D85 /* obj_dat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = obj_dat.h; sourceTree = ""; }; + DAF56CF61503C74200996D85 /* obj_dat.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = obj_dat.pl; sourceTree = ""; }; + DAF56CF71503C74200996D85 /* obj_err.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = obj_err.c; sourceTree = ""; }; + DAF56CF81503C74200996D85 /* obj_lib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = obj_lib.c; sourceTree = ""; }; + DAF56CF91503C74200996D85 /* obj_mac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = obj_mac.h; sourceTree = ""; }; + DAF56CFA1503C74200996D85 /* obj_mac.num */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = obj_mac.num; sourceTree = ""; }; + DAF56CFB1503C74200996D85 /* obj_xref.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = obj_xref.c; sourceTree = ""; }; + DAF56CFC1503C74200996D85 /* obj_xref.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = obj_xref.h; sourceTree = ""; }; + DAF56CFD1503C74200996D85 /* obj_xref.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = obj_xref.txt; sourceTree = ""; }; + DAF56CFE1503C74200996D85 /* objects.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = objects.h; sourceTree = ""; }; + DAF56CFF1503C74200996D85 /* objects.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = objects.pl; sourceTree = ""; }; + DAF56D001503C74200996D85 /* objects.README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = objects.README; sourceTree = ""; }; + DAF56D011503C74200996D85 /* objects.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = objects.txt; sourceTree = ""; }; + DAF56D021503C74200996D85 /* objxref.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = objxref.pl; sourceTree = ""; }; + DAF56D041503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56D051503C74200996D85 /* ocsp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ocsp.h; sourceTree = ""; }; + DAF56D061503C74200996D85 /* ocsp_asn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ocsp_asn.c; sourceTree = ""; }; + DAF56D071503C74200996D85 /* ocsp_cl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ocsp_cl.c; sourceTree = ""; }; + DAF56D081503C74200996D85 /* ocsp_err.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ocsp_err.c; sourceTree = ""; }; + DAF56D091503C74200996D85 /* ocsp_ext.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ocsp_ext.c; sourceTree = ""; }; + DAF56D0A1503C74200996D85 /* ocsp_ht.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ocsp_ht.c; sourceTree = ""; }; + DAF56D0B1503C74200996D85 /* ocsp_lib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ocsp_lib.c; sourceTree = ""; }; + DAF56D0C1503C74200996D85 /* ocsp_prn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ocsp_prn.c; sourceTree = ""; }; + DAF56D0D1503C74200996D85 /* ocsp_srv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ocsp_srv.c; sourceTree = ""; }; + DAF56D0E1503C74200996D85 /* ocsp_vfy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ocsp_vfy.c; sourceTree = ""; }; + DAF56D0F1503C74200996D85 /* opensslconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = opensslconf.h; sourceTree = ""; }; + DAF56D101503C74200996D85 /* opensslconf.h.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = opensslconf.h.in; sourceTree = ""; }; + DAF56D111503C74200996D85 /* opensslv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = opensslv.h; sourceTree = ""; }; + DAF56D121503C74200996D85 /* ossl_typ.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ossl_typ.h; sourceTree = ""; }; + DAF56D141503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56D151503C74200996D85 /* message */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = message; sourceTree = ""; }; + DAF56D161503C74200996D85 /* pem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pem.h; sourceTree = ""; }; + DAF56D171503C74200996D85 /* pem2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pem2.h; sourceTree = ""; }; + DAF56D181503C74200996D85 /* pem_all.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pem_all.c; sourceTree = ""; }; + DAF56D191503C74200996D85 /* pem_err.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pem_err.c; sourceTree = ""; }; + DAF56D1A1503C74200996D85 /* pem_info.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pem_info.c; sourceTree = ""; }; + DAF56D1B1503C74200996D85 /* pem_lib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pem_lib.c; sourceTree = ""; }; + DAF56D1C1503C74200996D85 /* pem_oth.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pem_oth.c; sourceTree = ""; }; + DAF56D1D1503C74200996D85 /* pem_pk8.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pem_pk8.c; sourceTree = ""; }; + DAF56D1E1503C74200996D85 /* pem_pkey.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pem_pkey.c; sourceTree = ""; }; + DAF56D1F1503C74200996D85 /* pem_seal.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pem_seal.c; sourceTree = ""; }; + DAF56D201503C74200996D85 /* pem_sign.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pem_sign.c; sourceTree = ""; }; + DAF56D211503C74200996D85 /* pem_x509.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pem_x509.c; sourceTree = ""; }; + DAF56D221503C74200996D85 /* pem_xaux.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pem_xaux.c; sourceTree = ""; }; + DAF56D231503C74200996D85 /* pkcs7.lis */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pkcs7.lis; sourceTree = ""; }; + DAF56D241503C74200996D85 /* pvkfmt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pvkfmt.c; sourceTree = ""; }; + DAF56D261503C74200996D85 /* cbc.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = cbc.pl; sourceTree = ""; }; + DAF56D271503C74200996D85 /* ppc-xlate.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "ppc-xlate.pl"; sourceTree = ""; }; + DAF56D281503C74200996D85 /* readme */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = readme; sourceTree = ""; }; + DAF56D291503C74200996D85 /* x86_64-xlate.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "x86_64-xlate.pl"; sourceTree = ""; }; + DAF56D2A1503C74200996D85 /* x86asm.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = x86asm.pl; sourceTree = ""; }; + DAF56D2B1503C74200996D85 /* x86gas.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = x86gas.pl; sourceTree = ""; }; + DAF56D2C1503C74200996D85 /* x86masm.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = x86masm.pl; sourceTree = ""; }; + DAF56D2D1503C74200996D85 /* x86nasm.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = x86nasm.pl; sourceTree = ""; }; + DAF56D2F1503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56D301503C74200996D85 /* p12_add.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = p12_add.c; sourceTree = ""; }; + DAF56D311503C74200996D85 /* p12_asn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = p12_asn.c; sourceTree = ""; }; + DAF56D321503C74200996D85 /* p12_attr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = p12_attr.c; sourceTree = ""; }; + DAF56D331503C74200996D85 /* p12_crpt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = p12_crpt.c; sourceTree = ""; }; + DAF56D341503C74200996D85 /* p12_crt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = p12_crt.c; sourceTree = ""; }; + DAF56D351503C74200996D85 /* p12_decr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = p12_decr.c; sourceTree = ""; }; + DAF56D361503C74200996D85 /* p12_init.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = p12_init.c; sourceTree = ""; }; + DAF56D371503C74200996D85 /* p12_key.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = p12_key.c; sourceTree = ""; }; + DAF56D381503C74200996D85 /* p12_kiss.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = p12_kiss.c; sourceTree = ""; }; + DAF56D391503C74200996D85 /* p12_mutl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = p12_mutl.c; sourceTree = ""; }; + DAF56D3A1503C74200996D85 /* p12_npas.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = p12_npas.c; sourceTree = ""; }; + DAF56D3B1503C74200996D85 /* p12_p8d.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = p12_p8d.c; sourceTree = ""; }; + DAF56D3C1503C74200996D85 /* p12_p8e.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = p12_p8e.c; sourceTree = ""; }; + DAF56D3D1503C74200996D85 /* p12_utl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = p12_utl.c; sourceTree = ""; }; + DAF56D3E1503C74200996D85 /* pk12err.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pk12err.c; sourceTree = ""; }; + DAF56D3F1503C74200996D85 /* pkcs12.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pkcs12.h; sourceTree = ""; }; + DAF56D411503C74200996D85 /* bio_ber.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bio_ber.c; sourceTree = ""; }; + DAF56D421503C74200996D85 /* bio_pk7.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bio_pk7.c; sourceTree = ""; }; + DAF56D431503C74200996D85 /* dec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dec.c; sourceTree = ""; }; + DAF56D441503C74200996D85 /* des.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = des.pem; sourceTree = ""; }; + DAF56D451503C74200996D85 /* doc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = doc; sourceTree = ""; }; + DAF56D461503C74200996D85 /* enc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = enc.c; sourceTree = ""; }; + DAF56D471503C74200996D85 /* es1.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = es1.pem; sourceTree = ""; }; + DAF56D481503C74200996D85 /* example.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = example.c; sourceTree = ""; }; + DAF56D491503C74200996D85 /* example.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = example.h; sourceTree = ""; }; + DAF56D4A1503C74200996D85 /* info.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = info.pem; sourceTree = ""; }; + DAF56D4B1503C74200996D85 /* infokey.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = infokey.pem; sourceTree = ""; }; + DAF56D4C1503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56D4E1503C74200996D85 /* a1 */ = {isa = PBXFileReference; lastKnownFileType = file; path = a1; sourceTree = ""; }; + DAF56D4F1503C74200996D85 /* a2 */ = {isa = PBXFileReference; lastKnownFileType = file; path = a2; sourceTree = ""; }; + DAF56D501503C74200996D85 /* cert.p7c */ = {isa = PBXFileReference; lastKnownFileType = file; path = cert.p7c; sourceTree = ""; }; + DAF56D511503C74200996D85 /* smime.p7m */ = {isa = PBXFileReference; lastKnownFileType = file; path = smime.p7m; sourceTree = ""; }; + DAF56D521503C74200996D85 /* smime.p7s */ = {isa = PBXFileReference; lastKnownFileType = file; path = smime.p7s; sourceTree = ""; }; + DAF56D531503C74200996D85 /* pk7_asn1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pk7_asn1.c; sourceTree = ""; }; + DAF56D541503C74200996D85 /* pk7_attr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pk7_attr.c; sourceTree = ""; }; + DAF56D551503C74200996D85 /* pk7_dgst.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pk7_dgst.c; sourceTree = ""; }; + DAF56D561503C74200996D85 /* pk7_doit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pk7_doit.c; sourceTree = ""; }; + DAF56D571503C74200996D85 /* pk7_enc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pk7_enc.c; sourceTree = ""; }; + DAF56D581503C74200996D85 /* pk7_lib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pk7_lib.c; sourceTree = ""; }; + DAF56D591503C74200996D85 /* pk7_mime.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pk7_mime.c; sourceTree = ""; }; + DAF56D5A1503C74200996D85 /* pk7_smime.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pk7_smime.c; sourceTree = ""; }; + DAF56D5B1503C74200996D85 /* pkcs7.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pkcs7.h; sourceTree = ""; }; + DAF56D5C1503C74200996D85 /* pkcs7err.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pkcs7err.c; sourceTree = ""; }; + DAF56D5D1503C74200996D85 /* server.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = server.pem; sourceTree = ""; }; + DAF56D5E1503C74200996D85 /* sign.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sign.c; sourceTree = ""; }; + DAF56D601503C74200996D85 /* 3des.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 3des.pem; sourceTree = ""; }; + DAF56D611503C74200996D85 /* 3dess.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 3dess.pem; sourceTree = ""; }; + DAF56D621503C74200996D85 /* c.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = c.pem; sourceTree = ""; }; + DAF56D631503C74200996D85 /* ff */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ff; sourceTree = ""; }; + DAF56D641503C74200996D85 /* msie-e */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "msie-e"; sourceTree = ""; }; + DAF56D651503C74200996D85 /* msie-e.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "msie-e.pem"; sourceTree = ""; }; + DAF56D661503C74200996D85 /* msie-enc-01 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "msie-enc-01"; sourceTree = ""; }; + DAF56D671503C74200996D85 /* msie-enc-01.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "msie-enc-01.pem"; sourceTree = ""; }; + DAF56D681503C74200996D85 /* msie-enc-02 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "msie-enc-02"; sourceTree = ""; }; + DAF56D691503C74200996D85 /* msie-enc-02.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "msie-enc-02.pem"; sourceTree = ""; }; + DAF56D6A1503C74200996D85 /* msie-s-a-e */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "msie-s-a-e"; sourceTree = ""; }; + DAF56D6B1503C74200996D85 /* msie-s-a-e.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "msie-s-a-e.pem"; sourceTree = ""; }; + DAF56D6C1503C74200996D85 /* nav-smime */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "nav-smime"; sourceTree = ""; }; + DAF56D6D1503C74200996D85 /* s.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = s.pem; sourceTree = ""; }; + DAF56D6E1503C74200996D85 /* server.pem */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = server.pem; sourceTree = ""; }; + DAF56D6F1503C74200996D85 /* verify.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = verify.c; sourceTree = ""; }; + DAF56D701503C74200996D85 /* ppccpuid.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = ppccpuid.pl; sourceTree = ""; }; + DAF56D721503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56D731503C74200996D85 /* pq_test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pq_test.c; sourceTree = ""; }; + DAF56D741503C74200996D85 /* pqueue.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pqueue.c; sourceTree = ""; }; + DAF56D751503C74200996D85 /* pqueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pqueue.h; sourceTree = ""; }; + DAF56D771503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56D781503C74200996D85 /* md_rand.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = md_rand.c; sourceTree = ""; }; + DAF56D791503C74200996D85 /* rand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rand.h; sourceTree = ""; }; + DAF56D7A1503C74200996D85 /* rand_egd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rand_egd.c; sourceTree = ""; }; + DAF56D7B1503C74200996D85 /* rand_err.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rand_err.c; sourceTree = ""; }; + DAF56D7C1503C74200996D85 /* rand_lcl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rand_lcl.h; sourceTree = ""; }; + DAF56D7D1503C74200996D85 /* rand_lib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rand_lib.c; sourceTree = ""; }; + DAF56D7E1503C74200996D85 /* rand_nw.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rand_nw.c; sourceTree = ""; }; + DAF56D7F1503C74200996D85 /* rand_os2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rand_os2.c; sourceTree = ""; }; + DAF56D801503C74200996D85 /* rand_unix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rand_unix.c; sourceTree = ""; }; + DAF56D811503C74200996D85 /* rand_vms.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rand_vms.c; sourceTree = ""; }; + DAF56D821503C74200996D85 /* rand_win.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rand_win.c; sourceTree = ""; }; + DAF56D831503C74200996D85 /* randfile.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = randfile.c; sourceTree = ""; }; + DAF56D841503C74200996D85 /* randtest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = randtest.c; sourceTree = ""; }; + DAF56D861503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56D871503C74200996D85 /* rc2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rc2.h; sourceTree = ""; }; + DAF56D881503C74200996D85 /* rc2_cbc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rc2_cbc.c; sourceTree = ""; }; + DAF56D891503C74200996D85 /* rc2_ecb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rc2_ecb.c; sourceTree = ""; }; + DAF56D8A1503C74200996D85 /* rc2_locl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rc2_locl.h; sourceTree = ""; }; + DAF56D8B1503C74200996D85 /* rc2_skey.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rc2_skey.c; sourceTree = ""; }; + DAF56D8C1503C74200996D85 /* rc2cfb64.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rc2cfb64.c; sourceTree = ""; }; + DAF56D8D1503C74200996D85 /* rc2ofb64.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rc2ofb64.c; sourceTree = ""; }; + DAF56D8E1503C74200996D85 /* rc2speed.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rc2speed.c; sourceTree = ""; }; + DAF56D8F1503C74200996D85 /* rc2test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rc2test.c; sourceTree = ""; }; + DAF56D901503C74200996D85 /* rrc2.doc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = rrc2.doc; sourceTree = ""; }; + DAF56D911503C74200996D85 /* tab.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tab.c; sourceTree = ""; }; + DAF56D921503C74200996D85 /* version */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = version; sourceTree = ""; }; + DAF56D951503C74200996D85 /* rc4-586.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "rc4-586.pl"; sourceTree = ""; }; + DAF56D961503C74200996D85 /* rc4-ia64.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "rc4-ia64.pl"; sourceTree = ""; }; + DAF56D971503C74200996D85 /* rc4-s390x.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "rc4-s390x.pl"; sourceTree = ""; }; + DAF56D981503C74200996D85 /* rc4-x86_64.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "rc4-x86_64.pl"; sourceTree = ""; }; + DAF56D991503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56D9A1503C74200996D85 /* rc4.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rc4.c; sourceTree = ""; }; + DAF56D9B1503C74200996D85 /* rc4.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rc4.h; sourceTree = ""; }; + DAF56D9C1503C74200996D85 /* rc4_enc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rc4_enc.c; sourceTree = ""; }; + DAF56D9D1503C74200996D85 /* rc4_locl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rc4_locl.h; sourceTree = ""; }; + DAF56D9E1503C74200996D85 /* rc4_skey.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rc4_skey.c; sourceTree = ""; }; + DAF56D9F1503C74200996D85 /* rc4s.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = rc4s.cpp; sourceTree = ""; }; + DAF56DA01503C74200996D85 /* rc4speed.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rc4speed.c; sourceTree = ""; }; + DAF56DA11503C74200996D85 /* rc4test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rc4test.c; sourceTree = ""; }; + DAF56DA21503C74200996D85 /* rrc4.doc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = rrc4.doc; sourceTree = ""; }; + DAF56DA51503C74200996D85 /* rc5-586.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "rc5-586.pl"; sourceTree = ""; }; + DAF56DA61503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56DA71503C74200996D85 /* rc5.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rc5.h; sourceTree = ""; }; + DAF56DA81503C74200996D85 /* rc5_ecb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rc5_ecb.c; sourceTree = ""; }; + DAF56DA91503C74200996D85 /* rc5_enc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rc5_enc.c; sourceTree = ""; }; + DAF56DAA1503C74200996D85 /* rc5_locl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rc5_locl.h; sourceTree = ""; }; + DAF56DAB1503C74200996D85 /* rc5_skey.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rc5_skey.c; sourceTree = ""; }; + DAF56DAC1503C74200996D85 /* rc5cfb64.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rc5cfb64.c; sourceTree = ""; }; + DAF56DAD1503C74200996D85 /* rc5ofb64.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rc5ofb64.c; sourceTree = ""; }; + DAF56DAE1503C74200996D85 /* rc5s.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = rc5s.cpp; sourceTree = ""; }; + DAF56DAF1503C74200996D85 /* rc5speed.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rc5speed.c; sourceTree = ""; }; + DAF56DB01503C74200996D85 /* rc5test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rc5test.c; sourceTree = ""; }; + DAF56DB31503C74200996D85 /* rips.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = rips.cpp; sourceTree = ""; }; + DAF56DB41503C74200996D85 /* rmd-586.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "rmd-586.pl"; sourceTree = ""; }; + DAF56DB51503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56DB61503C74200996D85 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = ""; }; + DAF56DB71503C74200996D85 /* ripemd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ripemd.h; sourceTree = ""; }; + DAF56DB81503C74200996D85 /* rmd160.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rmd160.c; sourceTree = ""; }; + DAF56DB91503C74200996D85 /* rmd_dgst.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rmd_dgst.c; sourceTree = ""; }; + DAF56DBA1503C74200996D85 /* rmd_locl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rmd_locl.h; sourceTree = ""; }; + DAF56DBB1503C74200996D85 /* rmd_one.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rmd_one.c; sourceTree = ""; }; + DAF56DBC1503C74200996D85 /* rmdconst.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rmdconst.h; sourceTree = ""; }; + DAF56DBD1503C74200996D85 /* rmdtest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rmdtest.c; sourceTree = ""; }; + DAF56DBF1503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56DC01503C74200996D85 /* rsa.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rsa.h; sourceTree = ""; }; + DAF56DC11503C74200996D85 /* rsa_ameth.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rsa_ameth.c; sourceTree = ""; }; + DAF56DC21503C74200996D85 /* rsa_asn1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rsa_asn1.c; sourceTree = ""; }; + DAF56DC31503C74200996D85 /* rsa_chk.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rsa_chk.c; sourceTree = ""; }; + DAF56DC41503C74200996D85 /* rsa_depr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rsa_depr.c; sourceTree = ""; }; + DAF56DC51503C74200996D85 /* rsa_eay.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rsa_eay.c; sourceTree = ""; }; + DAF56DC61503C74200996D85 /* rsa_err.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rsa_err.c; sourceTree = ""; }; + DAF56DC71503C74200996D85 /* rsa_gen.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rsa_gen.c; sourceTree = ""; }; + DAF56DC81503C74200996D85 /* rsa_lib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rsa_lib.c; sourceTree = ""; }; + DAF56DC91503C74200996D85 /* rsa_locl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = rsa_locl.h; sourceTree = ""; }; + DAF56DCA1503C74200996D85 /* rsa_none.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rsa_none.c; sourceTree = ""; }; + DAF56DCB1503C74200996D85 /* rsa_null.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rsa_null.c; sourceTree = ""; }; + DAF56DCC1503C74200996D85 /* rsa_oaep.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rsa_oaep.c; sourceTree = ""; }; + DAF56DCD1503C74200996D85 /* rsa_pk1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rsa_pk1.c; sourceTree = ""; }; + DAF56DCE1503C74200996D85 /* rsa_pmeth.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rsa_pmeth.c; sourceTree = ""; }; + DAF56DCF1503C74200996D85 /* rsa_prn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rsa_prn.c; sourceTree = ""; }; + DAF56DD01503C74200996D85 /* rsa_pss.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rsa_pss.c; sourceTree = ""; }; + DAF56DD11503C74200996D85 /* rsa_saos.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rsa_saos.c; sourceTree = ""; }; + DAF56DD21503C74200996D85 /* rsa_sign.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rsa_sign.c; sourceTree = ""; }; + DAF56DD31503C74200996D85 /* rsa_ssl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rsa_ssl.c; sourceTree = ""; }; + DAF56DD41503C74200996D85 /* rsa_test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rsa_test.c; sourceTree = ""; }; + DAF56DD51503C74200996D85 /* rsa_x931.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = rsa_x931.c; sourceTree = ""; }; + DAF56DD61503C74200996D85 /* s390xcap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = s390xcap.c; sourceTree = ""; }; + DAF56DD71503C74200996D85 /* s390xcpuid.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = s390xcpuid.S; sourceTree = ""; }; + DAF56DD91503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56DDA1503C74200996D85 /* seed.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = seed.c; sourceTree = ""; }; + DAF56DDB1503C74200996D85 /* seed.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = seed.h; sourceTree = ""; }; + DAF56DDC1503C74200996D85 /* seed_cbc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = seed_cbc.c; sourceTree = ""; }; + DAF56DDD1503C74200996D85 /* seed_cfb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = seed_cfb.c; sourceTree = ""; }; + DAF56DDE1503C74200996D85 /* seed_ecb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = seed_ecb.c; sourceTree = ""; }; + DAF56DDF1503C74200996D85 /* seed_locl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = seed_locl.h; sourceTree = ""; }; + DAF56DE01503C74200996D85 /* seed_ofb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = seed_ofb.c; sourceTree = ""; }; + DAF56DE31503C74200996D85 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = ""; }; + DAF56DE41503C74200996D85 /* sha1-586.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "sha1-586.pl"; sourceTree = ""; }; + DAF56DE51503C74200996D85 /* sha1-armv4-large.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "sha1-armv4-large.pl"; sourceTree = ""; }; + DAF56DE61503C74200996D85 /* sha1-ia64.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "sha1-ia64.pl"; sourceTree = ""; }; + DAF56DE71503C74200996D85 /* sha1-ppc.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "sha1-ppc.pl"; sourceTree = ""; }; + DAF56DE81503C74200996D85 /* sha1-s390x.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "sha1-s390x.pl"; sourceTree = ""; }; + DAF56DE91503C74200996D85 /* sha1-sparcv9.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "sha1-sparcv9.pl"; sourceTree = ""; }; + DAF56DEA1503C74200996D85 /* sha1-sparcv9a.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "sha1-sparcv9a.pl"; sourceTree = ""; }; + DAF56DEB1503C74200996D85 /* sha1-thumb.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "sha1-thumb.pl"; sourceTree = ""; }; + DAF56DEC1503C74200996D85 /* sha1-x86_64.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "sha1-x86_64.pl"; sourceTree = ""; }; + DAF56DED1503C74200996D85 /* sha256-586.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "sha256-586.pl"; sourceTree = ""; }; + DAF56DEE1503C74200996D85 /* sha256-armv4.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "sha256-armv4.pl"; sourceTree = ""; }; + DAF56DEF1503C74200996D85 /* sha512-586.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "sha512-586.pl"; sourceTree = ""; }; + DAF56DF01503C74200996D85 /* sha512-armv4.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "sha512-armv4.pl"; sourceTree = ""; }; + DAF56DF11503C74200996D85 /* sha512-ia64.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "sha512-ia64.pl"; sourceTree = ""; }; + DAF56DF21503C74200996D85 /* sha512-ppc.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "sha512-ppc.pl"; sourceTree = ""; }; + DAF56DF31503C74200996D85 /* sha512-s390x.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "sha512-s390x.pl"; sourceTree = ""; }; + DAF56DF41503C74200996D85 /* sha512-sparcv9.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "sha512-sparcv9.pl"; sourceTree = ""; }; + DAF56DF51503C74200996D85 /* sha512-x86_64.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "sha512-x86_64.pl"; sourceTree = ""; }; + DAF56DF61503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56DF71503C74200996D85 /* sha.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sha.c; sourceTree = ""; }; + DAF56DF81503C74200996D85 /* sha.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sha.h; sourceTree = ""; }; + DAF56DF91503C74200996D85 /* sha1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sha1.c; sourceTree = ""; }; + DAF56DFA1503C74200996D85 /* sha1_one.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sha1_one.c; sourceTree = ""; }; + DAF56DFB1503C74200996D85 /* sha1dgst.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sha1dgst.c; sourceTree = ""; }; + DAF56DFC1503C74200996D85 /* sha1test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sha1test.c; sourceTree = ""; }; + DAF56DFD1503C74200996D85 /* sha256.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sha256.c; sourceTree = ""; }; + DAF56DFE1503C74200996D85 /* sha256t.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sha256t.c; sourceTree = ""; }; + DAF56DFF1503C74200996D85 /* sha512.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sha512.c; sourceTree = ""; }; + DAF56E001503C74200996D85 /* sha512t.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sha512t.c; sourceTree = ""; }; + DAF56E011503C74200996D85 /* sha_dgst.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sha_dgst.c; sourceTree = ""; }; + DAF56E021503C74200996D85 /* sha_locl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sha_locl.h; sourceTree = ""; }; + DAF56E031503C74200996D85 /* sha_one.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sha_one.c; sourceTree = ""; }; + DAF56E041503C74200996D85 /* shatest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = shatest.c; sourceTree = ""; }; + DAF56E051503C74200996D85 /* sparccpuid.S */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = sparccpuid.S; sourceTree = ""; }; + DAF56E061503C74200996D85 /* sparcv9cap.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sparcv9cap.c; sourceTree = ""; }; + DAF56E081503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56E091503C74200996D85 /* safestack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = safestack.h; sourceTree = ""; }; + DAF56E0A1503C74200996D85 /* stack.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = stack.c; sourceTree = ""; }; + DAF56E0B1503C74200996D85 /* stack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stack.h; sourceTree = ""; }; + DAF56E0D1503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56E0E1503C74200996D85 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = ""; }; + DAF56E0F1503C74200996D85 /* store.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = store.h; sourceTree = ""; }; + DAF56E101503C74200996D85 /* str_err.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = str_err.c; sourceTree = ""; }; + DAF56E111503C74200996D85 /* str_lib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = str_lib.c; sourceTree = ""; }; + DAF56E121503C74200996D85 /* str_locl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = str_locl.h; sourceTree = ""; }; + DAF56E131503C74200996D85 /* str_mem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = str_mem.c; sourceTree = ""; }; + DAF56E141503C74200996D85 /* str_meth.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = str_meth.c; sourceTree = ""; }; + DAF56E151503C74200996D85 /* symhacks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = symhacks.h; sourceTree = ""; }; + DAF56E171503C74200996D85 /* mttest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mttest.c; sourceTree = ""; }; + DAF56E181503C74200996D85 /* netware.bat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = netware.bat; sourceTree = ""; }; + DAF56E191503C74200996D85 /* profile.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = profile.sh; sourceTree = ""; }; + DAF56E1A1503C74200996D85 /* ptest.bat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ptest.bat; sourceTree = ""; }; + DAF56E1B1503C74200996D85 /* pthread.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = pthread.sh; sourceTree = ""; }; + DAF56E1C1503C74200996D85 /* pthread2.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = pthread2.sh; sourceTree = ""; }; + DAF56E1D1503C74200996D85 /* pthreads-vms.com */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "pthreads-vms.com"; sourceTree = ""; }; + DAF56E1E1503C74200996D85 /* purify.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = purify.sh; sourceTree = ""; }; + DAF56E1F1503C74200996D85 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = ""; }; + DAF56E201503C74200996D85 /* solaris.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = solaris.sh; sourceTree = ""; }; + DAF56E211503C74200996D85 /* th-lock.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "th-lock.c"; sourceTree = ""; }; + DAF56E221503C74200996D85 /* win32.bat */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = win32.bat; sourceTree = ""; }; + DAF56E241503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56E251503C74200996D85 /* ts.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ts.h; sourceTree = ""; }; + DAF56E261503C74200996D85 /* ts_asn1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ts_asn1.c; sourceTree = ""; }; + DAF56E271503C74200996D85 /* ts_conf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ts_conf.c; sourceTree = ""; }; + DAF56E281503C74200996D85 /* ts_err.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ts_err.c; sourceTree = ""; }; + DAF56E291503C74200996D85 /* ts_lib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ts_lib.c; sourceTree = ""; }; + DAF56E2A1503C74200996D85 /* ts_req_print.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ts_req_print.c; sourceTree = ""; }; + DAF56E2B1503C74200996D85 /* ts_req_utils.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ts_req_utils.c; sourceTree = ""; }; + DAF56E2C1503C74200996D85 /* ts_rsp_print.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ts_rsp_print.c; sourceTree = ""; }; + DAF56E2D1503C74200996D85 /* ts_rsp_sign.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ts_rsp_sign.c; sourceTree = ""; }; + DAF56E2E1503C74200996D85 /* ts_rsp_utils.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ts_rsp_utils.c; sourceTree = ""; }; + DAF56E2F1503C74200996D85 /* ts_rsp_verify.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ts_rsp_verify.c; sourceTree = ""; }; + DAF56E301503C74200996D85 /* ts_verify_ctx.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ts_verify_ctx.c; sourceTree = ""; }; + DAF56E321503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56E331503C74200996D85 /* txt_db.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = txt_db.c; sourceTree = ""; }; + DAF56E341503C74200996D85 /* txt_db.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = txt_db.h; sourceTree = ""; }; + DAF56E361503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56E371503C74200996D85 /* ui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ui.h; sourceTree = ""; }; + DAF56E381503C74200996D85 /* ui_compat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ui_compat.c; sourceTree = ""; }; + DAF56E391503C74200996D85 /* ui_compat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ui_compat.h; sourceTree = ""; }; + DAF56E3A1503C74200996D85 /* ui_err.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ui_err.c; sourceTree = ""; }; + DAF56E3B1503C74200996D85 /* ui_lib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ui_lib.c; sourceTree = ""; }; + DAF56E3C1503C74200996D85 /* ui_locl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ui_locl.h; sourceTree = ""; }; + DAF56E3D1503C74200996D85 /* ui_openssl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ui_openssl.c; sourceTree = ""; }; + DAF56E3E1503C74200996D85 /* ui_openssl.c.rej */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ui_openssl.c.rej; sourceTree = ""; }; + DAF56E3F1503C74200996D85 /* ui_util.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = ui_util.c; sourceTree = ""; }; + DAF56E401503C74200996D85 /* uid.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = uid.c; sourceTree = ""; }; + DAF56E431503C74200996D85 /* wp-mmx.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "wp-mmx.pl"; sourceTree = ""; }; + DAF56E441503C74200996D85 /* wp-x86_64.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = "wp-x86_64.pl"; sourceTree = ""; }; + DAF56E451503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56E461503C74200996D85 /* whrlpool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = whrlpool.h; sourceTree = ""; }; + DAF56E471503C74200996D85 /* wp_block.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = wp_block.c; sourceTree = ""; }; + DAF56E481503C74200996D85 /* wp_dgst.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = wp_dgst.c; sourceTree = ""; }; + DAF56E491503C74200996D85 /* wp_locl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = wp_locl.h; sourceTree = ""; }; + DAF56E4A1503C74200996D85 /* wp_test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = wp_test.c; sourceTree = ""; }; + DAF56E4C1503C74200996D85 /* by_dir.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = by_dir.c; sourceTree = ""; }; + DAF56E4D1503C74200996D85 /* by_file.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = by_file.c; sourceTree = ""; }; + DAF56E4E1503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56E4F1503C74200996D85 /* x509.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = x509.h; sourceTree = ""; }; + DAF56E501503C74200996D85 /* x509_att.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x509_att.c; sourceTree = ""; }; + DAF56E511503C74200996D85 /* x509_cmp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x509_cmp.c; sourceTree = ""; }; + DAF56E521503C74200996D85 /* x509_d2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x509_d2.c; sourceTree = ""; }; + DAF56E531503C74200996D85 /* x509_def.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x509_def.c; sourceTree = ""; }; + DAF56E541503C74200996D85 /* x509_err.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x509_err.c; sourceTree = ""; }; + DAF56E551503C74200996D85 /* x509_ext.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x509_ext.c; sourceTree = ""; }; + DAF56E561503C74200996D85 /* x509_lu.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x509_lu.c; sourceTree = ""; }; + DAF56E571503C74200996D85 /* x509_obj.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x509_obj.c; sourceTree = ""; }; + DAF56E581503C74200996D85 /* x509_r2x.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x509_r2x.c; sourceTree = ""; }; + DAF56E591503C74200996D85 /* x509_req.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x509_req.c; sourceTree = ""; }; + DAF56E5A1503C74200996D85 /* x509_set.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x509_set.c; sourceTree = ""; }; + DAF56E5B1503C74200996D85 /* x509_trs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x509_trs.c; sourceTree = ""; }; + DAF56E5C1503C74200996D85 /* x509_txt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x509_txt.c; sourceTree = ""; }; + DAF56E5D1503C74200996D85 /* x509_v3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x509_v3.c; sourceTree = ""; }; + DAF56E5E1503C74200996D85 /* x509_vfy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x509_vfy.c; sourceTree = ""; }; + DAF56E5F1503C74200996D85 /* x509_vfy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = x509_vfy.h; sourceTree = ""; }; + DAF56E601503C74200996D85 /* x509_vpm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x509_vpm.c; sourceTree = ""; }; + DAF56E611503C74200996D85 /* x509cset.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x509cset.c; sourceTree = ""; }; + DAF56E621503C74200996D85 /* x509name.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x509name.c; sourceTree = ""; }; + DAF56E631503C74200996D85 /* x509rset.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x509rset.c; sourceTree = ""; }; + DAF56E641503C74200996D85 /* x509spki.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x509spki.c; sourceTree = ""; }; + DAF56E651503C74200996D85 /* x509type.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x509type.c; sourceTree = ""; }; + DAF56E661503C74200996D85 /* x_all.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = x_all.c; sourceTree = ""; }; + DAF56E681503C74200996D85 /* ext_dat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ext_dat.h; sourceTree = ""; }; + DAF56E691503C74200996D85 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; + DAF56E6A1503C74200996D85 /* pcy_cache.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pcy_cache.c; sourceTree = ""; }; + DAF56E6B1503C74200996D85 /* pcy_data.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pcy_data.c; sourceTree = ""; }; + DAF56E6C1503C74200996D85 /* pcy_int.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pcy_int.h; sourceTree = ""; }; + DAF56E6D1503C74200996D85 /* pcy_lib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pcy_lib.c; sourceTree = ""; }; + DAF56E6E1503C74200996D85 /* pcy_map.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pcy_map.c; sourceTree = ""; }; + DAF56E6F1503C74200996D85 /* pcy_node.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pcy_node.c; sourceTree = ""; }; + DAF56E701503C74200996D85 /* pcy_tree.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pcy_tree.c; sourceTree = ""; }; + DAF56E711503C74200996D85 /* tabtest.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tabtest.c; sourceTree = ""; }; + DAF56E721503C74200996D85 /* v3_addr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = v3_addr.c; sourceTree = ""; }; + DAF56E731503C74200996D85 /* v3_akey.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = v3_akey.c; sourceTree = ""; }; + DAF56E741503C74200996D85 /* v3_akeya.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = v3_akeya.c; sourceTree = ""; }; + DAF56E751503C74200996D85 /* v3_alt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = v3_alt.c; sourceTree = ""; }; + DAF56E761503C74200996D85 /* v3_asid.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = v3_asid.c; sourceTree = ""; }; + DAF56E771503C74200996D85 /* v3_bcons.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = v3_bcons.c; sourceTree = ""; }; + DAF56E781503C74200996D85 /* v3_bitst.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = v3_bitst.c; sourceTree = ""; }; + DAF56E791503C74200996D85 /* v3_conf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = v3_conf.c; sourceTree = ""; }; + DAF56E7A1503C74200996D85 /* v3_cpols.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = v3_cpols.c; sourceTree = ""; }; + DAF56E7B1503C74200996D85 /* v3_crld.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = v3_crld.c; sourceTree = ""; }; + DAF56E7C1503C74200996D85 /* v3_enum.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = v3_enum.c; sourceTree = ""; }; + DAF56E7D1503C74200996D85 /* v3_extku.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = v3_extku.c; sourceTree = ""; }; + DAF56E7E1503C74200996D85 /* v3_genn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = v3_genn.c; sourceTree = ""; }; + DAF56E7F1503C74200996D85 /* v3_ia5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = v3_ia5.c; sourceTree = ""; }; + DAF56E801503C74200996D85 /* v3_info.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = v3_info.c; sourceTree = ""; }; + DAF56E811503C74200996D85 /* v3_int.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = v3_int.c; sourceTree = ""; }; + DAF56E821503C74200996D85 /* v3_lib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = v3_lib.c; sourceTree = ""; }; + DAF56E831503C74200996D85 /* v3_ncons.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = v3_ncons.c; sourceTree = ""; }; + DAF56E841503C74200996D85 /* v3_ocsp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = v3_ocsp.c; sourceTree = ""; }; + DAF56E851503C74200996D85 /* v3_pci.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = v3_pci.c; sourceTree = ""; }; + DAF56E861503C74200996D85 /* v3_pcia.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = v3_pcia.c; sourceTree = ""; }; + DAF56E871503C74200996D85 /* v3_pcons.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = v3_pcons.c; sourceTree = ""; }; + DAF56E881503C74200996D85 /* v3_pku.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = v3_pku.c; sourceTree = ""; }; + DAF56E891503C74200996D85 /* v3_pmaps.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = v3_pmaps.c; sourceTree = ""; }; + DAF56E8A1503C74200996D85 /* v3_prn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = v3_prn.c; sourceTree = ""; }; + DAF56E8B1503C74200996D85 /* v3_purp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = v3_purp.c; sourceTree = ""; }; + DAF56E8C1503C74200996D85 /* v3_skey.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = v3_skey.c; sourceTree = ""; }; + DAF56E8D1503C74200996D85 /* v3_sxnet.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = v3_sxnet.c; sourceTree = ""; }; + DAF56E8E1503C74200996D85 /* v3_utl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = v3_utl.c; sourceTree = ""; }; + DAF56E8F1503C74200996D85 /* v3conf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = v3conf.c; sourceTree = ""; }; + DAF56E901503C74200996D85 /* v3err.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = v3err.c; sourceTree = ""; }; + DAF56E911503C74200996D85 /* v3prin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = v3prin.c; sourceTree = ""; }; + DAF56E921503C74200996D85 /* x509v3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = x509v3.h; sourceTree = ""; }; + DAF56E931503C74200996D85 /* x86_64cpuid.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = x86_64cpuid.pl; sourceTree = ""; }; + DAF56E941503C74200996D85 /* x86cpuid.pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.perl; path = x86cpuid.pl; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -135,6 +1931,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + DADEA5D51503EEDF00FD084E /* Security.framework in Frameworks */, DAFE4A6415039CDC003ABA7C /* Pearl.dylib in Frameworks */, DAB8D98D150374AD00CED3BC /* Cocoa.framework in Frameworks */, ); @@ -144,18 +1941,38 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( + DADEA5D61503EF0200FD084E /* Security.framework in Frameworks */, + DAF571EF1503C83F00996D85 /* libscrypt.dylib in Frameworks */, DAB8D9D91503940100CED3BC /* Cocoa.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; + DAF56A001503C61E00996D85 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + DAF571F01503C84B00996D85 /* libopenssl.dylib in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + DAF56A351503C67000996D85 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ DAB8D97D150374AC00CED3BC = { isa = PBXGroup; children = ( + DADEA5D31503EEA700FD084E /* Security.framework */, DAB8D992150374AD00CED3BC /* MasterPassword */, DAB8D9DA1503940100CED3BC /* Pearl */, + DAF56A071503C64400996D85 /* scrypt */, + DAF571EE1503C75C00996D85 /* openssl */, DAB8D98B150374AD00CED3BC /* Frameworks */, DAB8D989150374AD00CED3BC /* Products */, ); @@ -166,6 +1983,8 @@ children = ( DAB8D988150374AD00CED3BC /* MasterPassword.app */, DAB8D9D81503940100CED3BC /* Pearl.dylib */, + DAF56A031503C61E00996D85 /* libscrypt.dylib */, + DAF56A381503C67000996D85 /* libopenssl.dylib */, ); name = Products; sourceTree = ""; @@ -213,6 +2032,9 @@ DAB8D9B9150375C800CED3BC /* MainMenu.xib */, DAB8D9BE150375C800CED3BC /* MPAppDelegate.h */, DAB8D9BF150375C800CED3BC /* MPAppDelegate.m */, + DA600BE8150420AC008E9AB6 /* MPPasswordWindowController.h */, + DA600BE9150420AC008E9AB6 /* MPPasswordWindowController.m */, + DA600BEA150420AC008E9AB6 /* MPPasswordWindowController.xib */, ); path = Mac; sourceTree = ""; @@ -313,6 +2135,1728 @@ path = "External/Pearl/Pearl-Crypto"; sourceTree = SOURCE_ROOT; }; + DADEA5A81503CE3000FD084E /* MacOS */ = { + isa = PBXGroup; + children = ( + DADEA5A91503CE3000FD084E /* _MWERKS_GUSI_prefix.h */, + DADEA5AA1503CE3000FD084E /* _MWERKS_prefix.h */, + DADEA5AB1503CE3000FD084E /* buildinf.h */, + DADEA5AC1503CE3000FD084E /* GetHTTPS.src */, + DADEA5B41503CE3000FD084E /* GUSI_Init.cpp */, + DADEA5B51503CE3000FD084E /* mklinks.as.hqx */, + DADEA5B61503CE3000FD084E /* OpenSSL.mcp.hqx */, + DADEA5B71503CE3000FD084E /* opensslconf.h */, + DADEA5B81503CE3000FD084E /* Randomizer.cpp */, + DADEA5B91503CE3000FD084E /* Randomizer.h */, + DADEA5BA1503CE3000FD084E /* TODO */, + ); + path = MacOS; + sourceTree = ""; + }; + DADEA5AC1503CE3000FD084E /* GetHTTPS.src */ = { + isa = PBXGroup; + children = ( + DADEA5AD1503CE3000FD084E /* CPStringUtils.cpp */, + DADEA5AE1503CE3000FD084E /* CPStringUtils.hpp */, + DADEA5AF1503CE3000FD084E /* ErrorHandling.cpp */, + DADEA5B01503CE3000FD084E /* ErrorHandling.hpp */, + DADEA5B11503CE3000FD084E /* GetHTTPS.cpp */, + DADEA5B21503CE3000FD084E /* MacSocket.cpp */, + DADEA5B31503CE3000FD084E /* MacSocket.h */, + ); + path = GetHTTPS.src; + sourceTree = ""; + }; + DAF56A071503C64400996D85 /* scrypt */ = { + isa = PBXGroup; + children = ( + DADEA5D01503ED3700FD084E /* scrypt_platform.h */, + DAF56A081503C64400996D85 /* crypto */, + DAF56A111503C64400996D85 /* README */, + DAF56A121503C64500996D85 /* scryptenc */, + DAF56A191503C64500996D85 /* util */, + ); + name = scrypt; + path = "External/Pearl/External/iOSPorts/ports/security/scrypt/scrypt-1.1.6/lib"; + sourceTree = ""; + }; + DAF56A081503C64400996D85 /* crypto */ = { + isa = PBXGroup; + children = ( + DAF56A091503C64400996D85 /* crypto_aesctr.c */, + DAF56A0A1503C64400996D85 /* crypto_aesctr.h */, + DAF56A0B1503C64400996D85 /* crypto_scrypt-nosse.c */, + DAF56A0C1503C64400996D85 /* crypto_scrypt-ref.c */, + DAF56A0D1503C64400996D85 /* crypto_scrypt-sse.c */, + DAF56A0E1503C64400996D85 /* crypto_scrypt.h */, + DAF56A0F1503C64400996D85 /* sha256.c */, + DAF56A101503C64400996D85 /* sha256.h */, + ); + path = crypto; + sourceTree = ""; + }; + DAF56A121503C64500996D85 /* scryptenc */ = { + isa = PBXGroup; + children = ( + DAF56A131503C64500996D85 /* scryptenc.c */, + DAF56A141503C64500996D85 /* scryptenc.c.rej */, + DAF56A151503C64500996D85 /* scryptenc.h */, + DAF56A161503C64500996D85 /* scryptenc.h.rej */, + DAF56A171503C64500996D85 /* scryptenc_cpuperf.c */, + DAF56A181503C64500996D85 /* scryptenc_cpuperf.h */, + ); + path = scryptenc; + sourceTree = ""; + }; + DAF56A191503C64500996D85 /* util */ = { + isa = PBXGroup; + children = ( + DAF56A1A1503C64500996D85 /* memlimit.c */, + DAF56A1B1503C64500996D85 /* memlimit.h */, + DAF56A1C1503C64500996D85 /* readpass.c */, + DAF56A1D1503C64500996D85 /* readpass.h */, + DAF56A1E1503C64500996D85 /* sysendian.h */, + DAF56A1F1503C64500996D85 /* warn.c */, + DAF56A201503C64500996D85 /* warn.h */, + ); + path = util; + sourceTree = ""; + }; + DAF56A3C1503C74100996D85 /* crypto */ = { + isa = PBXGroup; + children = ( + DAF56A3D1503C74100996D85 /* aes */, + DAF56A541503C74200996D85 /* asn1 */, + DAF56AA91503C74200996D85 /* bf */, + DAF56AC01503C74200996D85 /* bio */, + DAF56AD91503C74200996D85 /* bn */, + DAF56B261503C74200996D85 /* buffer */, + DAF56B2B1503C74200996D85 /* camellia */, + DAF56B391503C74200996D85 /* cast */, + DAF56B4A1503C74200996D85 /* cms */, + DAF56B5A1503C74200996D85 /* comp */, + DAF56B611503C74200996D85 /* conf */, + DAF56B721503C74200996D85 /* cpt_err.c */, + DAF56B731503C74200996D85 /* cryptlib.c */, + DAF56B741503C74200996D85 /* cryptlib.h */, + DAF56B751503C74200996D85 /* crypto-lib.com */, + DAF56B761503C74200996D85 /* crypto.h */, + DAF56B771503C74200996D85 /* cversion.c */, + DAF56B781503C74200996D85 /* des */, + DAF56BC31503C74200996D85 /* dh */, + DAF56BDB1503C74200996D85 /* dsa */, + DAF56BEF1503C74200996D85 /* dso */, + DAF56BFC1503C74200996D85 /* ebcdic.c */, + DAF56BFD1503C74200996D85 /* ebcdic.h */, + DAF56BFE1503C74200996D85 /* ec */, + DAF56C141503C74200996D85 /* ecdh */, + DAF56C1D1503C74200996D85 /* ecdsa */, + DAF56C281503C74200996D85 /* engine */, + DAF56C461503C74200996D85 /* err */, + DAF56C4D1503C74200996D85 /* evp */, + DAF56C8D1503C74200996D85 /* ex_data.c */, + DAF56C8E1503C74200996D85 /* hmac */, + DAF56C951503C74200996D85 /* ia64cpuid.S */, + DAF56C961503C74200996D85 /* idea */, + DAF56CA21503C74200996D85 /* install.com */, + DAF56CA31503C74200996D85 /* jpake */, + DAF56CA91503C74200996D85 /* krb5 */, + DAF56CAD1503C74200996D85 /* lhash */, + DAF56CB41503C74200996D85 /* LPdir_nyi.c */, + DAF56CB51503C74200996D85 /* LPdir_unix.c */, + DAF56CB61503C74200996D85 /* LPdir_vms.c */, + DAF56CB71503C74200996D85 /* LPdir_win.c */, + DAF56CB81503C74200996D85 /* LPdir_win32.c */, + DAF56CB91503C74200996D85 /* LPdir_wince.c */, + DAF56CBA1503C74200996D85 /* Makefile */, + DAF56CBB1503C74200996D85 /* md2 */, + DAF56CC21503C74200996D85 /* md32_common.h */, + DAF56CC31503C74200996D85 /* md4 */, + DAF56CCC1503C74200996D85 /* md5 */, + DAF56CD91503C74200996D85 /* mdc2 */, + DAF56CDF1503C74200996D85 /* mem.c */, + DAF56CE01503C74200996D85 /* mem_clr.c */, + DAF56CE11503C74200996D85 /* mem_dbg.c */, + DAF56CE21503C74200996D85 /* modes */, + DAF56CEA1503C74200996D85 /* o_dir.c */, + DAF56CEB1503C74200996D85 /* o_dir.h */, + DAF56CEC1503C74200996D85 /* o_dir_test.c */, + DAF56CED1503C74200996D85 /* o_str.c */, + DAF56CEE1503C74200996D85 /* o_str.h */, + DAF56CEF1503C74200996D85 /* o_time.c */, + DAF56CF01503C74200996D85 /* o_time.h */, + DAF56CF11503C74200996D85 /* objects */, + DAF56D031503C74200996D85 /* ocsp */, + DAF56D0F1503C74200996D85 /* opensslconf.h */, + DAF56D101503C74200996D85 /* opensslconf.h.in */, + DAF56D111503C74200996D85 /* opensslv.h */, + DAF56D121503C74200996D85 /* ossl_typ.h */, + DAF56D131503C74200996D85 /* pem */, + DAF56D251503C74200996D85 /* perlasm */, + DAF56D2E1503C74200996D85 /* pkcs12 */, + DAF56D401503C74200996D85 /* pkcs7 */, + DAF56D701503C74200996D85 /* ppccpuid.pl */, + DAF56D711503C74200996D85 /* pqueue */, + DAF56D761503C74200996D85 /* rand */, + DAF56D851503C74200996D85 /* rc2 */, + DAF56D931503C74200996D85 /* rc4 */, + DAF56DA31503C74200996D85 /* rc5 */, + DAF56DB11503C74200996D85 /* ripemd */, + DAF56DBE1503C74200996D85 /* rsa */, + DAF56DD61503C74200996D85 /* s390xcap.c */, + DAF56DD71503C74200996D85 /* s390xcpuid.S */, + DAF56DD81503C74200996D85 /* seed */, + DAF56DE11503C74200996D85 /* sha */, + DAF56E051503C74200996D85 /* sparccpuid.S */, + DAF56E061503C74200996D85 /* sparcv9cap.c */, + DAF56E071503C74200996D85 /* stack */, + DAF56E0C1503C74200996D85 /* store */, + DAF56E151503C74200996D85 /* symhacks.h */, + DAF56E161503C74200996D85 /* threads */, + DAF56E231503C74200996D85 /* ts */, + DAF56E311503C74200996D85 /* txt_db */, + DAF56E351503C74200996D85 /* ui */, + DAF56E401503C74200996D85 /* uid.c */, + DAF56E411503C74200996D85 /* whrlpool */, + DAF56E4B1503C74200996D85 /* x509 */, + DAF56E671503C74200996D85 /* x509v3 */, + DAF56E931503C74200996D85 /* x86_64cpuid.pl */, + DAF56E941503C74200996D85 /* x86cpuid.pl */, + ); + path = crypto; + sourceTree = ""; + }; + DAF56A3D1503C74100996D85 /* aes */ = { + isa = PBXGroup; + children = ( + DAF56A3E1503C74100996D85 /* aes.h */, + DAF56A3F1503C74100996D85 /* aes_cbc.c */, + DAF56A401503C74100996D85 /* aes_cfb.c */, + DAF56A411503C74100996D85 /* aes_core.c */, + DAF56A421503C74100996D85 /* aes_ctr.c */, + DAF56A431503C74100996D85 /* aes_ecb.c */, + DAF56A441503C74100996D85 /* aes_ige.c */, + DAF56A451503C74100996D85 /* aes_locl.h */, + DAF56A461503C74100996D85 /* aes_misc.c */, + DAF56A471503C74100996D85 /* aes_ofb.c */, + DAF56A481503C74100996D85 /* aes_wrap.c */, + DAF56A491503C74100996D85 /* aes_x86core.c */, + DAF56A4A1503C74100996D85 /* asm */, + DAF56A521503C74100996D85 /* Makefile */, + DAF56A531503C74200996D85 /* README */, + ); + path = aes; + sourceTree = ""; + }; + DAF56A4A1503C74100996D85 /* asm */ = { + isa = PBXGroup; + children = ( + DAF56A4B1503C74100996D85 /* aes-586.pl */, + DAF56A4C1503C74100996D85 /* aes-armv4.pl */, + DAF56A4D1503C74100996D85 /* aes-ia64.S */, + DAF56A4E1503C74100996D85 /* aes-ppc.pl */, + DAF56A4F1503C74100996D85 /* aes-s390x.pl */, + DAF56A501503C74100996D85 /* aes-sparcv9.pl */, + DAF56A511503C74100996D85 /* aes-x86_64.pl */, + ); + path = asm; + sourceTree = ""; + }; + DAF56A541503C74200996D85 /* asn1 */ = { + isa = PBXGroup; + children = ( + DAF56A551503C74200996D85 /* a_bitstr.c */, + DAF56A561503C74200996D85 /* a_bool.c */, + DAF56A571503C74200996D85 /* a_bytes.c */, + DAF56A581503C74200996D85 /* a_d2i_fp.c */, + DAF56A591503C74200996D85 /* a_digest.c */, + DAF56A5A1503C74200996D85 /* a_dup.c */, + DAF56A5B1503C74200996D85 /* a_enum.c */, + DAF56A5C1503C74200996D85 /* a_gentm.c */, + DAF56A5D1503C74200996D85 /* a_i2d_fp.c */, + DAF56A5E1503C74200996D85 /* a_int.c */, + DAF56A5F1503C74200996D85 /* a_mbstr.c */, + DAF56A601503C74200996D85 /* a_object.c */, + DAF56A611503C74200996D85 /* a_octet.c */, + DAF56A621503C74200996D85 /* a_print.c */, + DAF56A631503C74200996D85 /* a_set.c */, + DAF56A641503C74200996D85 /* a_sign.c */, + DAF56A651503C74200996D85 /* a_strex.c */, + DAF56A661503C74200996D85 /* a_strnid.c */, + DAF56A671503C74200996D85 /* a_time.c */, + DAF56A681503C74200996D85 /* a_type.c */, + DAF56A691503C74200996D85 /* a_utctm.c */, + DAF56A6A1503C74200996D85 /* a_utf8.c */, + DAF56A6B1503C74200996D85 /* a_verify.c */, + DAF56A6C1503C74200996D85 /* ameth_lib.c */, + DAF56A6D1503C74200996D85 /* asn1.h */, + DAF56A6E1503C74200996D85 /* asn1_err.c */, + DAF56A6F1503C74200996D85 /* asn1_gen.c */, + DAF56A701503C74200996D85 /* asn1_lib.c */, + DAF56A711503C74200996D85 /* asn1_locl.h */, + DAF56A721503C74200996D85 /* asn1_mac.h */, + DAF56A731503C74200996D85 /* asn1_par.c */, + DAF56A741503C74200996D85 /* asn1t.h */, + DAF56A751503C74200996D85 /* asn_mime.c */, + DAF56A761503C74200996D85 /* asn_moid.c */, + DAF56A771503C74200996D85 /* asn_pack.c */, + DAF56A781503C74200996D85 /* bio_asn1.c */, + DAF56A791503C74200996D85 /* bio_ndef.c */, + DAF56A7A1503C74200996D85 /* charmap.h */, + DAF56A7B1503C74200996D85 /* charmap.pl */, + DAF56A7C1503C74200996D85 /* d2i_pr.c */, + DAF56A7D1503C74200996D85 /* d2i_pu.c */, + DAF56A7E1503C74200996D85 /* evp_asn1.c */, + DAF56A7F1503C74200996D85 /* f_enum.c */, + DAF56A801503C74200996D85 /* f_int.c */, + DAF56A811503C74200996D85 /* f_string.c */, + DAF56A821503C74200996D85 /* i2d_pr.c */, + DAF56A831503C74200996D85 /* i2d_pu.c */, + DAF56A841503C74200996D85 /* Makefile */, + DAF56A851503C74200996D85 /* n_pkey.c */, + DAF56A861503C74200996D85 /* nsseq.c */, + DAF56A871503C74200996D85 /* p5_pbe.c */, + DAF56A881503C74200996D85 /* p5_pbev2.c */, + DAF56A891503C74200996D85 /* p8_pkey.c */, + DAF56A8A1503C74200996D85 /* t_bitst.c */, + DAF56A8B1503C74200996D85 /* t_crl.c */, + DAF56A8C1503C74200996D85 /* t_pkey.c */, + DAF56A8D1503C74200996D85 /* t_req.c */, + DAF56A8E1503C74200996D85 /* t_spki.c */, + DAF56A8F1503C74200996D85 /* t_x509.c */, + DAF56A901503C74200996D85 /* t_x509a.c */, + DAF56A911503C74200996D85 /* tasn_dec.c */, + DAF56A921503C74200996D85 /* tasn_enc.c */, + DAF56A931503C74200996D85 /* tasn_fre.c */, + DAF56A941503C74200996D85 /* tasn_new.c */, + DAF56A951503C74200996D85 /* tasn_prn.c */, + DAF56A961503C74200996D85 /* tasn_typ.c */, + DAF56A971503C74200996D85 /* tasn_utl.c */, + DAF56A981503C74200996D85 /* x_algor.c */, + DAF56A991503C74200996D85 /* x_attrib.c */, + DAF56A9A1503C74200996D85 /* x_bignum.c */, + DAF56A9B1503C74200996D85 /* x_crl.c */, + DAF56A9C1503C74200996D85 /* x_exten.c */, + DAF56A9D1503C74200996D85 /* x_info.c */, + DAF56A9E1503C74200996D85 /* x_long.c */, + DAF56A9F1503C74200996D85 /* x_name.c */, + DAF56AA01503C74200996D85 /* x_nx509.c */, + DAF56AA11503C74200996D85 /* x_pkey.c */, + DAF56AA21503C74200996D85 /* x_pubkey.c */, + DAF56AA31503C74200996D85 /* x_req.c */, + DAF56AA41503C74200996D85 /* x_sig.c */, + DAF56AA51503C74200996D85 /* x_spki.c */, + DAF56AA61503C74200996D85 /* x_val.c */, + DAF56AA71503C74200996D85 /* x_x509.c */, + DAF56AA81503C74200996D85 /* x_x509a.c */, + ); + path = asn1; + sourceTree = ""; + }; + DAF56AA91503C74200996D85 /* bf */ = { + isa = PBXGroup; + children = ( + DAF56AAA1503C74200996D85 /* asm */, + DAF56AAE1503C74200996D85 /* bf_cbc.c */, + DAF56AAF1503C74200996D85 /* bf_cfb64.c */, + DAF56AB01503C74200996D85 /* bf_ecb.c */, + DAF56AB11503C74200996D85 /* bf_enc.c */, + DAF56AB21503C74200996D85 /* bf_locl.h */, + DAF56AB31503C74200996D85 /* bf_ofb64.c */, + DAF56AB41503C74200996D85 /* bf_opts.c */, + DAF56AB51503C74200996D85 /* bf_pi.h */, + DAF56AB61503C74200996D85 /* bf_skey.c */, + DAF56AB71503C74200996D85 /* bfs.cpp */, + DAF56AB81503C74200996D85 /* bfspeed.c */, + DAF56AB91503C74200996D85 /* bftest.c */, + DAF56ABA1503C74200996D85 /* blowfish.h */, + DAF56ABB1503C74200996D85 /* COPYRIGHT */, + DAF56ABC1503C74200996D85 /* INSTALL */, + DAF56ABD1503C74200996D85 /* Makefile */, + DAF56ABE1503C74200996D85 /* README */, + DAF56ABF1503C74200996D85 /* VERSION */, + ); + path = bf; + sourceTree = ""; + }; + DAF56AAA1503C74200996D85 /* asm */ = { + isa = PBXGroup; + children = ( + DAF56AAB1503C74200996D85 /* bf-586.pl */, + DAF56AAC1503C74200996D85 /* bf-686.pl */, + DAF56AAD1503C74200996D85 /* readme */, + ); + path = asm; + sourceTree = ""; + }; + DAF56AC01503C74200996D85 /* bio */ = { + isa = PBXGroup; + children = ( + DAF56AC11503C74200996D85 /* b_dump.c */, + DAF56AC21503C74200996D85 /* b_print.c */, + DAF56AC31503C74200996D85 /* b_sock.c */, + DAF56AC41503C74200996D85 /* bf_buff.c */, + DAF56AC51503C74200996D85 /* bf_lbuf.c */, + DAF56AC61503C74200996D85 /* bf_nbio.c */, + DAF56AC71503C74200996D85 /* bf_null.c */, + DAF56AC81503C74200996D85 /* bio.h */, + DAF56AC91503C74200996D85 /* bio_cb.c */, + DAF56ACA1503C74200996D85 /* bio_err.c */, + DAF56ACB1503C74200996D85 /* bio_lcl.h */, + DAF56ACC1503C74200996D85 /* bio_lib.c */, + DAF56ACD1503C74200996D85 /* bss_acpt.c */, + DAF56ACE1503C74200996D85 /* bss_bio.c */, + DAF56ACF1503C74200996D85 /* bss_conn.c */, + DAF56AD01503C74200996D85 /* bss_dgram.c */, + DAF56AD11503C74200996D85 /* bss_fd.c */, + DAF56AD21503C74200996D85 /* bss_file.c */, + DAF56AD31503C74200996D85 /* bss_log.c */, + DAF56AD41503C74200996D85 /* bss_mem.c */, + DAF56AD51503C74200996D85 /* bss_null.c */, + DAF56AD61503C74200996D85 /* bss_rtcp.c */, + DAF56AD71503C74200996D85 /* bss_sock.c */, + DAF56AD81503C74200996D85 /* Makefile */, + ); + path = bio; + sourceTree = ""; + }; + DAF56AD91503C74200996D85 /* bn */ = { + isa = PBXGroup; + children = ( + DAF56ADA1503C74200996D85 /* asm */, + DAF56AFD1503C74200996D85 /* bn.h */, + DAF56AFE1503C74200996D85 /* bn.mul */, + DAF56AFF1503C74200996D85 /* bn_add.c */, + DAF56B001503C74200996D85 /* bn_asm.c */, + DAF56B011503C74200996D85 /* bn_blind.c */, + DAF56B021503C74200996D85 /* bn_const.c */, + DAF56B031503C74200996D85 /* bn_ctx.c */, + DAF56B041503C74200996D85 /* bn_depr.c */, + DAF56B051503C74200996D85 /* bn_div.c */, + DAF56B061503C74200996D85 /* bn_err.c */, + DAF56B071503C74200996D85 /* bn_exp.c */, + DAF56B081503C74200996D85 /* bn_exp2.c */, + DAF56B091503C74200996D85 /* bn_gcd.c */, + DAF56B0A1503C74200996D85 /* bn_gf2m.c */, + DAF56B0B1503C74200996D85 /* bn_kron.c */, + DAF56B0C1503C74200996D85 /* bn_lcl.h */, + DAF56B0D1503C74200996D85 /* bn_lib.c */, + DAF56B0E1503C74200996D85 /* bn_mod.c */, + DAF56B0F1503C74200996D85 /* bn_mont.c */, + DAF56B101503C74200996D85 /* bn_mpi.c */, + DAF56B111503C74200996D85 /* bn_mul.c */, + DAF56B121503C74200996D85 /* bn_nist.c */, + DAF56B131503C74200996D85 /* bn_prime.c */, + DAF56B141503C74200996D85 /* bn_prime.h */, + DAF56B151503C74200996D85 /* bn_prime.pl */, + DAF56B161503C74200996D85 /* bn_print.c */, + DAF56B171503C74200996D85 /* bn_rand.c */, + DAF56B181503C74200996D85 /* bn_recp.c */, + DAF56B191503C74200996D85 /* bn_shift.c */, + DAF56B1A1503C74200996D85 /* bn_sqr.c */, + DAF56B1B1503C74200996D85 /* bn_sqrt.c */, + DAF56B1C1503C74200996D85 /* bn_word.c */, + DAF56B1D1503C74200996D85 /* bnspeed.c */, + DAF56B1E1503C74200996D85 /* bntest.c */, + DAF56B1F1503C74200996D85 /* divtest.c */, + DAF56B201503C74200996D85 /* exp.c */, + DAF56B211503C74200996D85 /* expspeed.c */, + DAF56B221503C74200996D85 /* exptest.c */, + DAF56B231503C74200996D85 /* Makefile */, + DAF56B241503C74200996D85 /* todo */, + DAF56B251503C74200996D85 /* vms-helper.c */, + ); + path = bn; + sourceTree = ""; + }; + DAF56ADA1503C74200996D85 /* asm */ = { + isa = PBXGroup; + children = ( + DAF56ADB1503C74200996D85 /* alpha-mont.pl */, + DAF56ADC1503C74200996D85 /* armv4-mont.pl */, + DAF56ADD1503C74200996D85 /* bn-586.pl */, + DAF56ADE1503C74200996D85 /* co-586.pl */, + DAF56ADF1503C74200996D85 /* ia64.S */, + DAF56AE01503C74200996D85 /* mips3-mont.pl */, + DAF56AE11503C74200996D85 /* mips3.s */, + DAF56AE21503C74200996D85 /* pa-risc2.s */, + DAF56AE31503C74200996D85 /* pa-risc2W.s */, + DAF56AE41503C74200996D85 /* ppc-mont.pl */, + DAF56AE51503C74200996D85 /* ppc.pl */, + DAF56AE61503C74200996D85 /* ppc64-mont.pl */, + DAF56AE71503C74200996D85 /* README */, + DAF56AE81503C74200996D85 /* s390x-mont.pl */, + DAF56AE91503C74200996D85 /* s390x.S */, + DAF56AEA1503C74200996D85 /* sparcv8.S */, + DAF56AEB1503C74200996D85 /* sparcv8plus.S */, + DAF56AEC1503C74200996D85 /* sparcv9-mont.pl */, + DAF56AED1503C74200996D85 /* sparcv9a-mont.pl */, + DAF56AEE1503C74200996D85 /* via-mont.pl */, + DAF56AEF1503C74200996D85 /* vms.mar */, + DAF56AF01503C74200996D85 /* x86 */, + DAF56AF91503C74200996D85 /* x86-mont.pl */, + DAF56AFA1503C74200996D85 /* x86.pl */, + DAF56AFB1503C74200996D85 /* x86_64-gcc.c */, + DAF56AFC1503C74200996D85 /* x86_64-mont.pl */, + ); + path = asm; + sourceTree = ""; + }; + DAF56AF01503C74200996D85 /* x86 */ = { + isa = PBXGroup; + children = ( + DAF56AF11503C74200996D85 /* add.pl */, + DAF56AF21503C74200996D85 /* comba.pl */, + DAF56AF31503C74200996D85 /* div.pl */, + DAF56AF41503C74200996D85 /* f */, + DAF56AF51503C74200996D85 /* mul.pl */, + DAF56AF61503C74200996D85 /* mul_add.pl */, + DAF56AF71503C74200996D85 /* sqr.pl */, + DAF56AF81503C74200996D85 /* sub.pl */, + ); + path = x86; + sourceTree = ""; + }; + DAF56B261503C74200996D85 /* buffer */ = { + isa = PBXGroup; + children = ( + DAF56B271503C74200996D85 /* buf_err.c */, + DAF56B281503C74200996D85 /* buffer.c */, + DAF56B291503C74200996D85 /* buffer.h */, + DAF56B2A1503C74200996D85 /* Makefile */, + ); + path = buffer; + sourceTree = ""; + }; + DAF56B2B1503C74200996D85 /* camellia */ = { + isa = PBXGroup; + children = ( + DAF56B2C1503C74200996D85 /* asm */, + DAF56B2F1503C74200996D85 /* camellia.c */, + DAF56B301503C74200996D85 /* camellia.h */, + DAF56B311503C74200996D85 /* cmll_cbc.c */, + DAF56B321503C74200996D85 /* cmll_cfb.c */, + DAF56B331503C74200996D85 /* cmll_ctr.c */, + DAF56B341503C74200996D85 /* cmll_ecb.c */, + DAF56B351503C74200996D85 /* cmll_locl.h */, + DAF56B361503C74200996D85 /* cmll_misc.c */, + DAF56B371503C74200996D85 /* cmll_ofb.c */, + DAF56B381503C74200996D85 /* Makefile */, + ); + path = camellia; + sourceTree = ""; + }; + DAF56B2C1503C74200996D85 /* asm */ = { + isa = PBXGroup; + children = ( + DAF56B2D1503C74200996D85 /* cmll-x86.pl */, + DAF56B2E1503C74200996D85 /* cmll-x86_64.pl */, + ); + path = asm; + sourceTree = ""; + }; + DAF56B391503C74200996D85 /* cast */ = { + isa = PBXGroup; + children = ( + DAF56B3A1503C74200996D85 /* asm */, + DAF56B3D1503C74200996D85 /* c_cfb64.c */, + DAF56B3E1503C74200996D85 /* c_ecb.c */, + DAF56B3F1503C74200996D85 /* c_enc.c */, + DAF56B401503C74200996D85 /* c_ofb64.c */, + DAF56B411503C74200996D85 /* c_skey.c */, + DAF56B421503C74200996D85 /* cast.h */, + DAF56B431503C74200996D85 /* cast_lcl.h */, + DAF56B441503C74200996D85 /* cast_s.h */, + DAF56B451503C74200996D85 /* cast_spd.c */, + DAF56B461503C74200996D85 /* castopts.c */, + DAF56B471503C74200996D85 /* casts.cpp */, + DAF56B481503C74200996D85 /* casttest.c */, + DAF56B491503C74200996D85 /* Makefile */, + ); + path = cast; + sourceTree = ""; + }; + DAF56B3A1503C74200996D85 /* asm */ = { + isa = PBXGroup; + children = ( + DAF56B3B1503C74200996D85 /* cast-586.pl */, + DAF56B3C1503C74200996D85 /* readme */, + ); + path = asm; + sourceTree = ""; + }; + DAF56B4A1503C74200996D85 /* cms */ = { + isa = PBXGroup; + children = ( + DAF56B4B1503C74200996D85 /* cms.h */, + DAF56B4C1503C74200996D85 /* cms_asn1.c */, + DAF56B4D1503C74200996D85 /* cms_att.c */, + DAF56B4E1503C74200996D85 /* cms_cd.c */, + DAF56B4F1503C74200996D85 /* cms_dd.c */, + DAF56B501503C74200996D85 /* cms_enc.c */, + DAF56B511503C74200996D85 /* cms_env.c */, + DAF56B521503C74200996D85 /* cms_err.c */, + DAF56B531503C74200996D85 /* cms_ess.c */, + DAF56B541503C74200996D85 /* cms_io.c */, + DAF56B551503C74200996D85 /* cms_lcl.h */, + DAF56B561503C74200996D85 /* cms_lib.c */, + DAF56B571503C74200996D85 /* cms_sd.c */, + DAF56B581503C74200996D85 /* cms_smime.c */, + DAF56B591503C74200996D85 /* Makefile */, + ); + path = cms; + sourceTree = ""; + }; + DAF56B5A1503C74200996D85 /* comp */ = { + isa = PBXGroup; + children = ( + DAF56B5B1503C74200996D85 /* c_rle.c */, + DAF56B5C1503C74200996D85 /* c_zlib.c */, + DAF56B5D1503C74200996D85 /* comp.h */, + DAF56B5E1503C74200996D85 /* comp_err.c */, + DAF56B5F1503C74200996D85 /* comp_lib.c */, + DAF56B601503C74200996D85 /* Makefile */, + ); + path = comp; + sourceTree = ""; + }; + DAF56B611503C74200996D85 /* conf */ = { + isa = PBXGroup; + children = ( + DAF56B621503C74200996D85 /* cnf_save.c */, + DAF56B631503C74200996D85 /* conf.h */, + DAF56B641503C74200996D85 /* conf_api.c */, + DAF56B651503C74200996D85 /* conf_api.h */, + DAF56B661503C74200996D85 /* conf_def.c */, + DAF56B671503C74200996D85 /* conf_def.h */, + DAF56B681503C74200996D85 /* conf_err.c */, + DAF56B691503C74200996D85 /* conf_lib.c */, + DAF56B6A1503C74200996D85 /* conf_mall.c */, + DAF56B6B1503C74200996D85 /* conf_mod.c */, + DAF56B6C1503C74200996D85 /* conf_sap.c */, + DAF56B6D1503C74200996D85 /* keysets.pl */, + DAF56B6E1503C74200996D85 /* Makefile */, + DAF56B6F1503C74200996D85 /* README */, + DAF56B701503C74200996D85 /* ssleay.cnf */, + DAF56B711503C74200996D85 /* test.c */, + ); + path = conf; + sourceTree = ""; + }; + DAF56B781503C74200996D85 /* des */ = { + isa = PBXGroup; + children = ( + DAF56B791503C74200996D85 /* asm */, + DAF56B7F1503C74200996D85 /* cbc3_enc.c */, + DAF56B801503C74200996D85 /* cbc_cksm.c */, + DAF56B811503C74200996D85 /* cbc_enc.c */, + DAF56B821503C74200996D85 /* cfb64ede.c */, + DAF56B831503C74200996D85 /* cfb64enc.c */, + DAF56B841503C74200996D85 /* cfb_enc.c */, + DAF56B851503C74200996D85 /* COPYRIGHT */, + DAF56B861503C74200996D85 /* des-lib.com */, + DAF56B871503C74200996D85 /* des.c */, + DAF56B881503C74200996D85 /* des.h */, + DAF56B891503C74200996D85 /* DES.pm */, + DAF56B8A1503C74200996D85 /* des.pod */, + DAF56B8B1503C74200996D85 /* DES.xs */, + DAF56B8C1503C74200996D85 /* des3s.cpp */, + DAF56B8D1503C74200996D85 /* des_enc.c */, + DAF56B8E1503C74200996D85 /* des_locl.h */, + DAF56B8F1503C74200996D85 /* des_old.c */, + DAF56B901503C74200996D85 /* des_old.h */, + DAF56B911503C74200996D85 /* des_old2.c */, + DAF56B921503C74200996D85 /* des_opts.c */, + DAF56B931503C74200996D85 /* des_ver.h */, + DAF56B941503C74200996D85 /* dess.cpp */, + DAF56B951503C74200996D85 /* destest.c */, + DAF56B961503C74200996D85 /* ecb3_enc.c */, + DAF56B971503C74200996D85 /* ecb_enc.c */, + DAF56B981503C74200996D85 /* ede_cbcm_enc.c */, + DAF56B991503C74200996D85 /* enc_read.c */, + DAF56B9A1503C74200996D85 /* enc_writ.c */, + DAF56B9B1503C74200996D85 /* fcrypt.c */, + DAF56B9C1503C74200996D85 /* fcrypt_b.c */, + DAF56B9D1503C74200996D85 /* FILES0 */, + DAF56B9E1503C74200996D85 /* Imakefile */, + DAF56B9F1503C74200996D85 /* INSTALL */, + DAF56BA01503C74200996D85 /* KERBEROS */, + DAF56BA11503C74200996D85 /* Makefile */, + DAF56BA21503C74200996D85 /* makefile.bc */, + DAF56BA31503C74200996D85 /* ncbc_enc.c */, + DAF56BA41503C74200996D85 /* ofb64ede.c */, + DAF56BA51503C74200996D85 /* ofb64enc.c */, + DAF56BA61503C74200996D85 /* ofb_enc.c */, + DAF56BA71503C74200996D85 /* options.txt */, + DAF56BA81503C74200996D85 /* pcbc_enc.c */, + DAF56BA91503C74200996D85 /* qud_cksm.c */, + DAF56BAA1503C74200996D85 /* rand_key.c */, + DAF56BAB1503C74200996D85 /* read2pwd.c */, + DAF56BAC1503C74200996D85 /* read_pwd.c */, + DAF56BAD1503C74200996D85 /* README */, + DAF56BAE1503C74200996D85 /* rpc_des.h */, + DAF56BAF1503C74200996D85 /* rpc_enc.c */, + DAF56BB01503C74200996D85 /* rpw.c */, + DAF56BB11503C74200996D85 /* set_key.c */, + DAF56BB21503C74200996D85 /* speed.c */, + DAF56BB31503C74200996D85 /* spr.h */, + DAF56BB41503C74200996D85 /* str2key.c */, + DAF56BB51503C74200996D85 /* t */, + DAF56BB71503C74200996D85 /* times */, + DAF56BC01503C74200996D85 /* typemap */, + DAF56BC11503C74200996D85 /* VERSION */, + DAF56BC21503C74200996D85 /* xcbc_enc.c */, + ); + path = des; + sourceTree = ""; + }; + DAF56B791503C74200996D85 /* asm */ = { + isa = PBXGroup; + children = ( + DAF56B7A1503C74200996D85 /* crypt586.pl */, + DAF56B7B1503C74200996D85 /* des-586.pl */, + DAF56B7C1503C74200996D85 /* des_enc.m4 */, + DAF56B7D1503C74200996D85 /* desboth.pl */, + DAF56B7E1503C74200996D85 /* readme */, + ); + path = asm; + sourceTree = ""; + }; + DAF56BB51503C74200996D85 /* t */ = { + isa = PBXGroup; + children = ( + DAF56BB61503C74200996D85 /* test */, + ); + path = t; + sourceTree = ""; + }; + DAF56BB71503C74200996D85 /* times */ = { + isa = PBXGroup; + children = ( + DAF56BB81503C74200996D85 /* 486-50.sol */, + DAF56BB91503C74200996D85 /* 586-100.lnx */, + DAF56BBA1503C74200996D85 /* 686-200.fre */, + DAF56BBB1503C74200996D85 /* aix.cc */, + DAF56BBC1503C74200996D85 /* alpha.cc */, + DAF56BBD1503C74200996D85 /* hpux.cc */, + DAF56BBE1503C74200996D85 /* sparc.gcc */, + DAF56BBF1503C74200996D85 /* usparc.cc */, + ); + path = times; + sourceTree = ""; + }; + DAF56BC31503C74200996D85 /* dh */ = { + isa = PBXGroup; + children = ( + DAF56BC41503C74200996D85 /* dh.h */, + DAF56BC51503C74200996D85 /* dh1024.pem */, + DAF56BC61503C74200996D85 /* dh192.pem */, + DAF56BC71503C74200996D85 /* dh2048.pem */, + DAF56BC81503C74200996D85 /* dh4096.pem */, + DAF56BC91503C74200996D85 /* dh512.pem */, + DAF56BCA1503C74200996D85 /* dh_ameth.c */, + DAF56BCB1503C74200996D85 /* dh_asn1.c */, + DAF56BCC1503C74200996D85 /* dh_check.c */, + DAF56BCD1503C74200996D85 /* dh_depr.c */, + DAF56BCE1503C74200996D85 /* dh_err.c */, + DAF56BCF1503C74200996D85 /* dh_gen.c */, + DAF56BD01503C74200996D85 /* dh_key.c */, + DAF56BD11503C74200996D85 /* dh_lib.c */, + DAF56BD21503C74200996D85 /* dh_pmeth.c */, + DAF56BD31503C74200996D85 /* dh_prn.c */, + DAF56BD41503C74200996D85 /* dhtest.c */, + DAF56BD51503C74200996D85 /* example */, + DAF56BD61503C74200996D85 /* generate */, + DAF56BD71503C74200996D85 /* Makefile */, + DAF56BD81503C74200996D85 /* p1024.c */, + DAF56BD91503C74200996D85 /* p192.c */, + DAF56BDA1503C74200996D85 /* p512.c */, + ); + path = dh; + sourceTree = ""; + }; + DAF56BDB1503C74200996D85 /* dsa */ = { + isa = PBXGroup; + children = ( + DAF56BDC1503C74200996D85 /* dsa.h */, + DAF56BDD1503C74200996D85 /* dsa_ameth.c */, + DAF56BDE1503C74200996D85 /* dsa_asn1.c */, + DAF56BDF1503C74200996D85 /* dsa_depr.c */, + DAF56BE01503C74200996D85 /* dsa_err.c */, + DAF56BE11503C74200996D85 /* dsa_gen.c */, + DAF56BE21503C74200996D85 /* dsa_key.c */, + DAF56BE31503C74200996D85 /* dsa_lib.c */, + DAF56BE41503C74200996D85 /* dsa_locl.h */, + DAF56BE51503C74200996D85 /* dsa_ossl.c */, + DAF56BE61503C74200996D85 /* dsa_pmeth.c */, + DAF56BE71503C74200996D85 /* dsa_prn.c */, + DAF56BE81503C74200996D85 /* dsa_sign.c */, + DAF56BE91503C74200996D85 /* dsa_vrf.c */, + DAF56BEA1503C74200996D85 /* dsagen.c */, + DAF56BEB1503C74200996D85 /* dsatest.c */, + DAF56BEC1503C74200996D85 /* fips186a.txt */, + DAF56BED1503C74200996D85 /* Makefile */, + DAF56BEE1503C74200996D85 /* README */, + ); + path = dsa; + sourceTree = ""; + }; + DAF56BEF1503C74200996D85 /* dso */ = { + isa = PBXGroup; + children = ( + DAF56BF01503C74200996D85 /* dso.h */, + DAF56BF11503C74200996D85 /* dso_beos.c */, + DAF56BF21503C74200996D85 /* dso_dl.c */, + DAF56BF31503C74200996D85 /* dso_dlfcn.c */, + DAF56BF41503C74200996D85 /* dso_err.c */, + DAF56BF51503C74200996D85 /* dso_lib.c */, + DAF56BF61503C74200996D85 /* dso_null.c */, + DAF56BF71503C74200996D85 /* dso_openssl.c */, + DAF56BF81503C74200996D85 /* dso_vms.c */, + DAF56BF91503C74200996D85 /* dso_win32.c */, + DAF56BFA1503C74200996D85 /* Makefile */, + DAF56BFB1503C74200996D85 /* README */, + ); + path = dso; + sourceTree = ""; + }; + DAF56BFE1503C74200996D85 /* ec */ = { + isa = PBXGroup; + children = ( + DAF56BFF1503C74200996D85 /* ec.h */, + DAF56C001503C74200996D85 /* ec2_mult.c */, + DAF56C011503C74200996D85 /* ec2_smpl.c */, + DAF56C021503C74200996D85 /* ec_ameth.c */, + DAF56C031503C74200996D85 /* ec_asn1.c */, + DAF56C041503C74200996D85 /* ec_check.c */, + DAF56C051503C74200996D85 /* ec_curve.c */, + DAF56C061503C74200996D85 /* ec_cvt.c */, + DAF56C071503C74200996D85 /* ec_err.c */, + DAF56C081503C74200996D85 /* ec_key.c */, + DAF56C091503C74200996D85 /* ec_lcl.h */, + DAF56C0A1503C74200996D85 /* ec_lib.c */, + DAF56C0B1503C74200996D85 /* ec_mult.c */, + DAF56C0C1503C74200996D85 /* ec_pmeth.c */, + DAF56C0D1503C74200996D85 /* ec_print.c */, + DAF56C0E1503C74200996D85 /* eck_prn.c */, + DAF56C0F1503C74200996D85 /* ecp_mont.c */, + DAF56C101503C74200996D85 /* ecp_nist.c */, + DAF56C111503C74200996D85 /* ecp_smpl.c */, + DAF56C121503C74200996D85 /* ectest.c */, + DAF56C131503C74200996D85 /* Makefile */, + ); + path = ec; + sourceTree = ""; + }; + DAF56C141503C74200996D85 /* ecdh */ = { + isa = PBXGroup; + children = ( + DAF56C151503C74200996D85 /* ecdh.h */, + DAF56C161503C74200996D85 /* ecdhtest.c */, + DAF56C171503C74200996D85 /* ech_err.c */, + DAF56C181503C74200996D85 /* ech_key.c */, + DAF56C191503C74200996D85 /* ech_lib.c */, + DAF56C1A1503C74200996D85 /* ech_locl.h */, + DAF56C1B1503C74200996D85 /* ech_ossl.c */, + DAF56C1C1503C74200996D85 /* Makefile */, + ); + path = ecdh; + sourceTree = ""; + }; + DAF56C1D1503C74200996D85 /* ecdsa */ = { + isa = PBXGroup; + children = ( + DAF56C1E1503C74200996D85 /* ecdsa.h */, + DAF56C1F1503C74200996D85 /* ecdsatest.c */, + DAF56C201503C74200996D85 /* ecs_asn1.c */, + DAF56C211503C74200996D85 /* ecs_err.c */, + DAF56C221503C74200996D85 /* ecs_lib.c */, + DAF56C231503C74200996D85 /* ecs_locl.h */, + DAF56C241503C74200996D85 /* ecs_ossl.c */, + DAF56C251503C74200996D85 /* ecs_sign.c */, + DAF56C261503C74200996D85 /* ecs_vrf.c */, + DAF56C271503C74200996D85 /* Makefile */, + ); + path = ecdsa; + sourceTree = ""; + }; + DAF56C281503C74200996D85 /* engine */ = { + isa = PBXGroup; + children = ( + DAF56C291503C74200996D85 /* eng_all.c */, + DAF56C2A1503C74200996D85 /* eng_cnf.c */, + DAF56C2B1503C74200996D85 /* eng_cryptodev.c */, + DAF56C2C1503C74200996D85 /* eng_ctrl.c */, + DAF56C2D1503C74200996D85 /* eng_dyn.c */, + DAF56C2E1503C74200996D85 /* eng_err.c */, + DAF56C2F1503C74200996D85 /* eng_fat.c */, + DAF56C301503C74200996D85 /* eng_init.c */, + DAF56C311503C74200996D85 /* eng_int.h */, + DAF56C321503C74200996D85 /* eng_lib.c */, + DAF56C331503C74200996D85 /* eng_list.c */, + DAF56C341503C74200996D85 /* eng_openssl.c */, + DAF56C351503C74200996D85 /* eng_pkey.c */, + DAF56C361503C74200996D85 /* eng_table.c */, + DAF56C371503C74200996D85 /* engine.h */, + DAF56C381503C74200996D85 /* enginetest.c */, + DAF56C391503C74200996D85 /* Makefile */, + DAF56C3A1503C74200996D85 /* README */, + DAF56C3B1503C74200996D85 /* tb_asnmth.c */, + DAF56C3C1503C74200996D85 /* tb_cipher.c */, + DAF56C3D1503C74200996D85 /* tb_dh.c */, + DAF56C3E1503C74200996D85 /* tb_digest.c */, + DAF56C3F1503C74200996D85 /* tb_dsa.c */, + DAF56C401503C74200996D85 /* tb_ecdh.c */, + DAF56C411503C74200996D85 /* tb_ecdsa.c */, + DAF56C421503C74200996D85 /* tb_pkmeth.c */, + DAF56C431503C74200996D85 /* tb_rand.c */, + DAF56C441503C74200996D85 /* tb_rsa.c */, + DAF56C451503C74200996D85 /* tb_store.c */, + ); + path = engine; + sourceTree = ""; + }; + DAF56C461503C74200996D85 /* err */ = { + isa = PBXGroup; + children = ( + DAF56C471503C74200996D85 /* err.c */, + DAF56C481503C74200996D85 /* err.h */, + DAF56C491503C74200996D85 /* err_all.c */, + DAF56C4A1503C74200996D85 /* err_prn.c */, + DAF56C4B1503C74200996D85 /* Makefile */, + DAF56C4C1503C74200996D85 /* openssl.ec */, + ); + path = err; + sourceTree = ""; + }; + DAF56C4D1503C74200996D85 /* evp */ = { + isa = PBXGroup; + children = ( + DAF56C4E1503C74200996D85 /* bio_b64.c */, + DAF56C4F1503C74200996D85 /* bio_enc.c */, + DAF56C501503C74200996D85 /* bio_md.c */, + DAF56C511503C74200996D85 /* bio_ok.c */, + DAF56C521503C74200996D85 /* c_all.c */, + DAF56C531503C74200996D85 /* c_allc.c */, + DAF56C541503C74200996D85 /* c_alld.c */, + DAF56C551503C74200996D85 /* digest.c */, + DAF56C561503C74200996D85 /* e_aes.c */, + DAF56C571503C74200996D85 /* e_bf.c */, + DAF56C581503C74200996D85 /* e_camellia.c */, + DAF56C591503C74200996D85 /* e_cast.c */, + DAF56C5A1503C74200996D85 /* e_des.c */, + DAF56C5B1503C74200996D85 /* e_des3.c */, + DAF56C5C1503C74200996D85 /* e_dsa.c */, + DAF56C5D1503C74200996D85 /* e_idea.c */, + DAF56C5E1503C74200996D85 /* e_null.c */, + DAF56C5F1503C74200996D85 /* e_old.c */, + DAF56C601503C74200996D85 /* e_rc2.c */, + DAF56C611503C74200996D85 /* e_rc4.c */, + DAF56C621503C74200996D85 /* e_rc5.c */, + DAF56C631503C74200996D85 /* e_seed.c */, + DAF56C641503C74200996D85 /* e_xcbc_d.c */, + DAF56C651503C74200996D85 /* encode.c */, + DAF56C661503C74200996D85 /* evp.h */, + DAF56C671503C74200996D85 /* evp_acnf.c */, + DAF56C681503C74200996D85 /* evp_enc.c */, + DAF56C691503C74200996D85 /* evp_err.c */, + DAF56C6A1503C74200996D85 /* evp_key.c */, + DAF56C6B1503C74200996D85 /* evp_lib.c */, + DAF56C6C1503C74200996D85 /* evp_locl.h */, + DAF56C6D1503C74200996D85 /* evp_pbe.c */, + DAF56C6E1503C74200996D85 /* evp_pkey.c */, + DAF56C6F1503C74200996D85 /* evp_test.c */, + DAF56C701503C74200996D85 /* evptests.txt */, + DAF56C711503C74200996D85 /* m_dss.c */, + DAF56C721503C74200996D85 /* m_dss1.c */, + DAF56C731503C74200996D85 /* m_ecdsa.c */, + DAF56C741503C74200996D85 /* m_md2.c */, + DAF56C751503C74200996D85 /* m_md4.c */, + DAF56C761503C74200996D85 /* m_md5.c */, + DAF56C771503C74200996D85 /* m_mdc2.c */, + DAF56C781503C74200996D85 /* m_null.c */, + DAF56C791503C74200996D85 /* m_ripemd.c */, + DAF56C7A1503C74200996D85 /* m_sha.c */, + DAF56C7B1503C74200996D85 /* m_sha1.c */, + DAF56C7C1503C74200996D85 /* m_sigver.c */, + DAF56C7D1503C74200996D85 /* m_wp.c */, + DAF56C7E1503C74200996D85 /* Makefile */, + DAF56C7F1503C74200996D85 /* names.c */, + DAF56C801503C74200996D85 /* openbsd_hw.c */, + DAF56C811503C74200996D85 /* p5_crpt.c */, + DAF56C821503C74200996D85 /* p5_crpt2.c */, + DAF56C831503C74200996D85 /* p_dec.c */, + DAF56C841503C74200996D85 /* p_enc.c */, + DAF56C851503C74200996D85 /* p_lib.c */, + DAF56C861503C74200996D85 /* p_open.c */, + DAF56C871503C74200996D85 /* p_seal.c */, + DAF56C881503C74200996D85 /* p_sign.c */, + DAF56C891503C74200996D85 /* p_verify.c */, + DAF56C8A1503C74200996D85 /* pmeth_fn.c */, + DAF56C8B1503C74200996D85 /* pmeth_gn.c */, + DAF56C8C1503C74200996D85 /* pmeth_lib.c */, + ); + path = evp; + sourceTree = ""; + }; + DAF56C8E1503C74200996D85 /* hmac */ = { + isa = PBXGroup; + children = ( + DAF56C8F1503C74200996D85 /* hm_ameth.c */, + DAF56C901503C74200996D85 /* hm_pmeth.c */, + DAF56C911503C74200996D85 /* hmac.c */, + DAF56C921503C74200996D85 /* hmac.h */, + DAF56C931503C74200996D85 /* hmactest.c */, + DAF56C941503C74200996D85 /* Makefile */, + ); + path = hmac; + sourceTree = ""; + }; + DAF56C961503C74200996D85 /* idea */ = { + isa = PBXGroup; + children = ( + DAF56C971503C74200996D85 /* i_cbc.c */, + DAF56C981503C74200996D85 /* i_cfb64.c */, + DAF56C991503C74200996D85 /* i_ecb.c */, + DAF56C9A1503C74200996D85 /* i_ofb64.c */, + DAF56C9B1503C74200996D85 /* i_skey.c */, + DAF56C9C1503C74200996D85 /* idea.h */, + DAF56C9D1503C74200996D85 /* idea_lcl.h */, + DAF56C9E1503C74200996D85 /* idea_spd.c */, + DAF56C9F1503C74200996D85 /* ideatest.c */, + DAF56CA01503C74200996D85 /* Makefile */, + DAF56CA11503C74200996D85 /* version */, + ); + path = idea; + sourceTree = ""; + }; + DAF56CA31503C74200996D85 /* jpake */ = { + isa = PBXGroup; + children = ( + DAF56CA41503C74200996D85 /* jpake.c */, + DAF56CA51503C74200996D85 /* jpake.h */, + DAF56CA61503C74200996D85 /* jpake_err.c */, + DAF56CA71503C74200996D85 /* jpaketest.c */, + DAF56CA81503C74200996D85 /* Makefile */, + ); + path = jpake; + sourceTree = ""; + }; + DAF56CA91503C74200996D85 /* krb5 */ = { + isa = PBXGroup; + children = ( + DAF56CAA1503C74200996D85 /* krb5_asn.c */, + DAF56CAB1503C74200996D85 /* krb5_asn.h */, + DAF56CAC1503C74200996D85 /* Makefile */, + ); + path = krb5; + sourceTree = ""; + }; + DAF56CAD1503C74200996D85 /* lhash */ = { + isa = PBXGroup; + children = ( + DAF56CAE1503C74200996D85 /* lh_stats.c */, + DAF56CAF1503C74200996D85 /* lh_test.c */, + DAF56CB01503C74200996D85 /* lhash.c */, + DAF56CB11503C74200996D85 /* lhash.h */, + DAF56CB21503C74200996D85 /* Makefile */, + DAF56CB31503C74200996D85 /* num.pl */, + ); + path = lhash; + sourceTree = ""; + }; + DAF56CBB1503C74200996D85 /* md2 */ = { + isa = PBXGroup; + children = ( + DAF56CBC1503C74200996D85 /* Makefile */, + DAF56CBD1503C74200996D85 /* md2.c */, + DAF56CBE1503C74200996D85 /* md2.h */, + DAF56CBF1503C74200996D85 /* md2_dgst.c */, + DAF56CC01503C74200996D85 /* md2_one.c */, + DAF56CC11503C74200996D85 /* md2test.c */, + ); + path = md2; + sourceTree = ""; + }; + DAF56CC31503C74200996D85 /* md4 */ = { + isa = PBXGroup; + children = ( + DAF56CC41503C74200996D85 /* Makefile */, + DAF56CC51503C74200996D85 /* md4.c */, + DAF56CC61503C74200996D85 /* md4.h */, + DAF56CC71503C74200996D85 /* md4_dgst.c */, + DAF56CC81503C74200996D85 /* md4_locl.h */, + DAF56CC91503C74200996D85 /* md4_one.c */, + DAF56CCA1503C74200996D85 /* md4s.cpp */, + DAF56CCB1503C74200996D85 /* md4test.c */, + ); + path = md4; + sourceTree = ""; + }; + DAF56CCC1503C74200996D85 /* md5 */ = { + isa = PBXGroup; + children = ( + DAF56CCD1503C74200996D85 /* asm */, + DAF56CD11503C74200996D85 /* Makefile */, + DAF56CD21503C74200996D85 /* md5.c */, + DAF56CD31503C74200996D85 /* md5.h */, + DAF56CD41503C74200996D85 /* md5_dgst.c */, + DAF56CD51503C74200996D85 /* md5_locl.h */, + DAF56CD61503C74200996D85 /* md5_one.c */, + DAF56CD71503C74200996D85 /* md5s.cpp */, + DAF56CD81503C74200996D85 /* md5test.c */, + ); + path = md5; + sourceTree = ""; + }; + DAF56CCD1503C74200996D85 /* asm */ = { + isa = PBXGroup; + children = ( + DAF56CCE1503C74200996D85 /* md5-586.pl */, + DAF56CCF1503C74200996D85 /* md5-ia64.S */, + DAF56CD01503C74200996D85 /* md5-x86_64.pl */, + ); + path = asm; + sourceTree = ""; + }; + DAF56CD91503C74200996D85 /* mdc2 */ = { + isa = PBXGroup; + children = ( + DAF56CDA1503C74200996D85 /* Makefile */, + DAF56CDB1503C74200996D85 /* mdc2.h */, + DAF56CDC1503C74200996D85 /* mdc2_one.c */, + DAF56CDD1503C74200996D85 /* mdc2dgst.c */, + DAF56CDE1503C74200996D85 /* mdc2test.c */, + ); + path = mdc2; + sourceTree = ""; + }; + DAF56CE21503C74200996D85 /* modes */ = { + isa = PBXGroup; + children = ( + DAF56CE31503C74200996D85 /* cbc128.c */, + DAF56CE41503C74200996D85 /* cfb128.c */, + DAF56CE51503C74200996D85 /* ctr128.c */, + DAF56CE61503C74200996D85 /* cts128.c */, + DAF56CE71503C74200996D85 /* Makefile */, + DAF56CE81503C74200996D85 /* modes.h */, + DAF56CE91503C74200996D85 /* ofb128.c */, + ); + path = modes; + sourceTree = ""; + }; + DAF56CF11503C74200996D85 /* objects */ = { + isa = PBXGroup; + children = ( + DAF56CF21503C74200996D85 /* Makefile */, + DAF56CF31503C74200996D85 /* o_names.c */, + DAF56CF41503C74200996D85 /* obj_dat.c */, + DAF56CF51503C74200996D85 /* obj_dat.h */, + DAF56CF61503C74200996D85 /* obj_dat.pl */, + DAF56CF71503C74200996D85 /* obj_err.c */, + DAF56CF81503C74200996D85 /* obj_lib.c */, + DAF56CF91503C74200996D85 /* obj_mac.h */, + DAF56CFA1503C74200996D85 /* obj_mac.num */, + DAF56CFB1503C74200996D85 /* obj_xref.c */, + DAF56CFC1503C74200996D85 /* obj_xref.h */, + DAF56CFD1503C74200996D85 /* obj_xref.txt */, + DAF56CFE1503C74200996D85 /* objects.h */, + DAF56CFF1503C74200996D85 /* objects.pl */, + DAF56D001503C74200996D85 /* objects.README */, + DAF56D011503C74200996D85 /* objects.txt */, + DAF56D021503C74200996D85 /* objxref.pl */, + ); + path = objects; + sourceTree = ""; + }; + DAF56D031503C74200996D85 /* ocsp */ = { + isa = PBXGroup; + children = ( + DAF56D041503C74200996D85 /* Makefile */, + DAF56D051503C74200996D85 /* ocsp.h */, + DAF56D061503C74200996D85 /* ocsp_asn.c */, + DAF56D071503C74200996D85 /* ocsp_cl.c */, + DAF56D081503C74200996D85 /* ocsp_err.c */, + DAF56D091503C74200996D85 /* ocsp_ext.c */, + DAF56D0A1503C74200996D85 /* ocsp_ht.c */, + DAF56D0B1503C74200996D85 /* ocsp_lib.c */, + DAF56D0C1503C74200996D85 /* ocsp_prn.c */, + DAF56D0D1503C74200996D85 /* ocsp_srv.c */, + DAF56D0E1503C74200996D85 /* ocsp_vfy.c */, + ); + path = ocsp; + sourceTree = ""; + }; + DAF56D131503C74200996D85 /* pem */ = { + isa = PBXGroup; + children = ( + DAF56D141503C74200996D85 /* Makefile */, + DAF56D151503C74200996D85 /* message */, + DAF56D161503C74200996D85 /* pem.h */, + DAF56D171503C74200996D85 /* pem2.h */, + DAF56D181503C74200996D85 /* pem_all.c */, + DAF56D191503C74200996D85 /* pem_err.c */, + DAF56D1A1503C74200996D85 /* pem_info.c */, + DAF56D1B1503C74200996D85 /* pem_lib.c */, + DAF56D1C1503C74200996D85 /* pem_oth.c */, + DAF56D1D1503C74200996D85 /* pem_pk8.c */, + DAF56D1E1503C74200996D85 /* pem_pkey.c */, + DAF56D1F1503C74200996D85 /* pem_seal.c */, + DAF56D201503C74200996D85 /* pem_sign.c */, + DAF56D211503C74200996D85 /* pem_x509.c */, + DAF56D221503C74200996D85 /* pem_xaux.c */, + DAF56D231503C74200996D85 /* pkcs7.lis */, + DAF56D241503C74200996D85 /* pvkfmt.c */, + ); + path = pem; + sourceTree = ""; + }; + DAF56D251503C74200996D85 /* perlasm */ = { + isa = PBXGroup; + children = ( + DAF56D261503C74200996D85 /* cbc.pl */, + DAF56D271503C74200996D85 /* ppc-xlate.pl */, + DAF56D281503C74200996D85 /* readme */, + DAF56D291503C74200996D85 /* x86_64-xlate.pl */, + DAF56D2A1503C74200996D85 /* x86asm.pl */, + DAF56D2B1503C74200996D85 /* x86gas.pl */, + DAF56D2C1503C74200996D85 /* x86masm.pl */, + DAF56D2D1503C74200996D85 /* x86nasm.pl */, + ); + path = perlasm; + sourceTree = ""; + }; + DAF56D2E1503C74200996D85 /* pkcs12 */ = { + isa = PBXGroup; + children = ( + DAF56D2F1503C74200996D85 /* Makefile */, + DAF56D301503C74200996D85 /* p12_add.c */, + DAF56D311503C74200996D85 /* p12_asn.c */, + DAF56D321503C74200996D85 /* p12_attr.c */, + DAF56D331503C74200996D85 /* p12_crpt.c */, + DAF56D341503C74200996D85 /* p12_crt.c */, + DAF56D351503C74200996D85 /* p12_decr.c */, + DAF56D361503C74200996D85 /* p12_init.c */, + DAF56D371503C74200996D85 /* p12_key.c */, + DAF56D381503C74200996D85 /* p12_kiss.c */, + DAF56D391503C74200996D85 /* p12_mutl.c */, + DAF56D3A1503C74200996D85 /* p12_npas.c */, + DAF56D3B1503C74200996D85 /* p12_p8d.c */, + DAF56D3C1503C74200996D85 /* p12_p8e.c */, + DAF56D3D1503C74200996D85 /* p12_utl.c */, + DAF56D3E1503C74200996D85 /* pk12err.c */, + DAF56D3F1503C74200996D85 /* pkcs12.h */, + ); + path = pkcs12; + sourceTree = ""; + }; + DAF56D401503C74200996D85 /* pkcs7 */ = { + isa = PBXGroup; + children = ( + DAF56D411503C74200996D85 /* bio_ber.c */, + DAF56D421503C74200996D85 /* bio_pk7.c */, + DAF56D431503C74200996D85 /* dec.c */, + DAF56D441503C74200996D85 /* des.pem */, + DAF56D451503C74200996D85 /* doc */, + DAF56D461503C74200996D85 /* enc.c */, + DAF56D471503C74200996D85 /* es1.pem */, + DAF56D481503C74200996D85 /* example.c */, + DAF56D491503C74200996D85 /* example.h */, + DAF56D4A1503C74200996D85 /* info.pem */, + DAF56D4B1503C74200996D85 /* infokey.pem */, + DAF56D4C1503C74200996D85 /* Makefile */, + DAF56D4D1503C74200996D85 /* p7 */, + DAF56D531503C74200996D85 /* pk7_asn1.c */, + DAF56D541503C74200996D85 /* pk7_attr.c */, + DAF56D551503C74200996D85 /* pk7_dgst.c */, + DAF56D561503C74200996D85 /* pk7_doit.c */, + DAF56D571503C74200996D85 /* pk7_enc.c */, + DAF56D581503C74200996D85 /* pk7_lib.c */, + DAF56D591503C74200996D85 /* pk7_mime.c */, + DAF56D5A1503C74200996D85 /* pk7_smime.c */, + DAF56D5B1503C74200996D85 /* pkcs7.h */, + DAF56D5C1503C74200996D85 /* pkcs7err.c */, + DAF56D5D1503C74200996D85 /* server.pem */, + DAF56D5E1503C74200996D85 /* sign.c */, + DAF56D5F1503C74200996D85 /* t */, + DAF56D6F1503C74200996D85 /* verify.c */, + ); + path = pkcs7; + sourceTree = ""; + }; + DAF56D4D1503C74200996D85 /* p7 */ = { + isa = PBXGroup; + children = ( + DAF56D4E1503C74200996D85 /* a1 */, + DAF56D4F1503C74200996D85 /* a2 */, + DAF56D501503C74200996D85 /* cert.p7c */, + DAF56D511503C74200996D85 /* smime.p7m */, + DAF56D521503C74200996D85 /* smime.p7s */, + ); + path = p7; + sourceTree = ""; + }; + DAF56D5F1503C74200996D85 /* t */ = { + isa = PBXGroup; + children = ( + DAF56D601503C74200996D85 /* 3des.pem */, + DAF56D611503C74200996D85 /* 3dess.pem */, + DAF56D621503C74200996D85 /* c.pem */, + DAF56D631503C74200996D85 /* ff */, + DAF56D641503C74200996D85 /* msie-e */, + DAF56D651503C74200996D85 /* msie-e.pem */, + DAF56D661503C74200996D85 /* msie-enc-01 */, + DAF56D671503C74200996D85 /* msie-enc-01.pem */, + DAF56D681503C74200996D85 /* msie-enc-02 */, + DAF56D691503C74200996D85 /* msie-enc-02.pem */, + DAF56D6A1503C74200996D85 /* msie-s-a-e */, + DAF56D6B1503C74200996D85 /* msie-s-a-e.pem */, + DAF56D6C1503C74200996D85 /* nav-smime */, + DAF56D6D1503C74200996D85 /* s.pem */, + DAF56D6E1503C74200996D85 /* server.pem */, + ); + path = t; + sourceTree = ""; + }; + DAF56D711503C74200996D85 /* pqueue */ = { + isa = PBXGroup; + children = ( + DAF56D721503C74200996D85 /* Makefile */, + DAF56D731503C74200996D85 /* pq_test.c */, + DAF56D741503C74200996D85 /* pqueue.c */, + DAF56D751503C74200996D85 /* pqueue.h */, + ); + path = pqueue; + sourceTree = ""; + }; + DAF56D761503C74200996D85 /* rand */ = { + isa = PBXGroup; + children = ( + DAF56D771503C74200996D85 /* Makefile */, + DAF56D781503C74200996D85 /* md_rand.c */, + DAF56D791503C74200996D85 /* rand.h */, + DAF56D7A1503C74200996D85 /* rand_egd.c */, + DAF56D7B1503C74200996D85 /* rand_err.c */, + DAF56D7C1503C74200996D85 /* rand_lcl.h */, + DAF56D7D1503C74200996D85 /* rand_lib.c */, + DAF56D7E1503C74200996D85 /* rand_nw.c */, + DAF56D7F1503C74200996D85 /* rand_os2.c */, + DAF56D801503C74200996D85 /* rand_unix.c */, + DAF56D811503C74200996D85 /* rand_vms.c */, + DAF56D821503C74200996D85 /* rand_win.c */, + DAF56D831503C74200996D85 /* randfile.c */, + DAF56D841503C74200996D85 /* randtest.c */, + ); + path = rand; + sourceTree = ""; + }; + DAF56D851503C74200996D85 /* rc2 */ = { + isa = PBXGroup; + children = ( + DAF56D861503C74200996D85 /* Makefile */, + DAF56D871503C74200996D85 /* rc2.h */, + DAF56D881503C74200996D85 /* rc2_cbc.c */, + DAF56D891503C74200996D85 /* rc2_ecb.c */, + DAF56D8A1503C74200996D85 /* rc2_locl.h */, + DAF56D8B1503C74200996D85 /* rc2_skey.c */, + DAF56D8C1503C74200996D85 /* rc2cfb64.c */, + DAF56D8D1503C74200996D85 /* rc2ofb64.c */, + DAF56D8E1503C74200996D85 /* rc2speed.c */, + DAF56D8F1503C74200996D85 /* rc2test.c */, + DAF56D901503C74200996D85 /* rrc2.doc */, + DAF56D911503C74200996D85 /* tab.c */, + DAF56D921503C74200996D85 /* version */, + ); + path = rc2; + sourceTree = ""; + }; + DAF56D931503C74200996D85 /* rc4 */ = { + isa = PBXGroup; + children = ( + DAF56D941503C74200996D85 /* asm */, + DAF56D991503C74200996D85 /* Makefile */, + DAF56D9A1503C74200996D85 /* rc4.c */, + DAF56D9B1503C74200996D85 /* rc4.h */, + DAF56D9C1503C74200996D85 /* rc4_enc.c */, + DAF56D9D1503C74200996D85 /* rc4_locl.h */, + DAF56D9E1503C74200996D85 /* rc4_skey.c */, + DAF56D9F1503C74200996D85 /* rc4s.cpp */, + DAF56DA01503C74200996D85 /* rc4speed.c */, + DAF56DA11503C74200996D85 /* rc4test.c */, + DAF56DA21503C74200996D85 /* rrc4.doc */, + ); + path = rc4; + sourceTree = ""; + }; + DAF56D941503C74200996D85 /* asm */ = { + isa = PBXGroup; + children = ( + DAF56D951503C74200996D85 /* rc4-586.pl */, + DAF56D961503C74200996D85 /* rc4-ia64.pl */, + DAF56D971503C74200996D85 /* rc4-s390x.pl */, + DAF56D981503C74200996D85 /* rc4-x86_64.pl */, + ); + path = asm; + sourceTree = ""; + }; + DAF56DA31503C74200996D85 /* rc5 */ = { + isa = PBXGroup; + children = ( + DAF56DA41503C74200996D85 /* asm */, + DAF56DA61503C74200996D85 /* Makefile */, + DAF56DA71503C74200996D85 /* rc5.h */, + DAF56DA81503C74200996D85 /* rc5_ecb.c */, + DAF56DA91503C74200996D85 /* rc5_enc.c */, + DAF56DAA1503C74200996D85 /* rc5_locl.h */, + DAF56DAB1503C74200996D85 /* rc5_skey.c */, + DAF56DAC1503C74200996D85 /* rc5cfb64.c */, + DAF56DAD1503C74200996D85 /* rc5ofb64.c */, + DAF56DAE1503C74200996D85 /* rc5s.cpp */, + DAF56DAF1503C74200996D85 /* rc5speed.c */, + DAF56DB01503C74200996D85 /* rc5test.c */, + ); + path = rc5; + sourceTree = ""; + }; + DAF56DA41503C74200996D85 /* asm */ = { + isa = PBXGroup; + children = ( + DAF56DA51503C74200996D85 /* rc5-586.pl */, + ); + path = asm; + sourceTree = ""; + }; + DAF56DB11503C74200996D85 /* ripemd */ = { + isa = PBXGroup; + children = ( + DAF56DB21503C74200996D85 /* asm */, + DAF56DB51503C74200996D85 /* Makefile */, + DAF56DB61503C74200996D85 /* README */, + DAF56DB71503C74200996D85 /* ripemd.h */, + DAF56DB81503C74200996D85 /* rmd160.c */, + DAF56DB91503C74200996D85 /* rmd_dgst.c */, + DAF56DBA1503C74200996D85 /* rmd_locl.h */, + DAF56DBB1503C74200996D85 /* rmd_one.c */, + DAF56DBC1503C74200996D85 /* rmdconst.h */, + DAF56DBD1503C74200996D85 /* rmdtest.c */, + ); + path = ripemd; + sourceTree = ""; + }; + DAF56DB21503C74200996D85 /* asm */ = { + isa = PBXGroup; + children = ( + DAF56DB31503C74200996D85 /* rips.cpp */, + DAF56DB41503C74200996D85 /* rmd-586.pl */, + ); + path = asm; + sourceTree = ""; + }; + DAF56DBE1503C74200996D85 /* rsa */ = { + isa = PBXGroup; + children = ( + DAF56DBF1503C74200996D85 /* Makefile */, + DAF56DC01503C74200996D85 /* rsa.h */, + DAF56DC11503C74200996D85 /* rsa_ameth.c */, + DAF56DC21503C74200996D85 /* rsa_asn1.c */, + DAF56DC31503C74200996D85 /* rsa_chk.c */, + DAF56DC41503C74200996D85 /* rsa_depr.c */, + DAF56DC51503C74200996D85 /* rsa_eay.c */, + DAF56DC61503C74200996D85 /* rsa_err.c */, + DAF56DC71503C74200996D85 /* rsa_gen.c */, + DAF56DC81503C74200996D85 /* rsa_lib.c */, + DAF56DC91503C74200996D85 /* rsa_locl.h */, + DAF56DCA1503C74200996D85 /* rsa_none.c */, + DAF56DCB1503C74200996D85 /* rsa_null.c */, + DAF56DCC1503C74200996D85 /* rsa_oaep.c */, + DAF56DCD1503C74200996D85 /* rsa_pk1.c */, + DAF56DCE1503C74200996D85 /* rsa_pmeth.c */, + DAF56DCF1503C74200996D85 /* rsa_prn.c */, + DAF56DD01503C74200996D85 /* rsa_pss.c */, + DAF56DD11503C74200996D85 /* rsa_saos.c */, + DAF56DD21503C74200996D85 /* rsa_sign.c */, + DAF56DD31503C74200996D85 /* rsa_ssl.c */, + DAF56DD41503C74200996D85 /* rsa_test.c */, + DAF56DD51503C74200996D85 /* rsa_x931.c */, + ); + path = rsa; + sourceTree = ""; + }; + DAF56DD81503C74200996D85 /* seed */ = { + isa = PBXGroup; + children = ( + DAF56DD91503C74200996D85 /* Makefile */, + DAF56DDA1503C74200996D85 /* seed.c */, + DAF56DDB1503C74200996D85 /* seed.h */, + DAF56DDC1503C74200996D85 /* seed_cbc.c */, + DAF56DDD1503C74200996D85 /* seed_cfb.c */, + DAF56DDE1503C74200996D85 /* seed_ecb.c */, + DAF56DDF1503C74200996D85 /* seed_locl.h */, + DAF56DE01503C74200996D85 /* seed_ofb.c */, + ); + path = seed; + sourceTree = ""; + }; + DAF56DE11503C74200996D85 /* sha */ = { + isa = PBXGroup; + children = ( + DAF56DE21503C74200996D85 /* asm */, + DAF56DF61503C74200996D85 /* Makefile */, + DAF56DF71503C74200996D85 /* sha.c */, + DAF56DF81503C74200996D85 /* sha.h */, + DAF56DF91503C74200996D85 /* sha1.c */, + DAF56DFA1503C74200996D85 /* sha1_one.c */, + DAF56DFB1503C74200996D85 /* sha1dgst.c */, + DAF56DFC1503C74200996D85 /* sha1test.c */, + DAF56DFD1503C74200996D85 /* sha256.c */, + DAF56DFE1503C74200996D85 /* sha256t.c */, + DAF56DFF1503C74200996D85 /* sha512.c */, + DAF56E001503C74200996D85 /* sha512t.c */, + DAF56E011503C74200996D85 /* sha_dgst.c */, + DAF56E021503C74200996D85 /* sha_locl.h */, + DAF56E031503C74200996D85 /* sha_one.c */, + DAF56E041503C74200996D85 /* shatest.c */, + ); + path = sha; + sourceTree = ""; + }; + DAF56DE21503C74200996D85 /* asm */ = { + isa = PBXGroup; + children = ( + DAF56DE31503C74200996D85 /* README */, + DAF56DE41503C74200996D85 /* sha1-586.pl */, + DAF56DE51503C74200996D85 /* sha1-armv4-large.pl */, + DAF56DE61503C74200996D85 /* sha1-ia64.pl */, + DAF56DE71503C74200996D85 /* sha1-ppc.pl */, + DAF56DE81503C74200996D85 /* sha1-s390x.pl */, + DAF56DE91503C74200996D85 /* sha1-sparcv9.pl */, + DAF56DEA1503C74200996D85 /* sha1-sparcv9a.pl */, + DAF56DEB1503C74200996D85 /* sha1-thumb.pl */, + DAF56DEC1503C74200996D85 /* sha1-x86_64.pl */, + DAF56DED1503C74200996D85 /* sha256-586.pl */, + DAF56DEE1503C74200996D85 /* sha256-armv4.pl */, + DAF56DEF1503C74200996D85 /* sha512-586.pl */, + DAF56DF01503C74200996D85 /* sha512-armv4.pl */, + DAF56DF11503C74200996D85 /* sha512-ia64.pl */, + DAF56DF21503C74200996D85 /* sha512-ppc.pl */, + DAF56DF31503C74200996D85 /* sha512-s390x.pl */, + DAF56DF41503C74200996D85 /* sha512-sparcv9.pl */, + DAF56DF51503C74200996D85 /* sha512-x86_64.pl */, + ); + path = asm; + sourceTree = ""; + }; + DAF56E071503C74200996D85 /* stack */ = { + isa = PBXGroup; + children = ( + DAF56E081503C74200996D85 /* Makefile */, + DAF56E091503C74200996D85 /* safestack.h */, + DAF56E0A1503C74200996D85 /* stack.c */, + DAF56E0B1503C74200996D85 /* stack.h */, + ); + path = stack; + sourceTree = ""; + }; + DAF56E0C1503C74200996D85 /* store */ = { + isa = PBXGroup; + children = ( + DAF56E0D1503C74200996D85 /* Makefile */, + DAF56E0E1503C74200996D85 /* README */, + DAF56E0F1503C74200996D85 /* store.h */, + DAF56E101503C74200996D85 /* str_err.c */, + DAF56E111503C74200996D85 /* str_lib.c */, + DAF56E121503C74200996D85 /* str_locl.h */, + DAF56E131503C74200996D85 /* str_mem.c */, + DAF56E141503C74200996D85 /* str_meth.c */, + ); + path = store; + sourceTree = ""; + }; + DAF56E161503C74200996D85 /* threads */ = { + isa = PBXGroup; + children = ( + DAF56E171503C74200996D85 /* mttest.c */, + DAF56E181503C74200996D85 /* netware.bat */, + DAF56E191503C74200996D85 /* profile.sh */, + DAF56E1A1503C74200996D85 /* ptest.bat */, + DAF56E1B1503C74200996D85 /* pthread.sh */, + DAF56E1C1503C74200996D85 /* pthread2.sh */, + DAF56E1D1503C74200996D85 /* pthreads-vms.com */, + DAF56E1E1503C74200996D85 /* purify.sh */, + DAF56E1F1503C74200996D85 /* README */, + DAF56E201503C74200996D85 /* solaris.sh */, + DAF56E211503C74200996D85 /* th-lock.c */, + DAF56E221503C74200996D85 /* win32.bat */, + ); + path = threads; + sourceTree = ""; + }; + DAF56E231503C74200996D85 /* ts */ = { + isa = PBXGroup; + children = ( + DAF56E241503C74200996D85 /* Makefile */, + DAF56E251503C74200996D85 /* ts.h */, + DAF56E261503C74200996D85 /* ts_asn1.c */, + DAF56E271503C74200996D85 /* ts_conf.c */, + DAF56E281503C74200996D85 /* ts_err.c */, + DAF56E291503C74200996D85 /* ts_lib.c */, + DAF56E2A1503C74200996D85 /* ts_req_print.c */, + DAF56E2B1503C74200996D85 /* ts_req_utils.c */, + DAF56E2C1503C74200996D85 /* ts_rsp_print.c */, + DAF56E2D1503C74200996D85 /* ts_rsp_sign.c */, + DAF56E2E1503C74200996D85 /* ts_rsp_utils.c */, + DAF56E2F1503C74200996D85 /* ts_rsp_verify.c */, + DAF56E301503C74200996D85 /* ts_verify_ctx.c */, + ); + path = ts; + sourceTree = ""; + }; + DAF56E311503C74200996D85 /* txt_db */ = { + isa = PBXGroup; + children = ( + DAF56E321503C74200996D85 /* Makefile */, + DAF56E331503C74200996D85 /* txt_db.c */, + DAF56E341503C74200996D85 /* txt_db.h */, + ); + path = txt_db; + sourceTree = ""; + }; + DAF56E351503C74200996D85 /* ui */ = { + isa = PBXGroup; + children = ( + DAF56E361503C74200996D85 /* Makefile */, + DAF56E371503C74200996D85 /* ui.h */, + DAF56E381503C74200996D85 /* ui_compat.c */, + DAF56E391503C74200996D85 /* ui_compat.h */, + DAF56E3A1503C74200996D85 /* ui_err.c */, + DAF56E3B1503C74200996D85 /* ui_lib.c */, + DAF56E3C1503C74200996D85 /* ui_locl.h */, + DAF56E3D1503C74200996D85 /* ui_openssl.c */, + DAF56E3E1503C74200996D85 /* ui_openssl.c.rej */, + DAF56E3F1503C74200996D85 /* ui_util.c */, + ); + path = ui; + sourceTree = ""; + }; + DAF56E411503C74200996D85 /* whrlpool */ = { + isa = PBXGroup; + children = ( + DAF56E421503C74200996D85 /* asm */, + DAF56E451503C74200996D85 /* Makefile */, + DAF56E461503C74200996D85 /* whrlpool.h */, + DAF56E471503C74200996D85 /* wp_block.c */, + DAF56E481503C74200996D85 /* wp_dgst.c */, + DAF56E491503C74200996D85 /* wp_locl.h */, + DAF56E4A1503C74200996D85 /* wp_test.c */, + ); + path = whrlpool; + sourceTree = ""; + }; + DAF56E421503C74200996D85 /* asm */ = { + isa = PBXGroup; + children = ( + DAF56E431503C74200996D85 /* wp-mmx.pl */, + DAF56E441503C74200996D85 /* wp-x86_64.pl */, + ); + path = asm; + sourceTree = ""; + }; + DAF56E4B1503C74200996D85 /* x509 */ = { + isa = PBXGroup; + children = ( + DAF56E4C1503C74200996D85 /* by_dir.c */, + DAF56E4D1503C74200996D85 /* by_file.c */, + DAF56E4E1503C74200996D85 /* Makefile */, + DAF56E4F1503C74200996D85 /* x509.h */, + DAF56E501503C74200996D85 /* x509_att.c */, + DAF56E511503C74200996D85 /* x509_cmp.c */, + DAF56E521503C74200996D85 /* x509_d2.c */, + DAF56E531503C74200996D85 /* x509_def.c */, + DAF56E541503C74200996D85 /* x509_err.c */, + DAF56E551503C74200996D85 /* x509_ext.c */, + DAF56E561503C74200996D85 /* x509_lu.c */, + DAF56E571503C74200996D85 /* x509_obj.c */, + DAF56E581503C74200996D85 /* x509_r2x.c */, + DAF56E591503C74200996D85 /* x509_req.c */, + DAF56E5A1503C74200996D85 /* x509_set.c */, + DAF56E5B1503C74200996D85 /* x509_trs.c */, + DAF56E5C1503C74200996D85 /* x509_txt.c */, + DAF56E5D1503C74200996D85 /* x509_v3.c */, + DAF56E5E1503C74200996D85 /* x509_vfy.c */, + DAF56E5F1503C74200996D85 /* x509_vfy.h */, + DAF56E601503C74200996D85 /* x509_vpm.c */, + DAF56E611503C74200996D85 /* x509cset.c */, + DAF56E621503C74200996D85 /* x509name.c */, + DAF56E631503C74200996D85 /* x509rset.c */, + DAF56E641503C74200996D85 /* x509spki.c */, + DAF56E651503C74200996D85 /* x509type.c */, + DAF56E661503C74200996D85 /* x_all.c */, + ); + path = x509; + sourceTree = ""; + }; + DAF56E671503C74200996D85 /* x509v3 */ = { + isa = PBXGroup; + children = ( + DAF56E681503C74200996D85 /* ext_dat.h */, + DAF56E691503C74200996D85 /* Makefile */, + DAF56E6A1503C74200996D85 /* pcy_cache.c */, + DAF56E6B1503C74200996D85 /* pcy_data.c */, + DAF56E6C1503C74200996D85 /* pcy_int.h */, + DAF56E6D1503C74200996D85 /* pcy_lib.c */, + DAF56E6E1503C74200996D85 /* pcy_map.c */, + DAF56E6F1503C74200996D85 /* pcy_node.c */, + DAF56E701503C74200996D85 /* pcy_tree.c */, + DAF56E711503C74200996D85 /* tabtest.c */, + DAF56E721503C74200996D85 /* v3_addr.c */, + DAF56E731503C74200996D85 /* v3_akey.c */, + DAF56E741503C74200996D85 /* v3_akeya.c */, + DAF56E751503C74200996D85 /* v3_alt.c */, + DAF56E761503C74200996D85 /* v3_asid.c */, + DAF56E771503C74200996D85 /* v3_bcons.c */, + DAF56E781503C74200996D85 /* v3_bitst.c */, + DAF56E791503C74200996D85 /* v3_conf.c */, + DAF56E7A1503C74200996D85 /* v3_cpols.c */, + DAF56E7B1503C74200996D85 /* v3_crld.c */, + DAF56E7C1503C74200996D85 /* v3_enum.c */, + DAF56E7D1503C74200996D85 /* v3_extku.c */, + DAF56E7E1503C74200996D85 /* v3_genn.c */, + DAF56E7F1503C74200996D85 /* v3_ia5.c */, + DAF56E801503C74200996D85 /* v3_info.c */, + DAF56E811503C74200996D85 /* v3_int.c */, + DAF56E821503C74200996D85 /* v3_lib.c */, + DAF56E831503C74200996D85 /* v3_ncons.c */, + DAF56E841503C74200996D85 /* v3_ocsp.c */, + DAF56E851503C74200996D85 /* v3_pci.c */, + DAF56E861503C74200996D85 /* v3_pcia.c */, + DAF56E871503C74200996D85 /* v3_pcons.c */, + DAF56E881503C74200996D85 /* v3_pku.c */, + DAF56E891503C74200996D85 /* v3_pmaps.c */, + DAF56E8A1503C74200996D85 /* v3_prn.c */, + DAF56E8B1503C74200996D85 /* v3_purp.c */, + DAF56E8C1503C74200996D85 /* v3_skey.c */, + DAF56E8D1503C74200996D85 /* v3_sxnet.c */, + DAF56E8E1503C74200996D85 /* v3_utl.c */, + DAF56E8F1503C74200996D85 /* v3conf.c */, + DAF56E901503C74200996D85 /* v3err.c */, + DAF56E911503C74200996D85 /* v3prin.c */, + DAF56E921503C74200996D85 /* x509v3.h */, + ); + path = x509v3; + sourceTree = ""; + }; + DAF571EE1503C75C00996D85 /* openssl */ = { + isa = PBXGroup; + children = ( + DADEA5A41503C9DD00FD084E /* e_os.h */, + DADEA5A51503C9DD00FD084E /* e_os2.h */, + DADEA5A81503CE3000FD084E /* MacOS */, + DAF56A3C1503C74100996D85 /* crypto */, + ); + name = openssl; + path = "External/Pearl/External/iOSPorts/ports/security/openssl/openssl-1.0.0a"; + sourceTree = ""; + }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ @@ -344,6 +3888,153 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + DAF56A011503C61E00996D85 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + DAF56A221503C64500996D85 /* crypto_aesctr.h in Headers */, + DAF56A261503C64500996D85 /* crypto_scrypt.h in Headers */, + DAF56A281503C64500996D85 /* sha256.h in Headers */, + DAF56A2A1503C64500996D85 /* scryptenc.h in Headers */, + DAF56A2C1503C64500996D85 /* scryptenc_cpuperf.h in Headers */, + DAF56A2E1503C64500996D85 /* memlimit.h in Headers */, + DAF56A301503C64500996D85 /* readpass.h in Headers */, + DAF56A311503C64500996D85 /* sysendian.h in Headers */, + DAF56A331503C64500996D85 /* warn.h in Headers */, + DADEA5D21503ED6800FD084E /* scrypt_platform.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + DAF56A361503C67000996D85 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + DAF56E951503C74200996D85 /* aes.h in Headers */, + DAF56E9C1503C74200996D85 /* aes_locl.h in Headers */, + DAF56EBB1503C74200996D85 /* asn1.h in Headers */, + DAF56EBF1503C74200996D85 /* asn1_locl.h in Headers */, + DAF56EC01503C74200996D85 /* asn1_mac.h in Headers */, + DAF56EC21503C74200996D85 /* asn1t.h in Headers */, + DAF56EC81503C74200996D85 /* charmap.h in Headers */, + DAF56EFA1503C74200996D85 /* bf_locl.h in Headers */, + DAF56EFD1503C74200996D85 /* bf_pi.h in Headers */, + DAF56F021503C74200996D85 /* blowfish.h in Headers */, + DAF56F0B1503C74200996D85 /* bio.h in Headers */, + DAF56F0E1503C74200996D85 /* bio_lcl.h in Headers */, + DAF56F241503C74200996D85 /* bn.h in Headers */, + DAF56F321503C74200996D85 /* bn_lcl.h in Headers */, + DAF56F3A1503C74200996D85 /* bn_prime.h in Headers */, + DAF56F4C1503C74200996D85 /* buffer.h in Headers */, + DAF56F4F1503C74200996D85 /* camellia.h in Headers */, + DAF56F541503C74200996D85 /* cmll_locl.h in Headers */, + DAF56F5D1503C74200996D85 /* cast.h in Headers */, + DAF56F5E1503C74200996D85 /* cast_lcl.h in Headers */, + DAF56F5F1503C74200996D85 /* cast_s.h in Headers */, + DAF56F651503C74200996D85 /* cms.h in Headers */, + DAF56F6F1503C74200996D85 /* cms_lcl.h in Headers */, + DAF56F761503C74200996D85 /* comp.h in Headers */, + DAF56F7B1503C74200996D85 /* conf.h in Headers */, + DAF56F7D1503C74200996D85 /* conf_api.h in Headers */, + DAF56F7F1503C74200996D85 /* conf_def.h in Headers */, + DAF56F891503C74200996D85 /* cryptlib.h in Headers */, + DAF56F8A1503C74200996D85 /* crypto.h in Headers */, + DAF56F931503C74200996D85 /* des.h in Headers */, + DAF56F961503C74200996D85 /* des_locl.h in Headers */, + DAF56F981503C74300996D85 /* des_old.h in Headers */, + DAF56F9B1503C74300996D85 /* des_ver.h in Headers */, + DAF56FAF1503C74300996D85 /* rpc_des.h in Headers */, + DAF56FB41503C74300996D85 /* spr.h in Headers */, + DAF56FBB1503C74300996D85 /* dh.h in Headers */, + DAF56FCB1503C74300996D85 /* dsa.h in Headers */, + DAF56FD31503C74300996D85 /* dsa_locl.h in Headers */, + DAF56FDC1503C74300996D85 /* dso.h in Headers */, + DAF56FE81503C74300996D85 /* ebcdic.h in Headers */, + DAF56FE91503C74300996D85 /* ec.h in Headers */, + DAF56FF31503C74300996D85 /* ec_lcl.h in Headers */, + DAF56FFE1503C74300996D85 /* ecdh.h in Headers */, + DAF570031503C74300996D85 /* ech_locl.h in Headers */, + DAF570061503C74300996D85 /* ecdsa.h in Headers */, + DAF5700B1503C74300996D85 /* ecs_locl.h in Headers */, + DAF570181503C74300996D85 /* eng_int.h in Headers */, + DAF5701E1503C74300996D85 /* engine.h in Headers */, + DAF5702D1503C74300996D85 /* err.h in Headers */, + DAF570491503C74300996D85 /* evp.h in Headers */, + DAF5704F1503C74300996D85 /* evp_locl.h in Headers */, + DAF570731503C74300996D85 /* hmac.h in Headers */, + DAF5707C1503C74300996D85 /* idea.h in Headers */, + DAF5707D1503C74300996D85 /* idea_lcl.h in Headers */, + DAF570821503C74300996D85 /* jpake.h in Headers */, + DAF570871503C74300996D85 /* krb5_asn.h in Headers */, + DAF5708C1503C74300996D85 /* lhash.h in Headers */, + DAF5709B1503C74300996D85 /* md32_common.h in Headers */, + DAF5709E1503C74300996D85 /* md4.h in Headers */, + DAF570A01503C74300996D85 /* md4_locl.h in Headers */, + DAF570A71503C74300996D85 /* md5.h in Headers */, + DAF570A91503C74300996D85 /* md5_locl.h in Headers */, + DAF570AE1503C74300996D85 /* mdc2.h in Headers */, + DAF570BA1503C74300996D85 /* modes.h in Headers */, + DAF570BD1503C74300996D85 /* o_dir.h in Headers */, + DAF570C01503C74300996D85 /* o_str.h in Headers */, + DAF570C21503C74300996D85 /* o_time.h in Headers */, + DAF570C61503C74300996D85 /* obj_dat.h in Headers */, + DAF570C91503C74300996D85 /* obj_mac.h in Headers */, + DAF570CB1503C74300996D85 /* obj_xref.h in Headers */, + DAF570CC1503C74300996D85 /* objects.h in Headers */, + DAF570CE1503C74300996D85 /* ocsp.h in Headers */, + DAF570D81503C74300996D85 /* opensslconf.h in Headers */, + DAF570D91503C74300996D85 /* opensslv.h in Headers */, + DAF570DA1503C74300996D85 /* ossl_typ.h in Headers */, + DAF570DC1503C74300996D85 /* pem.h in Headers */, + DAF570DD1503C74300996D85 /* pem2.h in Headers */, + DAF570FA1503C74300996D85 /* pkcs12.h in Headers */, + DAF571001503C74300996D85 /* example.h in Headers */, + DAF5710A1503C74300996D85 /* pkcs7.h in Headers */, + DAF571111503C74300996D85 /* pqueue.h in Headers */, + DAF571141503C74300996D85 /* rand.h in Headers */, + DAF571171503C74300996D85 /* rand_lcl.h in Headers */, + DAF571211503C74300996D85 /* rc2.h in Headers */, + DAF571241503C74300996D85 /* rc2_locl.h in Headers */, + DAF5712D1503C74300996D85 /* rc4.h in Headers */, + DAF5712F1503C74300996D85 /* rc4_locl.h in Headers */, + DAF571411503C74300996D85 /* ripemd.h in Headers */, + DAF571441503C74300996D85 /* rmd_locl.h in Headers */, + DAF571461503C74300996D85 /* rmdconst.h in Headers */, + DAF571491503C74300996D85 /* rsa.h in Headers */, + DAF571521503C74300996D85 /* rsa_locl.h in Headers */, + DAF571631503C74300996D85 /* seed.h in Headers */, + DAF571671503C74300996D85 /* seed_locl.h in Headers */, + DAF5716B1503C74300996D85 /* sha.h in Headers */, + DAF571751503C74300996D85 /* sha_locl.h in Headers */, + DAF5717B1503C74300996D85 /* safestack.h in Headers */, + DAF5717D1503C74300996D85 /* stack.h in Headers */, + DAF5717F1503C74300996D85 /* store.h in Headers */, + DAF571821503C74300996D85 /* str_locl.h in Headers */, + DAF571851503C74300996D85 /* symhacks.h in Headers */, + DAF571891503C74300996D85 /* ts.h in Headers */, + DAF571971503C74300996D85 /* txt_db.h in Headers */, + DAF571991503C74300996D85 /* ui.h in Headers */, + DAF5719B1503C74300996D85 /* ui_compat.h in Headers */, + DAF5719E1503C74300996D85 /* ui_locl.h in Headers */, + DAF571A31503C74300996D85 /* whrlpool.h in Headers */, + DAF571A61503C74300996D85 /* wp_locl.h in Headers */, + DAF571AB1503C74300996D85 /* x509.h in Headers */, + DAF571BB1503C74300996D85 /* x509_vfy.h in Headers */, + DAF571C31503C74300996D85 /* ext_dat.h in Headers */, + DAF571C71503C74300996D85 /* pcy_int.h in Headers */, + DAF571ED1503C74300996D85 /* x509v3.h in Headers */, + DADEA5A61503C9DD00FD084E /* e_os.h in Headers */, + DADEA5A71503C9DD00FD084E /* e_os2.h in Headers */, + DADEA5BB1503CE3000FD084E /* _MWERKS_GUSI_prefix.h in Headers */, + DADEA5BC1503CE3000FD084E /* _MWERKS_prefix.h in Headers */, + DADEA5BD1503CE3000FD084E /* buildinf.h in Headers */, + DADEA5BF1503CE3000FD084E /* CPStringUtils.hpp in Headers */, + DADEA5C11503CE3000FD084E /* ErrorHandling.hpp in Headers */, + DADEA5C41503CE3000FD084E /* MacSocket.h in Headers */, + DADEA5C61503CE3000FD084E /* opensslconf.h in Headers */, + DADEA5C81503CE3000FD084E /* Randomizer.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ @@ -381,6 +4072,40 @@ productReference = DAB8D9D81503940100CED3BC /* Pearl.dylib */; productType = "com.apple.product-type.library.dynamic"; }; + DAF56A021503C61E00996D85 /* scrypt */ = { + isa = PBXNativeTarget; + buildConfigurationList = DAF56A041503C61E00996D85 /* Build configuration list for PBXNativeTarget "scrypt" */; + buildPhases = ( + DAF569FF1503C61E00996D85 /* Sources */, + DAF56A001503C61E00996D85 /* Frameworks */, + DAF56A011503C61E00996D85 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = scrypt; + productName = scrypt; + productReference = DAF56A031503C61E00996D85 /* libscrypt.dylib */; + productType = "com.apple.product-type.library.dynamic"; + }; + DAF56A371503C67000996D85 /* openssl */ = { + isa = PBXNativeTarget; + buildConfigurationList = DAF56A391503C67000996D85 /* Build configuration list for PBXNativeTarget "openssl" */; + buildPhases = ( + DAF56A341503C67000996D85 /* Sources */, + DAF56A351503C67000996D85 /* Frameworks */, + DAF56A361503C67000996D85 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = openssl; + productName = openssl; + productReference = DAF56A381503C67000996D85 /* libopenssl.dylib */; + productType = "com.apple.product-type.library.dynamic"; + }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ @@ -405,6 +4130,8 @@ targets = ( DAB8D987150374AD00CED3BC /* MasterPassword */, DAB8D9D71503940100CED3BC /* Pearl */, + DAF56A021503C61E00996D85 /* scrypt */, + DAF56A371503C67000996D85 /* openssl */, ); }; /* End PBXProject section */ @@ -417,6 +4144,7 @@ DAB8D9C9150375C800CED3BC /* Credits.rtf in Resources */, DAB8D9CA150375C800CED3BC /* InfoPlist.strings in Resources */, DAB8D9CB150375C800CED3BC /* MainMenu.xib in Resources */, + DA600BEC150420AC008E9AB6 /* MPPasswordWindowController.xib in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -434,6 +4162,7 @@ DAB8D9D0150375C800CED3BC /* MPTypes.m in Sources */, DAB8D9D1150375C800CED3BC /* MPElementEntity.m in Sources */, DAB8D9D2150375C800CED3BC /* MPElementGeneratedEntity.m in Sources */, + DA600BEB150420AC008E9AB6 /* MPPasswordWindowController.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -462,6 +4191,589 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + DAF569FF1503C61E00996D85 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + DAF56A211503C64500996D85 /* crypto_aesctr.c in Sources */, + DAF56A251503C64500996D85 /* crypto_scrypt-sse.c in Sources */, + DAF56A271503C64500996D85 /* sha256.c in Sources */, + DAF56A291503C64500996D85 /* scryptenc.c in Sources */, + DAF56A2B1503C64500996D85 /* scryptenc_cpuperf.c in Sources */, + DAF56A2D1503C64500996D85 /* memlimit.c in Sources */, + DAF56A2F1503C64500996D85 /* readpass.c in Sources */, + DAF56A321503C64500996D85 /* warn.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + DAF56A341503C67000996D85 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + DAF56E961503C74200996D85 /* aes_cbc.c in Sources */, + DAF56E971503C74200996D85 /* aes_cfb.c in Sources */, + DAF56E981503C74200996D85 /* aes_core.c in Sources */, + DAF56E991503C74200996D85 /* aes_ctr.c in Sources */, + DAF56E9A1503C74200996D85 /* aes_ecb.c in Sources */, + DAF56E9B1503C74200996D85 /* aes_ige.c in Sources */, + DAF56E9D1503C74200996D85 /* aes_misc.c in Sources */, + DAF56E9E1503C74200996D85 /* aes_ofb.c in Sources */, + DAF56EA31503C74200996D85 /* a_bitstr.c in Sources */, + DAF56EA41503C74200996D85 /* a_bool.c in Sources */, + DAF56EA51503C74200996D85 /* a_bytes.c in Sources */, + DAF56EA61503C74200996D85 /* a_d2i_fp.c in Sources */, + DAF56EA71503C74200996D85 /* a_digest.c in Sources */, + DAF56EA81503C74200996D85 /* a_dup.c in Sources */, + DAF56EA91503C74200996D85 /* a_enum.c in Sources */, + DAF56EAA1503C74200996D85 /* a_gentm.c in Sources */, + DAF56EAB1503C74200996D85 /* a_i2d_fp.c in Sources */, + DAF56EAC1503C74200996D85 /* a_int.c in Sources */, + DAF56EAD1503C74200996D85 /* a_mbstr.c in Sources */, + DAF56EAE1503C74200996D85 /* a_object.c in Sources */, + DAF56EAF1503C74200996D85 /* a_octet.c in Sources */, + DAF56EB01503C74200996D85 /* a_print.c in Sources */, + DAF56EB11503C74200996D85 /* a_set.c in Sources */, + DAF56EB21503C74200996D85 /* a_sign.c in Sources */, + DAF56EB31503C74200996D85 /* a_strex.c in Sources */, + DAF56EB41503C74200996D85 /* a_strnid.c in Sources */, + DAF56EB51503C74200996D85 /* a_time.c in Sources */, + DAF56EB61503C74200996D85 /* a_type.c in Sources */, + DAF56EB71503C74200996D85 /* a_utctm.c in Sources */, + DAF56EB81503C74200996D85 /* a_utf8.c in Sources */, + DAF56EB91503C74200996D85 /* a_verify.c in Sources */, + DAF56EBC1503C74200996D85 /* asn1_err.c in Sources */, + DAF56EBD1503C74200996D85 /* asn1_gen.c in Sources */, + DAF56EBE1503C74200996D85 /* asn1_lib.c in Sources */, + DAF56EC11503C74200996D85 /* asn1_par.c in Sources */, + DAF56EC31503C74200996D85 /* asn_mime.c in Sources */, + DAF56EC41503C74200996D85 /* asn_moid.c in Sources */, + DAF56EC51503C74200996D85 /* asn_pack.c in Sources */, + DAF56EC61503C74200996D85 /* bio_asn1.c in Sources */, + DAF56EC71503C74200996D85 /* bio_ndef.c in Sources */, + DAF56EC91503C74200996D85 /* d2i_pr.c in Sources */, + DAF56ECA1503C74200996D85 /* d2i_pu.c in Sources */, + DAF56ECB1503C74200996D85 /* evp_asn1.c in Sources */, + DAF56ECC1503C74200996D85 /* f_enum.c in Sources */, + DAF56ECD1503C74200996D85 /* f_int.c in Sources */, + DAF56ECE1503C74200996D85 /* f_string.c in Sources */, + DAF56ECF1503C74200996D85 /* i2d_pr.c in Sources */, + DAF56ED01503C74200996D85 /* i2d_pu.c in Sources */, + DAF56ED21503C74200996D85 /* n_pkey.c in Sources */, + DAF56ED31503C74200996D85 /* nsseq.c in Sources */, + DAF56ED41503C74200996D85 /* p5_pbe.c in Sources */, + DAF56ED51503C74200996D85 /* p5_pbev2.c in Sources */, + DAF56ED61503C74200996D85 /* p8_pkey.c in Sources */, + DAF56ED71503C74200996D85 /* t_bitst.c in Sources */, + DAF56ED81503C74200996D85 /* t_crl.c in Sources */, + DAF56ED91503C74200996D85 /* t_pkey.c in Sources */, + DAF56EDA1503C74200996D85 /* t_req.c in Sources */, + DAF56EDB1503C74200996D85 /* t_spki.c in Sources */, + DAF56EDC1503C74200996D85 /* t_x509.c in Sources */, + DAF56EDD1503C74200996D85 /* t_x509a.c in Sources */, + DAF56EDE1503C74200996D85 /* tasn_dec.c in Sources */, + DAF56EDF1503C74200996D85 /* tasn_enc.c in Sources */, + DAF56EE01503C74200996D85 /* tasn_fre.c in Sources */, + DAF56EE11503C74200996D85 /* tasn_new.c in Sources */, + DAF56EE21503C74200996D85 /* tasn_prn.c in Sources */, + DAF56EE31503C74200996D85 /* tasn_typ.c in Sources */, + DAF56EE41503C74200996D85 /* tasn_utl.c in Sources */, + DAF56EE51503C74200996D85 /* x_algor.c in Sources */, + DAF56EE61503C74200996D85 /* x_attrib.c in Sources */, + DAF56EE71503C74200996D85 /* x_bignum.c in Sources */, + DAF56EE81503C74200996D85 /* x_crl.c in Sources */, + DAF56EE91503C74200996D85 /* x_exten.c in Sources */, + DAF56EEA1503C74200996D85 /* x_info.c in Sources */, + DAF56EEB1503C74200996D85 /* x_long.c in Sources */, + DAF56EEC1503C74200996D85 /* x_name.c in Sources */, + DAF56EED1503C74200996D85 /* x_nx509.c in Sources */, + DAF56EEE1503C74200996D85 /* x_pkey.c in Sources */, + DAF56EEF1503C74200996D85 /* x_pubkey.c in Sources */, + DAF56EF01503C74200996D85 /* x_req.c in Sources */, + DAF56EF11503C74200996D85 /* x_sig.c in Sources */, + DAF56EF21503C74200996D85 /* x_spki.c in Sources */, + DAF56EF31503C74200996D85 /* x_val.c in Sources */, + DAF56EF41503C74200996D85 /* x_x509.c in Sources */, + DAF56EF51503C74200996D85 /* x_x509a.c in Sources */, + DAF56EF71503C74200996D85 /* bf_cfb64.c in Sources */, + DAF56EF81503C74200996D85 /* bf_ecb.c in Sources */, + DAF56EF91503C74200996D85 /* bf_enc.c in Sources */, + DAF56EFB1503C74200996D85 /* bf_ofb64.c in Sources */, + DAF56EFE1503C74200996D85 /* bf_skey.c in Sources */, + DAF56F041503C74200996D85 /* b_dump.c in Sources */, + DAF56F051503C74200996D85 /* b_print.c in Sources */, + DAF56F061503C74200996D85 /* b_sock.c in Sources */, + DAF56F071503C74200996D85 /* bf_buff.c in Sources */, + DAF56F081503C74200996D85 /* bf_lbuf.c in Sources */, + DAF56F091503C74200996D85 /* bf_nbio.c in Sources */, + DAF56F0A1503C74200996D85 /* bf_null.c in Sources */, + DAF56F0C1503C74200996D85 /* bio_cb.c in Sources */, + DAF56F0D1503C74200996D85 /* bio_err.c in Sources */, + DAF56F0F1503C74200996D85 /* bio_lib.c in Sources */, + DAF56F101503C74200996D85 /* bss_acpt.c in Sources */, + DAF56F111503C74200996D85 /* bss_bio.c in Sources */, + DAF56F121503C74200996D85 /* bss_conn.c in Sources */, + DAF56F131503C74200996D85 /* bss_dgram.c in Sources */, + DAF56F141503C74200996D85 /* bss_fd.c in Sources */, + DAF56F151503C74200996D85 /* bss_file.c in Sources */, + DAF56F161503C74200996D85 /* bss_log.c in Sources */, + DAF56F171503C74200996D85 /* bss_mem.c in Sources */, + DAF56F181503C74200996D85 /* bss_null.c in Sources */, + DAF56F1A1503C74200996D85 /* bss_sock.c in Sources */, + DAF56F251503C74200996D85 /* bn_add.c in Sources */, + DAF56F271503C74200996D85 /* bn_blind.c in Sources */, + DAF56F281503C74200996D85 /* bn_const.c in Sources */, + DAF56F291503C74200996D85 /* bn_ctx.c in Sources */, + DAF56F2A1503C74200996D85 /* bn_depr.c in Sources */, + DAF56F2B1503C74200996D85 /* bn_div.c in Sources */, + DAF56F2C1503C74200996D85 /* bn_err.c in Sources */, + DAF56F2D1503C74200996D85 /* bn_exp.c in Sources */, + DAF56F2E1503C74200996D85 /* bn_exp2.c in Sources */, + DAF56F2F1503C74200996D85 /* bn_gcd.c in Sources */, + DAF56F301503C74200996D85 /* bn_gf2m.c in Sources */, + DAF56F311503C74200996D85 /* bn_kron.c in Sources */, + DAF56F331503C74200996D85 /* bn_lib.c in Sources */, + DAF56F341503C74200996D85 /* bn_mod.c in Sources */, + DAF56F351503C74200996D85 /* bn_mont.c in Sources */, + DAF56F361503C74200996D85 /* bn_mpi.c in Sources */, + DAF56F371503C74200996D85 /* bn_mul.c in Sources */, + DAF56F381503C74200996D85 /* bn_nist.c in Sources */, + DAF56F391503C74200996D85 /* bn_prime.c in Sources */, + DAF56F3B1503C74200996D85 /* bn_print.c in Sources */, + DAF56F3C1503C74200996D85 /* bn_rand.c in Sources */, + DAF56F3D1503C74200996D85 /* bn_recp.c in Sources */, + DAF56F3E1503C74200996D85 /* bn_shift.c in Sources */, + DAF56F3F1503C74200996D85 /* bn_sqr.c in Sources */, + DAF56F401503C74200996D85 /* bn_sqrt.c in Sources */, + DAF56F411503C74200996D85 /* bn_word.c in Sources */, + DAF56F491503C74200996D85 /* vms-helper.c in Sources */, + DAF56F4A1503C74200996D85 /* buf_err.c in Sources */, + DAF56F4B1503C74200996D85 /* buffer.c in Sources */, + DAF56F4E1503C74200996D85 /* camellia.c in Sources */, + DAF56F501503C74200996D85 /* cmll_cbc.c in Sources */, + DAF56F511503C74200996D85 /* cmll_cfb.c in Sources */, + DAF56F521503C74200996D85 /* cmll_ctr.c in Sources */, + DAF56F531503C74200996D85 /* cmll_ecb.c in Sources */, + DAF56F551503C74200996D85 /* cmll_misc.c in Sources */, + DAF56F561503C74200996D85 /* cmll_ofb.c in Sources */, + DAF56F581503C74200996D85 /* c_cfb64.c in Sources */, + DAF56F591503C74200996D85 /* c_ecb.c in Sources */, + DAF56F5A1503C74200996D85 /* c_enc.c in Sources */, + DAF56F5B1503C74200996D85 /* c_ofb64.c in Sources */, + DAF56F5C1503C74200996D85 /* c_skey.c in Sources */, + DAF56F661503C74200996D85 /* cms_asn1.c in Sources */, + DAF56F671503C74200996D85 /* cms_att.c in Sources */, + DAF56F681503C74200996D85 /* cms_cd.c in Sources */, + DAF56F691503C74200996D85 /* cms_dd.c in Sources */, + DAF56F6A1503C74200996D85 /* cms_enc.c in Sources */, + DAF56F6B1503C74200996D85 /* cms_env.c in Sources */, + DAF56F6C1503C74200996D85 /* cms_err.c in Sources */, + DAF56F6D1503C74200996D85 /* cms_ess.c in Sources */, + DAF56F6E1503C74200996D85 /* cms_io.c in Sources */, + DAF56F701503C74200996D85 /* cms_lib.c in Sources */, + DAF56F711503C74200996D85 /* cms_sd.c in Sources */, + DAF56F721503C74200996D85 /* cms_smime.c in Sources */, + DAF56F741503C74200996D85 /* c_rle.c in Sources */, + DAF56F751503C74200996D85 /* c_zlib.c in Sources */, + DAF56F771503C74200996D85 /* comp_err.c in Sources */, + DAF56F781503C74200996D85 /* comp_lib.c in Sources */, + DAF56F7C1503C74200996D85 /* conf_api.c in Sources */, + DAF56F7E1503C74200996D85 /* conf_def.c in Sources */, + DAF56F801503C74200996D85 /* conf_err.c in Sources */, + DAF56F811503C74200996D85 /* conf_lib.c in Sources */, + DAF56F821503C74200996D85 /* conf_mall.c in Sources */, + DAF56F831503C74200996D85 /* conf_mod.c in Sources */, + DAF56F841503C74200996D85 /* conf_sap.c in Sources */, + DAF56F871503C74200996D85 /* cpt_err.c in Sources */, + DAF56F8B1503C74200996D85 /* cversion.c in Sources */, + DAF56F8C1503C74200996D85 /* cbc3_enc.c in Sources */, + DAF56F8D1503C74200996D85 /* cbc_cksm.c in Sources */, + DAF56F8E1503C74200996D85 /* cbc_enc.c in Sources */, + DAF56F8F1503C74200996D85 /* cfb64ede.c in Sources */, + DAF56F901503C74200996D85 /* cfb64enc.c in Sources */, + DAF56F911503C74200996D85 /* cfb_enc.c in Sources */, + DAF56F971503C74200996D85 /* des_old.c in Sources */, + DAF56F991503C74300996D85 /* des_old2.c in Sources */, + DAF56F9E1503C74300996D85 /* ecb3_enc.c in Sources */, + DAF56F9F1503C74300996D85 /* ecb_enc.c in Sources */, + DAF56FA01503C74300996D85 /* ede_cbcm_enc.c in Sources */, + DAF56FA11503C74300996D85 /* enc_read.c in Sources */, + DAF56FA21503C74300996D85 /* enc_writ.c in Sources */, + DAF56FA31503C74300996D85 /* fcrypt.c in Sources */, + DAF56FA41503C74300996D85 /* fcrypt_b.c in Sources */, + DAF56FA71503C74300996D85 /* ofb64ede.c in Sources */, + DAF56FA81503C74300996D85 /* ofb64enc.c in Sources */, + DAF56FA91503C74300996D85 /* ofb_enc.c in Sources */, + DAF56FAA1503C74300996D85 /* pcbc_enc.c in Sources */, + DAF56FAB1503C74300996D85 /* qud_cksm.c in Sources */, + DAF56FAC1503C74300996D85 /* rand_key.c in Sources */, + DAF56FAD1503C74300996D85 /* read2pwd.c in Sources */, + DAF56FB01503C74300996D85 /* rpc_enc.c in Sources */, + DAF56FB21503C74300996D85 /* set_key.c in Sources */, + DAF56FB51503C74300996D85 /* str2key.c in Sources */, + DAF56FBA1503C74300996D85 /* xcbc_enc.c in Sources */, + DAF56FBC1503C74300996D85 /* dh_ameth.c in Sources */, + DAF56FBD1503C74300996D85 /* dh_asn1.c in Sources */, + DAF56FBE1503C74300996D85 /* dh_check.c in Sources */, + DAF56FBF1503C74300996D85 /* dh_depr.c in Sources */, + DAF56FC01503C74300996D85 /* dh_err.c in Sources */, + DAF56FC11503C74300996D85 /* dh_gen.c in Sources */, + DAF56FC21503C74300996D85 /* dh_key.c in Sources */, + DAF56FC31503C74300996D85 /* dh_lib.c in Sources */, + DAF56FC41503C74300996D85 /* dh_pmeth.c in Sources */, + DAF56FC51503C74300996D85 /* dh_prn.c in Sources */, + DAF56FCC1503C74300996D85 /* dsa_ameth.c in Sources */, + DAF56FCD1503C74300996D85 /* dsa_asn1.c in Sources */, + DAF56FCE1503C74300996D85 /* dsa_depr.c in Sources */, + DAF56FCF1503C74300996D85 /* dsa_err.c in Sources */, + DAF56FD01503C74300996D85 /* dsa_gen.c in Sources */, + DAF56FD11503C74300996D85 /* dsa_key.c in Sources */, + DAF56FD21503C74300996D85 /* dsa_lib.c in Sources */, + DAF56FD41503C74300996D85 /* dsa_ossl.c in Sources */, + DAF56FD51503C74300996D85 /* dsa_pmeth.c in Sources */, + DAF56FD61503C74300996D85 /* dsa_prn.c in Sources */, + DAF56FD71503C74300996D85 /* dsa_sign.c in Sources */, + DAF56FD81503C74300996D85 /* dsa_vrf.c in Sources */, + DAF56FDD1503C74300996D85 /* dso_beos.c in Sources */, + DAF56FDE1503C74300996D85 /* dso_dl.c in Sources */, + DAF56FDF1503C74300996D85 /* dso_dlfcn.c in Sources */, + DAF56FE01503C74300996D85 /* dso_err.c in Sources */, + DAF56FE11503C74300996D85 /* dso_lib.c in Sources */, + DAF56FE21503C74300996D85 /* dso_null.c in Sources */, + DAF56FE31503C74300996D85 /* dso_openssl.c in Sources */, + DAF56FE41503C74300996D85 /* dso_vms.c in Sources */, + DAF56FE51503C74300996D85 /* dso_win32.c in Sources */, + DAF56FE71503C74300996D85 /* ebcdic.c in Sources */, + DAF56FEA1503C74300996D85 /* ec2_mult.c in Sources */, + DAF56FEB1503C74300996D85 /* ec2_smpl.c in Sources */, + DAF56FEC1503C74300996D85 /* ec_ameth.c in Sources */, + DAF56FED1503C74300996D85 /* ec_asn1.c in Sources */, + DAF56FEE1503C74300996D85 /* ec_check.c in Sources */, + DAF56FEF1503C74300996D85 /* ec_curve.c in Sources */, + DAF56FF01503C74300996D85 /* ec_cvt.c in Sources */, + DAF56FF11503C74300996D85 /* ec_err.c in Sources */, + DAF56FF21503C74300996D85 /* ec_key.c in Sources */, + DAF56FF41503C74300996D85 /* ec_lib.c in Sources */, + DAF56FF51503C74300996D85 /* ec_mult.c in Sources */, + DAF56FF61503C74300996D85 /* ec_pmeth.c in Sources */, + DAF56FF71503C74300996D85 /* ec_print.c in Sources */, + DAF56FF81503C74300996D85 /* eck_prn.c in Sources */, + DAF56FF91503C74300996D85 /* ecp_mont.c in Sources */, + DAF56FFA1503C74300996D85 /* ecp_nist.c in Sources */, + DAF56FFB1503C74300996D85 /* ecp_smpl.c in Sources */, + DAF570001503C74300996D85 /* ech_err.c in Sources */, + DAF570011503C74300996D85 /* ech_key.c in Sources */, + DAF570021503C74300996D85 /* ech_lib.c in Sources */, + DAF570041503C74300996D85 /* ech_ossl.c in Sources */, + DAF570081503C74300996D85 /* ecs_asn1.c in Sources */, + DAF570091503C74300996D85 /* ecs_err.c in Sources */, + DAF5700A1503C74300996D85 /* ecs_lib.c in Sources */, + DAF5700C1503C74300996D85 /* ecs_ossl.c in Sources */, + DAF5700D1503C74300996D85 /* ecs_sign.c in Sources */, + DAF5700E1503C74300996D85 /* ecs_vrf.c in Sources */, + DAF570101503C74300996D85 /* eng_all.c in Sources */, + DAF570111503C74300996D85 /* eng_cnf.c in Sources */, + DAF570121503C74300996D85 /* eng_cryptodev.c in Sources */, + DAF570131503C74300996D85 /* eng_ctrl.c in Sources */, + DAF570141503C74300996D85 /* eng_dyn.c in Sources */, + DAF570151503C74300996D85 /* eng_err.c in Sources */, + DAF570161503C74300996D85 /* eng_fat.c in Sources */, + DAF570171503C74300996D85 /* eng_init.c in Sources */, + DAF570191503C74300996D85 /* eng_lib.c in Sources */, + DAF5701A1503C74300996D85 /* eng_list.c in Sources */, + DAF5701B1503C74300996D85 /* eng_openssl.c in Sources */, + DAF5701C1503C74300996D85 /* eng_pkey.c in Sources */, + DAF5701D1503C74300996D85 /* eng_table.c in Sources */, + DAF570211503C74300996D85 /* tb_asnmth.c in Sources */, + DAF570221503C74300996D85 /* tb_cipher.c in Sources */, + DAF570231503C74300996D85 /* tb_dh.c in Sources */, + DAF570241503C74300996D85 /* tb_digest.c in Sources */, + DAF570251503C74300996D85 /* tb_dsa.c in Sources */, + DAF570261503C74300996D85 /* tb_ecdh.c in Sources */, + DAF570271503C74300996D85 /* tb_ecdsa.c in Sources */, + DAF570281503C74300996D85 /* tb_pkmeth.c in Sources */, + DAF570291503C74300996D85 /* tb_rand.c in Sources */, + DAF5702A1503C74300996D85 /* tb_rsa.c in Sources */, + DAF5702B1503C74300996D85 /* tb_store.c in Sources */, + DAF5702C1503C74300996D85 /* err.c in Sources */, + DAF5702E1503C74300996D85 /* err_all.c in Sources */, + DAF5702F1503C74300996D85 /* err_prn.c in Sources */, + DAF570311503C74300996D85 /* bio_b64.c in Sources */, + DAF570321503C74300996D85 /* bio_enc.c in Sources */, + DAF570331503C74300996D85 /* bio_md.c in Sources */, + DAF570341503C74300996D85 /* bio_ok.c in Sources */, + DAF570351503C74300996D85 /* c_all.c in Sources */, + DAF570361503C74300996D85 /* c_allc.c in Sources */, + DAF570371503C74300996D85 /* c_alld.c in Sources */, + DAF570381503C74300996D85 /* digest.c in Sources */, + DAF570391503C74300996D85 /* e_aes.c in Sources */, + DAF5703A1503C74300996D85 /* e_bf.c in Sources */, + DAF5703B1503C74300996D85 /* e_camellia.c in Sources */, + DAF5703C1503C74300996D85 /* e_cast.c in Sources */, + DAF5703D1503C74300996D85 /* e_des.c in Sources */, + DAF5703E1503C74300996D85 /* e_des3.c in Sources */, + DAF570401503C74300996D85 /* e_idea.c in Sources */, + DAF570411503C74300996D85 /* e_null.c in Sources */, + DAF570421503C74300996D85 /* e_old.c in Sources */, + DAF570431503C74300996D85 /* e_rc2.c in Sources */, + DAF570441503C74300996D85 /* e_rc4.c in Sources */, + DAF570451503C74300996D85 /* e_rc5.c in Sources */, + DAF570461503C74300996D85 /* e_seed.c in Sources */, + DAF570471503C74300996D85 /* e_xcbc_d.c in Sources */, + DAF570481503C74300996D85 /* encode.c in Sources */, + DAF5704A1503C74300996D85 /* evp_acnf.c in Sources */, + DAF5704B1503C74300996D85 /* evp_enc.c in Sources */, + DAF5704C1503C74300996D85 /* evp_err.c in Sources */, + DAF5704D1503C74300996D85 /* evp_key.c in Sources */, + DAF5704E1503C74300996D85 /* evp_lib.c in Sources */, + DAF570511503C74300996D85 /* evp_pkey.c in Sources */, + DAF570531503C74300996D85 /* m_dss.c in Sources */, + DAF570541503C74300996D85 /* m_dss1.c in Sources */, + DAF570551503C74300996D85 /* m_ecdsa.c in Sources */, + DAF570561503C74300996D85 /* m_md2.c in Sources */, + DAF570571503C74300996D85 /* m_md4.c in Sources */, + DAF570581503C74300996D85 /* m_md5.c in Sources */, + DAF570591503C74300996D85 /* m_mdc2.c in Sources */, + DAF5705A1503C74300996D85 /* m_null.c in Sources */, + DAF5705B1503C74300996D85 /* m_ripemd.c in Sources */, + DAF5705C1503C74300996D85 /* m_sha.c in Sources */, + DAF5705D1503C74300996D85 /* m_sha1.c in Sources */, + DAF5705E1503C74300996D85 /* m_sigver.c in Sources */, + DAF5705F1503C74300996D85 /* m_wp.c in Sources */, + DAF570611503C74300996D85 /* names.c in Sources */, + DAF570621503C74300996D85 /* openbsd_hw.c in Sources */, + DAF570631503C74300996D85 /* p5_crpt.c in Sources */, + DAF570641503C74300996D85 /* p5_crpt2.c in Sources */, + DAF570651503C74300996D85 /* p_dec.c in Sources */, + DAF570661503C74300996D85 /* p_enc.c in Sources */, + DAF570671503C74300996D85 /* p_lib.c in Sources */, + DAF570681503C74300996D85 /* p_open.c in Sources */, + DAF570691503C74300996D85 /* p_seal.c in Sources */, + DAF5706A1503C74300996D85 /* p_sign.c in Sources */, + DAF5706B1503C74300996D85 /* p_verify.c in Sources */, + DAF5706C1503C74300996D85 /* pmeth_fn.c in Sources */, + DAF5706D1503C74300996D85 /* pmeth_gn.c in Sources */, + DAF5706E1503C74300996D85 /* pmeth_lib.c in Sources */, + DAF5706F1503C74300996D85 /* ex_data.c in Sources */, + DAF570701503C74300996D85 /* hm_ameth.c in Sources */, + DAF570711503C74300996D85 /* hm_pmeth.c in Sources */, + DAF570721503C74300996D85 /* hmac.c in Sources */, + DAF570771503C74300996D85 /* i_cbc.c in Sources */, + DAF570781503C74300996D85 /* i_cfb64.c in Sources */, + DAF570791503C74300996D85 /* i_ecb.c in Sources */, + DAF5707A1503C74300996D85 /* i_ofb64.c in Sources */, + DAF5707B1503C74300996D85 /* i_skey.c in Sources */, + DAF570861503C74300996D85 /* krb5_asn.c in Sources */, + DAF570891503C74300996D85 /* lh_stats.c in Sources */, + DAF5708B1503C74300996D85 /* lhash.c in Sources */, + DAF5709F1503C74300996D85 /* md4_dgst.c in Sources */, + DAF570A11503C74300996D85 /* md4_one.c in Sources */, + DAF570A81503C74300996D85 /* md5_dgst.c in Sources */, + DAF570AA1503C74300996D85 /* md5_one.c in Sources */, + DAF570AF1503C74300996D85 /* mdc2_one.c in Sources */, + DAF570B01503C74300996D85 /* mdc2dgst.c in Sources */, + DAF570B21503C74300996D85 /* mem.c in Sources */, + DAF570B31503C74300996D85 /* mem_clr.c in Sources */, + DAF570B41503C74300996D85 /* mem_dbg.c in Sources */, + DAF570B51503C74300996D85 /* cbc128.c in Sources */, + DAF570B61503C74300996D85 /* cfb128.c in Sources */, + DAF570B71503C74300996D85 /* ctr128.c in Sources */, + DAF570B81503C74300996D85 /* cts128.c in Sources */, + DAF570BB1503C74300996D85 /* ofb128.c in Sources */, + DAF570BC1503C74300996D85 /* o_dir.c in Sources */, + DAF570BF1503C74300996D85 /* o_str.c in Sources */, + DAF570C11503C74300996D85 /* o_time.c in Sources */, + DAF570C41503C74300996D85 /* o_names.c in Sources */, + DAF570C51503C74300996D85 /* obj_dat.c in Sources */, + DAF570C71503C74300996D85 /* obj_err.c in Sources */, + DAF570C81503C74300996D85 /* obj_lib.c in Sources */, + DAF570CA1503C74300996D85 /* obj_xref.c in Sources */, + DAF570CF1503C74300996D85 /* ocsp_asn.c in Sources */, + DAF570D01503C74300996D85 /* ocsp_cl.c in Sources */, + DAF570D11503C74300996D85 /* ocsp_err.c in Sources */, + DAF570D21503C74300996D85 /* ocsp_ext.c in Sources */, + DAF570D31503C74300996D85 /* ocsp_ht.c in Sources */, + DAF570D41503C74300996D85 /* ocsp_lib.c in Sources */, + DAF570D51503C74300996D85 /* ocsp_prn.c in Sources */, + DAF570D61503C74300996D85 /* ocsp_srv.c in Sources */, + DAF570D71503C74300996D85 /* ocsp_vfy.c in Sources */, + DAF570DE1503C74300996D85 /* pem_all.c in Sources */, + DAF570DF1503C74300996D85 /* pem_err.c in Sources */, + DAF570E01503C74300996D85 /* pem_info.c in Sources */, + DAF570E11503C74300996D85 /* pem_lib.c in Sources */, + DAF570E21503C74300996D85 /* pem_oth.c in Sources */, + DAF570E31503C74300996D85 /* pem_pk8.c in Sources */, + DAF570E41503C74300996D85 /* pem_pkey.c in Sources */, + DAF570E51503C74300996D85 /* pem_seal.c in Sources */, + DAF570E61503C74300996D85 /* pem_sign.c in Sources */, + DAF570E71503C74300996D85 /* pem_x509.c in Sources */, + DAF570E81503C74300996D85 /* pem_xaux.c in Sources */, + DAF570E91503C74300996D85 /* pvkfmt.c in Sources */, + DAF570EB1503C74300996D85 /* p12_add.c in Sources */, + DAF570EC1503C74300996D85 /* p12_asn.c in Sources */, + DAF570ED1503C74300996D85 /* p12_attr.c in Sources */, + DAF570EE1503C74300996D85 /* p12_crpt.c in Sources */, + DAF570EF1503C74300996D85 /* p12_crt.c in Sources */, + DAF570F01503C74300996D85 /* p12_decr.c in Sources */, + DAF570F11503C74300996D85 /* p12_init.c in Sources */, + DAF570F21503C74300996D85 /* p12_key.c in Sources */, + DAF570F31503C74300996D85 /* p12_kiss.c in Sources */, + DAF570F41503C74300996D85 /* p12_mutl.c in Sources */, + DAF570F51503C74300996D85 /* p12_npas.c in Sources */, + DAF570F61503C74300996D85 /* p12_p8d.c in Sources */, + DAF570F71503C74300996D85 /* p12_p8e.c in Sources */, + DAF570F81503C74300996D85 /* p12_utl.c in Sources */, + DAF570F91503C74300996D85 /* pk12err.c in Sources */, + DAF570FC1503C74300996D85 /* bio_pk7.c in Sources */, + DAF570FF1503C74300996D85 /* example.c in Sources */, + DAF571021503C74300996D85 /* pk7_asn1.c in Sources */, + DAF571031503C74300996D85 /* pk7_attr.c in Sources */, + DAF571041503C74300996D85 /* pk7_dgst.c in Sources */, + DAF571051503C74300996D85 /* pk7_doit.c in Sources */, + DAF571071503C74300996D85 /* pk7_lib.c in Sources */, + DAF571081503C74300996D85 /* pk7_mime.c in Sources */, + DAF571091503C74300996D85 /* pk7_smime.c in Sources */, + DAF5710B1503C74300996D85 /* pkcs7err.c in Sources */, + DAF571101503C74300996D85 /* pqueue.c in Sources */, + DAF571131503C74300996D85 /* md_rand.c in Sources */, + DAF571151503C74300996D85 /* rand_egd.c in Sources */, + DAF571161503C74300996D85 /* rand_err.c in Sources */, + DAF571181503C74300996D85 /* rand_lib.c in Sources */, + DAF571191503C74300996D85 /* rand_nw.c in Sources */, + DAF5711A1503C74300996D85 /* rand_os2.c in Sources */, + DAF5711B1503C74300996D85 /* rand_unix.c in Sources */, + DAF5711C1503C74300996D85 /* rand_vms.c in Sources */, + DAF5711D1503C74300996D85 /* rand_win.c in Sources */, + DAF5711E1503C74300996D85 /* randfile.c in Sources */, + DAF571221503C74300996D85 /* rc2_cbc.c in Sources */, + DAF571231503C74300996D85 /* rc2_ecb.c in Sources */, + DAF571251503C74300996D85 /* rc2_skey.c in Sources */, + DAF571261503C74300996D85 /* rc2cfb64.c in Sources */, + DAF571271503C74300996D85 /* rc2ofb64.c in Sources */, + DAF5712E1503C74300996D85 /* rc4_enc.c in Sources */, + DAF571301503C74300996D85 /* rc4_skey.c in Sources */, + DAF571431503C74300996D85 /* rmd_dgst.c in Sources */, + DAF571451503C74300996D85 /* rmd_one.c in Sources */, + DAF5714A1503C74300996D85 /* rsa_ameth.c in Sources */, + DAF5714B1503C74300996D85 /* rsa_asn1.c in Sources */, + DAF5714C1503C74300996D85 /* rsa_chk.c in Sources */, + DAF5714D1503C74300996D85 /* rsa_depr.c in Sources */, + DAF5714E1503C74300996D85 /* rsa_eay.c in Sources */, + DAF5714F1503C74300996D85 /* rsa_err.c in Sources */, + DAF571501503C74300996D85 /* rsa_gen.c in Sources */, + DAF571511503C74300996D85 /* rsa_lib.c in Sources */, + DAF571531503C74300996D85 /* rsa_none.c in Sources */, + DAF571541503C74300996D85 /* rsa_null.c in Sources */, + DAF571551503C74300996D85 /* rsa_oaep.c in Sources */, + DAF571561503C74300996D85 /* rsa_pk1.c in Sources */, + DAF571571503C74300996D85 /* rsa_pmeth.c in Sources */, + DAF571581503C74300996D85 /* rsa_prn.c in Sources */, + DAF571591503C74300996D85 /* rsa_pss.c in Sources */, + DAF5715A1503C74300996D85 /* rsa_saos.c in Sources */, + DAF5715B1503C74300996D85 /* rsa_sign.c in Sources */, + DAF5715C1503C74300996D85 /* rsa_ssl.c in Sources */, + DAF5715E1503C74300996D85 /* rsa_x931.c in Sources */, + DAF571621503C74300996D85 /* seed.c in Sources */, + DAF571641503C74300996D85 /* seed_cbc.c in Sources */, + DAF571651503C74300996D85 /* seed_cfb.c in Sources */, + DAF571661503C74300996D85 /* seed_ecb.c in Sources */, + DAF571681503C74300996D85 /* seed_ofb.c in Sources */, + DAF5716D1503C74300996D85 /* sha1_one.c in Sources */, + DAF5716E1503C74300996D85 /* sha1dgst.c in Sources */, + DAF571701503C74300996D85 /* sha256.c in Sources */, + DAF571721503C74300996D85 /* sha512.c in Sources */, + DAF571741503C74300996D85 /* sha_dgst.c in Sources */, + DAF571761503C74300996D85 /* sha_one.c in Sources */, + DAF5717C1503C74300996D85 /* stack.c in Sources */, + DAF571871503C74300996D85 /* th-lock.c in Sources */, + DAF5718A1503C74300996D85 /* ts_asn1.c in Sources */, + DAF5718B1503C74300996D85 /* ts_conf.c in Sources */, + DAF5718C1503C74300996D85 /* ts_err.c in Sources */, + DAF5718D1503C74300996D85 /* ts_lib.c in Sources */, + DAF5718E1503C74300996D85 /* ts_req_print.c in Sources */, + DAF5718F1503C74300996D85 /* ts_req_utils.c in Sources */, + DAF571901503C74300996D85 /* ts_rsp_print.c in Sources */, + DAF571911503C74300996D85 /* ts_rsp_sign.c in Sources */, + DAF571921503C74300996D85 /* ts_rsp_utils.c in Sources */, + DAF571931503C74300996D85 /* ts_rsp_verify.c in Sources */, + DAF571941503C74300996D85 /* ts_verify_ctx.c in Sources */, + DAF571961503C74300996D85 /* txt_db.c in Sources */, + DAF5719A1503C74300996D85 /* ui_compat.c in Sources */, + DAF5719C1503C74300996D85 /* ui_err.c in Sources */, + DAF5719D1503C74300996D85 /* ui_lib.c in Sources */, + DAF5719F1503C74300996D85 /* ui_openssl.c in Sources */, + DAF571A01503C74300996D85 /* ui_util.c in Sources */, + DAF571A11503C74300996D85 /* uid.c in Sources */, + DAF571A41503C74300996D85 /* wp_block.c in Sources */, + DAF571A51503C74300996D85 /* wp_dgst.c in Sources */, + DAF571A81503C74300996D85 /* by_dir.c in Sources */, + DAF571A91503C74300996D85 /* by_file.c in Sources */, + DAF571AC1503C74300996D85 /* x509_att.c in Sources */, + DAF571AD1503C74300996D85 /* x509_cmp.c in Sources */, + DAF571AE1503C74300996D85 /* x509_d2.c in Sources */, + DAF571AF1503C74300996D85 /* x509_def.c in Sources */, + DAF571B01503C74300996D85 /* x509_err.c in Sources */, + DAF571B11503C74300996D85 /* x509_ext.c in Sources */, + DAF571B21503C74300996D85 /* x509_lu.c in Sources */, + DAF571B31503C74300996D85 /* x509_obj.c in Sources */, + DAF571B41503C74300996D85 /* x509_r2x.c in Sources */, + DAF571B51503C74300996D85 /* x509_req.c in Sources */, + DAF571B61503C74300996D85 /* x509_set.c in Sources */, + DAF571B71503C74300996D85 /* x509_trs.c in Sources */, + DAF571B81503C74300996D85 /* x509_txt.c in Sources */, + DAF571B91503C74300996D85 /* x509_v3.c in Sources */, + DAF571BA1503C74300996D85 /* x509_vfy.c in Sources */, + DAF571BC1503C74300996D85 /* x509_vpm.c in Sources */, + DAF571BD1503C74300996D85 /* x509cset.c in Sources */, + DAF571BE1503C74300996D85 /* x509name.c in Sources */, + DAF571BF1503C74300996D85 /* x509rset.c in Sources */, + DAF571C01503C74300996D85 /* x509spki.c in Sources */, + DAF571C11503C74300996D85 /* x509type.c in Sources */, + DAF571C21503C74300996D85 /* x_all.c in Sources */, + DAF571C51503C74300996D85 /* pcy_cache.c in Sources */, + DAF571C61503C74300996D85 /* pcy_data.c in Sources */, + DAF571C81503C74300996D85 /* pcy_lib.c in Sources */, + DAF571C91503C74300996D85 /* pcy_map.c in Sources */, + DAF571CA1503C74300996D85 /* pcy_node.c in Sources */, + DAF571CB1503C74300996D85 /* pcy_tree.c in Sources */, + DAF571CD1503C74300996D85 /* v3_addr.c in Sources */, + DAF571CE1503C74300996D85 /* v3_akey.c in Sources */, + DAF571CF1503C74300996D85 /* v3_akeya.c in Sources */, + DAF571D01503C74300996D85 /* v3_alt.c in Sources */, + DAF571D11503C74300996D85 /* v3_asid.c in Sources */, + DAF571D21503C74300996D85 /* v3_bcons.c in Sources */, + DAF571D31503C74300996D85 /* v3_bitst.c in Sources */, + DAF571D41503C74300996D85 /* v3_conf.c in Sources */, + DAF571D51503C74300996D85 /* v3_cpols.c in Sources */, + DAF571D61503C74300996D85 /* v3_crld.c in Sources */, + DAF571D71503C74300996D85 /* v3_enum.c in Sources */, + DAF571D81503C74300996D85 /* v3_extku.c in Sources */, + DAF571D91503C74300996D85 /* v3_genn.c in Sources */, + DAF571DA1503C74300996D85 /* v3_ia5.c in Sources */, + DAF571DB1503C74300996D85 /* v3_info.c in Sources */, + DAF571DC1503C74300996D85 /* v3_int.c in Sources */, + DAF571DD1503C74300996D85 /* v3_lib.c in Sources */, + DAF571DE1503C74300996D85 /* v3_ncons.c in Sources */, + DAF571DF1503C74300996D85 /* v3_ocsp.c in Sources */, + DAF571E01503C74300996D85 /* v3_pci.c in Sources */, + DAF571E11503C74300996D85 /* v3_pcia.c in Sources */, + DAF571E21503C74300996D85 /* v3_pcons.c in Sources */, + DAF571E31503C74300996D85 /* v3_pku.c in Sources */, + DAF571E41503C74300996D85 /* v3_pmaps.c in Sources */, + DAF571E51503C74300996D85 /* v3_prn.c in Sources */, + DAF571E61503C74300996D85 /* v3_purp.c in Sources */, + DAF571E71503C74300996D85 /* v3_skey.c in Sources */, + DAF571E81503C74300996D85 /* v3_sxnet.c in Sources */, + DAF571E91503C74300996D85 /* v3_utl.c in Sources */, + DAF571EB1503C74300996D85 /* v3err.c in Sources */, + DADEA5CA1503EBC200FD084E /* cryptlib.c in Sources */, + DADEA5CB1503EC6800FD084E /* bn_asm.c in Sources */, + DADEA5CC1503EC8A00FD084E /* aes_wrap.c in Sources */, + DADEA5CD1503ECC000FD084E /* des_enc.c in Sources */, + DADEA5CE1503ECF400FD084E /* evp_pbe.c in Sources */, + DADEA5CF1503ED0E00FD084E /* ameth_lib.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXSourcesBuildPhase section */ /* Begin PBXVariantGroup section */ @@ -577,6 +4889,7 @@ DYLIB_CURRENT_VERSION = 1; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "Pearl/Pearl-Prefix.pch"; + HEADER_SEARCH_PATHS = "$(SRCROOT)/External/Pearl/External/iOSPorts/include/**"; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; @@ -589,6 +4902,63 @@ DYLIB_CURRENT_VERSION = 1; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = "Pearl/Pearl-Prefix.pch"; + HEADER_SEARCH_PATHS = "$(SRCROOT)/External/Pearl/External/iOSPorts/include/**"; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; + DAF56A051503C61E00996D85 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + EXECUTABLE_PREFIX = lib; + GCC_WARN_INHIBIT_ALL_WARNINGS = YES; + OTHER_CFLAGS = "-DHAVE_CONFIG_H"; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + DAF56A061503C61E00996D85 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + EXECUTABLE_PREFIX = lib; + GCC_WARN_INHIBIT_ALL_WARNINGS = YES; + OTHER_CFLAGS = "-DHAVE_CONFIG_H"; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; + DAF56A3A1503C67000996D85 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + EXECUTABLE_PREFIX = lib; + GCC_WARN_INHIBIT_ALL_WARNINGS = YES; + OTHER_CFLAGS = ( + "-DOPENSSL_NO_GMP", + "-DOPENSSL_NO_JPAKE", + "-DOPENSSL_NO_KRB5", + "-DOPENSSL_NO_MD2", + "-DOPENSSL_NO_RC5", + "-DOPENSSL_NO_RFC3779", + "-DOPENSSL_NO_STORE", + ); + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + DAF56A3B1503C67000996D85 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + EXECUTABLE_PREFIX = lib; + GCC_WARN_INHIBIT_ALL_WARNINGS = YES; + OTHER_CFLAGS = ( + "-DOPENSSL_NO_GMP", + "-DOPENSSL_NO_JPAKE", + "-DOPENSSL_NO_KRB5", + "-DOPENSSL_NO_MD2", + "-DOPENSSL_NO_RC5", + "-DOPENSSL_NO_RFC3779", + "-DOPENSSL_NO_STORE", + ); PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; @@ -623,6 +4993,24 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + DAF56A041503C61E00996D85 /* Build configuration list for PBXNativeTarget "scrypt" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + DAF56A051503C61E00996D85 /* Debug */, + DAF56A061503C61E00996D85 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + DAF56A391503C67000996D85 /* Build configuration list for PBXNativeTarget "openssl" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + DAF56A3A1503C67000996D85 /* Debug */, + DAF56A3B1503C67000996D85 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; /* End XCConfigurationList section */ /* Begin XCVersionGroup section */ diff --git a/MasterPassword-iOS.xcodeproj/project.pbxproj b/MasterPassword-iOS.xcodeproj/project.pbxproj index ea340588..d1dc7470 100644 --- a/MasterPassword-iOS.xcodeproj/project.pbxproj +++ b/MasterPassword-iOS.xcodeproj/project.pbxproj @@ -59,7 +59,6 @@ DAB8D45E15036BCF00CED3BC /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = DAB8D43F15036BCF00CED3BC /* InfoPlist.strings */; }; DAB8D45F15036BCF00CED3BC /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = DAB8D44115036BCF00CED3BC /* main.m */; }; DAB8D46015036BCF00CED3BC /* MainStoryboard_iPhone.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DAB8D44215036BCF00CED3BC /* MainStoryboard_iPhone.storyboard */; }; - DAB8D46115036BCF00CED3BC /* MasterPassword-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = DAB8D44315036BCF00CED3BC /* MasterPassword-Info.plist */; }; DAB8D46215036BCF00CED3BC /* MasterPassword.entitlements in Resources */ = {isa = PBXBuildFile; fileRef = DAB8D44515036BCF00CED3BC /* MasterPassword.entitlements */; }; DAB8D46315036BCF00CED3BC /* MPAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DAB8D44715036BCF00CED3BC /* MPAppDelegate.m */; }; DAB8D46415036BCF00CED3BC /* MPConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = DAB8D44915036BCF00CED3BC /* MPConfig.m */; }; @@ -731,8 +730,6 @@ DAFE4A1915039824003ABA7C /* Pearl.h in Headers */ = {isa = PBXBuildFile; fileRef = DAFE45DE15039823003ABA7C /* Pearl.h */; }; DAFE4A1A15039824003ABA7C /* PearlAbstractStrings.h in Headers */ = {isa = PBXBuildFile; fileRef = DAFE45DF15039823003ABA7C /* PearlAbstractStrings.h */; }; DAFE4A1B15039824003ABA7C /* PearlAbstractStrings.m in Sources */ = {isa = PBXBuildFile; fileRef = DAFE45E015039823003ABA7C /* PearlAbstractStrings.m */; }; - DAFE4A1C15039824003ABA7C /* PearlAppDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = DAFE45E115039823003ABA7C /* PearlAppDelegate.h */; }; - DAFE4A1D15039824003ABA7C /* PearlAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DAFE45E215039823003ABA7C /* PearlAppDelegate.m */; }; DAFE4A1E15039824003ABA7C /* PearlCodeUtils.h in Headers */ = {isa = PBXBuildFile; fileRef = DAFE45E315039823003ABA7C /* PearlCodeUtils.h */; }; DAFE4A1F15039824003ABA7C /* PearlCodeUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = DAFE45E415039823003ABA7C /* PearlCodeUtils.m */; }; DAFE4A2015039824003ABA7C /* PearlConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = DAFE45E515039823003ABA7C /* PearlConfig.h */; }; @@ -1572,8 +1569,6 @@ DAFE45DE15039823003ABA7C /* Pearl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Pearl.h; sourceTree = ""; }; DAFE45DF15039823003ABA7C /* PearlAbstractStrings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PearlAbstractStrings.h; sourceTree = ""; }; DAFE45E015039823003ABA7C /* PearlAbstractStrings.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PearlAbstractStrings.m; sourceTree = ""; }; - DAFE45E115039823003ABA7C /* PearlAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PearlAppDelegate.h; sourceTree = ""; }; - DAFE45E215039823003ABA7C /* PearlAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PearlAppDelegate.m; sourceTree = ""; }; DAFE45E315039823003ABA7C /* PearlCodeUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PearlCodeUtils.h; sourceTree = ""; }; DAFE45E415039823003ABA7C /* PearlCodeUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PearlCodeUtils.m; sourceTree = ""; }; DAFE45E515039823003ABA7C /* PearlConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PearlConfig.h; sourceTree = ""; }; @@ -2654,8 +2649,6 @@ DAFE45DE15039823003ABA7C /* Pearl.h */, DAFE45DF15039823003ABA7C /* PearlAbstractStrings.h */, DAFE45E015039823003ABA7C /* PearlAbstractStrings.m */, - DAFE45E115039823003ABA7C /* PearlAppDelegate.h */, - DAFE45E215039823003ABA7C /* PearlAppDelegate.m */, DAFE45E315039823003ABA7C /* PearlCodeUtils.h */, DAFE45E415039823003ABA7C /* PearlCodeUtils.m */, DAFE45E515039823003ABA7C /* PearlConfig.h */, @@ -2809,7 +2802,6 @@ DAFE4A1715039824003ABA7C /* NSString_PearlSEL.h in Headers */, DAFE4A1915039824003ABA7C /* Pearl.h in Headers */, DAFE4A1A15039824003ABA7C /* PearlAbstractStrings.h in Headers */, - DAFE4A1C15039824003ABA7C /* PearlAppDelegate.h in Headers */, DAFE4A1E15039824003ABA7C /* PearlCodeUtils.h in Headers */, DAFE4A2015039824003ABA7C /* PearlConfig.h in Headers */, DAFE4A2215039824003ABA7C /* PearlDeviceUtils.h in Headers */, @@ -3013,7 +3005,6 @@ DA95D5F814DF0B9F008D1B94 /* IASKSpecifierValuesView.xib in Resources */, DAB8D45E15036BCF00CED3BC /* InfoPlist.strings in Resources */, DAB8D46015036BCF00CED3BC /* MainStoryboard_iPhone.storyboard in Resources */, - DAB8D46115036BCF00CED3BC /* MasterPassword-Info.plist in Resources */, DAB8D46215036BCF00CED3BC /* MasterPassword.entitlements in Resources */, DAB8D46A15036BCF00CED3BC /* Settings.bundle in Resources */, DAB8D6FA15036BF600CED3BC /* ui_background.png in Resources */, @@ -3743,7 +3734,6 @@ DAFE4A1615039824003ABA7C /* NSString_PearlNSArrayFormat.m in Sources */, DAFE4A1815039824003ABA7C /* NSString_PearlSEL.m in Sources */, DAFE4A1B15039824003ABA7C /* PearlAbstractStrings.m in Sources */, - DAFE4A1D15039824003ABA7C /* PearlAppDelegate.m in Sources */, DAFE4A1F15039824003ABA7C /* PearlCodeUtils.m in Sources */, DAFE4A2115039824003ABA7C /* PearlConfig.m in Sources */, DAFE4A2315039824003ABA7C /* PearlDeviceUtils.m in Sources */, diff --git a/MasterPassword/Mac/MPAppDelegate.m b/MasterPassword/Mac/MPAppDelegate.m index f386eb49..c3347625 100644 --- a/MasterPassword/Mac/MPAppDelegate.m +++ b/MasterPassword/Mac/MPAppDelegate.m @@ -112,9 +112,8 @@ return __persistentStoreCoordinator; } -// Returns the NSUndoManager for the application. In this case, the manager returned is that of the managed object context for the application. -- (NSUndoManager *)windowWillReturnUndoManager:(NSWindow *)window -{ +- (NSUndoManager *)windowWillReturnUndoManager:(NSWindow *)window { + return [[self managedObjectContext] undoManager]; } diff --git a/MasterPassword/Mac/MPPasswordWindowController.h b/MasterPassword/Mac/MPPasswordWindowController.h new file mode 100644 index 00000000..822e9ec4 --- /dev/null +++ b/MasterPassword/Mac/MPPasswordWindowController.h @@ -0,0 +1,15 @@ +// +// MPPasswordWindowController.h +// MasterPassword-Mac +// +// Created by Maarten Billemont on 04/03/12. +// Copyright (c) 2012 Lyndir. All rights reserved. +// + +#import + +@interface MPPasswordWindowController : NSWindowController +@property (weak) IBOutlet NSTextField *siteField; +@property (weak) IBOutlet NSTextField *contentField; + +@end diff --git a/MasterPassword/Mac/MPPasswordWindowController.m b/MasterPassword/Mac/MPPasswordWindowController.m new file mode 100644 index 00000000..9273e8ef --- /dev/null +++ b/MasterPassword/Mac/MPPasswordWindowController.m @@ -0,0 +1,26 @@ +// +// MPPasswordWindowController.m +// MasterPassword-Mac +// +// Created by Maarten Billemont on 04/03/12. +// Copyright (c) 2012 Lyndir. All rights reserved. +// + +#import "MPPasswordWindowController.h" + +@interface MPPasswordWindowController () + +@end + +@implementation MPPasswordWindowController +@synthesize siteField; +@synthesize contentField; + +- (void)windowDidLoad { + + [super windowDidLoad]; + + [self.contentField setStringValue:@""]; +} + +@end diff --git a/MasterPassword/Mac/MPPasswordWindowController.xib b/MasterPassword/Mac/MPPasswordWindowController.xib new file mode 100644 index 00000000..d9581527 --- /dev/null +++ b/MasterPassword/Mac/MPPasswordWindowController.xib @@ -0,0 +1,538 @@ + + + + 1070 + 11D50 + 2177 + 1138.32 + 568.00 + + com.apple.InterfaceBuilder.CocoaPlugin + 2177 + + + NSTextField + NSTextFieldCell + NSWindowTemplate + NSView + IBNSLayoutConstraint + NSCustomObject + + + com.apple.InterfaceBuilder.CocoaPlugin + + + PluginDependencyRecalculationVersion + + + + + MPPasswordWindowController + + + FirstResponder + + + NSApplication + + + 8223 + 2 + {{600, 530}, {480, 134}} + 611845120 + Master Password + NSPanel + + + {480, 134} + {480, 134} + + + 256 + + + + 268 + {{140, 92}, {200, 22}} + + + 2 + _NS:9 + YES + + -1804468671 + 138413120 + + + LucidaGrande + 13 + 1044 + + Enter site name + _NS:9 + + YES + 1 + + 6 + System + textBackgroundColor + + 3 + MQA + + + + 6 + System + textColor + + 3 + MAA + + + + + + + 268 + {{17, 20}, {446, 64}} + + + 2 + _NS:9 + {250, 750} + YES + + 67239424 + 138412032 + S3cretP4s$w0rD + + Exo-Black + 48 + 16 + + _NS:9 + + + 6 + System + controlColor + + 3 + MC42NjY2NjY2NjY3AA + + + + 1 + MC40NzQ1MDk4MDM5IDAuODY2NjY2NjY2NyAwLjk4NDMxMzcyNTUAA + + + + + {480, 134} + + + YES + 2 + _NS:21 + + {{0, 0}, {1680, 1028}} + {480, 153} + {480, 153} + YES + + + + + + + window + + + + 40 + + + + siteField + + + + 41 + + + + contentField + + + + 42 + + + + delegate + + + + 39 + + + + + + 0 + + + + + + -2 + + + File's Owner + + + -1 + + + First Responder + + + -3 + + + Application + + + 22 + + + + + + + + 23 + + + + + 5 + 0 + + 5 + 1 + + 20 + + 1000 + 8 + 29 + 3 + + + + + 9 + 0 + + 9 + 1 + + 0.0 + + 1000 + 6 + 24 + 2 + + + + + 3 + 0 + + 3 + 1 + + 50 + + 1000 + 9 + 40 + 3 + + + + + 3 + 1 + + 3 + 1 + + 20 + + 1000 + 9 + 40 + 3 + + + + + 4 + 1 + + 4 + 1 + + 20 + + 1000 + 9 + 40 + 3 + + + + + 6 + 0 + + 6 + 1 + + 20 + + 1000 + 8 + 29 + 3 + + + + + 3 + 0 + + 3 + 1 + + 20 + + 1000 + 8 + 29 + 3 + + + + + 4 + 0 + + 4 + 1 + + 20 + + 1000 + 9 + 40 + 3 + + + + + 6 + 1 + + 6 + 1 + + 20 + + 1000 + 9 + 40 + 3 + + + + + 5 + 1 + + 5 + 1 + + 20 + + 1000 + 9 + 40 + 3 + + + + + + + + + 24 + + + + + 25 + + + + + 26 + + + + + 27 + + + + + 28 + + + + + 29 + + + + + 30 + + + + + 31 + + + + + 32 + + + + + 33 + + + + + 34 + + + + + + + + 35 + + + + + 7 + 0 + + 0 + 1 + + 200 + + 1000 + 3 + 9 + 1 + + + + + + + + 36 + + + + + 37 + + + + + 38 + + + + + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + + com.apple.InterfaceBuilder.CocoaPlugin + + + + + + + + + + + + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + com.apple.InterfaceBuilder.CocoaPlugin + + + + + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + com.apple.InterfaceBuilder.CocoaPlugin + + + + + + 42 + + + 0 + IBCocoaFramework + YES + 3 + YES + + diff --git a/MasterPassword/Mac/en.lproj/MainMenu.xib b/MasterPassword/Mac/en.lproj/MainMenu.xib index 7700522f..1cd74cec 100644 --- a/MasterPassword/Mac/en.lproj/MainMenu.xib +++ b/MasterPassword/Mac/en.lproj/MainMenu.xib @@ -11,14 +11,9 @@ 2177 - NSTextField - NSView - NSWindowTemplate + NSUserDefaultsController NSMenu NSMenuItem - NSTextFieldCell - IBNSLayoutConstraint - NSUserDefaultsController NSCustomObject @@ -256,113 +251,6 @@ _NSMainMenu - - 8223 - 2 - {{600, 530}, {480, 134}} - 611845120 - Master Password - NSPanel - - - {480, 134} - {480, 134} - - - 256 - - - - 268 - {{140, 92}, {200, 22}} - - - 2 - _NS:9 - YES - - -1804468671 - 138413120 - - - LucidaGrande - 13 - 1044 - - Enter site name - _NS:9 - - YES - 1 - - 6 - System - textBackgroundColor - - 3 - MQA - - - - 6 - System - textColor - - 3 - MAA - - - - - - - 268 - {{17, 20}, {446, 64}} - - - 2 - _NS:9 - {250, 750} - YES - - 67239424 - 138412032 - S3cretP4s$w0rD - - Exo-Black - 48 - 16 - - _NS:9 - - - 6 - System - controlColor - - 3 - MC42NjY2NjY2NjY3AA - - - - 1 - MC40NzQ1MDk4MDM5IDAuODY2NjY2NjY2NyAwLjk4NDMxMzcyNTUAA - - - - - {480, 134} - - - YES - 2 - _NS:21 - - {{0, 0}, {1680, 1028}} - {480, 153} - {480, 153} - YES - MPAppDelegate @@ -651,285 +539,11 @@ - - 536 - - - - - - - - 537 - - - - - - - 5 - 1 - - 5 - 1 - - 20 - - 1000 - 9 - 40 - 3 - - - - - 6 - 1 - - 6 - 1 - - 20 - - 1000 - 9 - 40 - 3 - - - - - 5 - 0 - - 5 - 1 - - 20 - - 1000 - 8 - 29 - 3 - - - - - 9 - 0 - - 9 - 1 - - 0.0 - - 1000 - 6 - 24 - 2 - - - - - 4 - 0 - - 4 - 1 - - 20 - - 1000 - 9 - 40 - 3 - - - - - 3 - 0 - - 3 - 1 - - 20 - - 1000 - 8 - 29 - 3 - - - - - 6 - 0 - - 6 - 1 - - 20 - - 1000 - 8 - 29 - 3 - - - - - 4 - 1 - - 4 - 1 - - 20 - - 1000 - 9 - 40 - 3 - - - - - 3 - 1 - - 3 - 1 - - 20 - - 1000 - 9 - 40 - 3 - - - - - 3 - 0 - - 3 - 1 - - 50 - - 1000 - 9 - 40 - 3 - - - - - - - 540 - - - - - - 7 - 0 - - 0 - 1 - - 200 - - 1000 - 3 - 9 - 1 - - - - - - - 541 - - - 548 - - 572 - - - - - - - - 573 - - - - - 605 - - - - - 608 - - - - - 699 - - - - - 700 - - - - - 701 - - - - - 702 - - - - - 703 - - - - - 704 - - - - - 705 - - - - - 706 - - - - - 707 - - - @@ -958,54 +572,17 @@ com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - - - - - - - - - - com.apple.InterfaceBuilder.CocoaPlugin - - - - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin - com.apple.InterfaceBuilder.CocoaPlugin com.apple.InterfaceBuilder.CocoaPlugin - 707 + 711 0