Skip to content

Commit

Permalink
Removed openssl link commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Mitchell committed Jan 12, 2014
1 parent 482b707 commit 10859f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions Port Map.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -978,8 +978,6 @@
Foundation,
"-framework",
AppKit,
"-lssl",
"-lcrypto",
);
PRODUCT_NAME = TCMPortMapper;
USER_HEADER_SEARCH_PATHS = framework;
Expand Down Expand Up @@ -1010,8 +1008,6 @@
Foundation,
"-framework",
AppKit,
"-lssl",
"-lcrypto",
);
PRODUCT_NAME = TCMPortMapper;
USER_HEADER_SEARCH_PATHS = framework;
Expand Down
2 changes: 1 addition & 1 deletion framework/TCMPortMapper.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#import <netinet/if_ether.h>
#import <net/if_dl.h>

// openssl is deprectaed on OS X 10.7+
// openssl is deprecated on OS X 10.7+
#ifdef USE_OPENSSL
#import <openssl/md5.h>
#else
Expand Down

0 comments on commit 10859f1

Please sign in to comment.