diff options
author | Tobias Brunner <tobias@strongswan.org> | 2016-02-12 16:35:54 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2016-03-03 17:36:11 +0100 |
commit | 28649f6d91971e0fe50078aec2937010e8c61cd8 (patch) | |
tree | 7966167225b3e6f2ac51554f6092a28ab132c2b0 /src/frontends/osx | |
parent | 8394ea2a42eb23ba22471d913dcf47e6067109e1 (diff) | |
download | strongswan-28649f6d91971e0fe50078aec2937010e8c61cd8.tar.bz2 strongswan-28649f6d91971e0fe50078aec2937010e8c61cd8.tar.xz |
libhydra: Remove empty unused library
Diffstat (limited to 'src/frontends/osx')
-rw-r--r-- | src/frontends/osx/charon-xpc/charon-xpc.c | 6 | ||||
-rw-r--r-- | src/frontends/osx/strongSwan.xcodeproj/project.pbxproj | 8 |
2 files changed, 0 insertions, 14 deletions
diff --git a/src/frontends/osx/charon-xpc/charon-xpc.c b/src/frontends/osx/charon-xpc/charon-xpc.c index 0d8f0f455..14ce2e215 100644 --- a/src/frontends/osx/charon-xpc/charon-xpc.c +++ b/src/frontends/osx/charon-xpc/charon-xpc.c @@ -22,7 +22,6 @@ #include <errno.h> #include <library.h> -#include <hydra.h> #include <daemon.h> #include <threading/thread.h> #include <utils/backtrace.h> @@ -170,11 +169,6 @@ int main(int argc, char *argv[]) exit(SS_RC_DAEMON_INTEGRITY); } } - atexit(libhydra_deinit); - if (!libhydra_init()) - { - exit(SS_RC_INITIALIZATION_FAILED); - } atexit(libcharon_deinit); if (!libcharon_init()) { diff --git a/src/frontends/osx/strongSwan.xcodeproj/project.pbxproj b/src/frontends/osx/strongSwan.xcodeproj/project.pbxproj index e5f222834..90e233598 100644 --- a/src/frontends/osx/strongSwan.xcodeproj/project.pbxproj +++ b/src/frontends/osx/strongSwan.xcodeproj/project.pbxproj @@ -478,7 +478,6 @@ /usr/include, ../../libstrongswan, ../../libcharon, - ../../libhydra, ); INFOPLIST_FILE = "charon-xpc/charon-xpc-Info.plist"; INSTALL_PATH = /; @@ -486,7 +485,6 @@ /usr/lib, ../../libstrongswan/.libs, ../../libcharon/.libs, - ../../libhydra/.libs, ); MACOSX_DEPLOYMENT_TARGET = 10.7; OTHER_CFLAGS = ( @@ -500,8 +498,6 @@ "-force_load", ../../libipsec/.libs/libipsec.a, "-force_load", - ../../libhydra/.libs/libhydra.a, - "-force_load", ../../libcharon/.libs/libcharon.a, "-sectcreate", __TEXT, @@ -531,7 +527,6 @@ /usr/include, ../../libstrongswan, ../../libcharon, - ../../libhydra, ); INFOPLIST_FILE = "charon-xpc/charon-xpc-Info.plist"; INSTALL_PATH = /; @@ -539,7 +534,6 @@ /usr/lib, ../../libstrongswan/.libs, ../../libcharon/.libs, - ../../libhydra/.libs, ); MACOSX_DEPLOYMENT_TARGET = 10.7; OTHER_CFLAGS = ( @@ -553,8 +547,6 @@ "-force_load", ../../libipsec/.libs/libipsec.a, "-force_load", - ../../libhydra/.libs/libhydra.a, - "-force_load", ../../libcharon/.libs/libcharon.a, "-sectcreate", __TEXT, |