Skip to content

Commit

Permalink
Binary link update
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremycbutler committed Aug 29, 2018
1 parent 85f93ae commit 91af67a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenSSL.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@
B9E7BDCA213707AF005B9A95 /* numbers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = numbers.h; path = internal/numbers.h; sourceTree = "<group>"; };
B9E7BDCB213707AF005B9A95 /* o_dir.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = o_dir.h; path = internal/o_dir.h; sourceTree = "<group>"; };
B9E7BDCC213707AF005B9A95 /* constant_time_locl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = constant_time_locl.h; path = internal/constant_time_locl.h; sourceTree = "<group>"; };
B9E7BDD2213707E6005B9A95 /* libcrypto.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcrypto.a; path = ../lib/libcrypto.a; sourceTree = "<group>"; };
B9E7BDD3213707E6005B9A95 /* libssl.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libssl.a; path = ../lib/libssl.a; sourceTree = "<group>"; };
B9E7BDD2213707E6005B9A95 /* libcrypto.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcrypto.a; path = lib/libcrypto.a; sourceTree = "<group>"; };
B9E7BDD3213707E6005B9A95 /* libssl.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libssl.a; path = lib/libssl.a; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down

0 comments on commit 91af67a

Please sign in to comment.