strongswan/src/libsimaka
Tobias Brunner 9af44ef5d9 Build all shared libraries with -no-undefined and link them properly
The flag is required to convince libtool on Cygwin to build DLLs. But on
Windows these shared libraries can not have undefined symbols, so we have to
link them explicitly to the libraries they reference.

For plugins this is currently not done, so only the monolithic build is
supported.  The plugin loader wouldn't be able to load DLLs anyway, as
it tries to load files that don't exist on Cygwin.
2013-09-12 01:44:49 +02:00
..
Makefile.am Build all shared libraries with -no-undefined and link them properly 2013-09-12 01:44:49 +02:00
simaka_card.h Migrated all SIM/AKA code to libsimaka, use SIM and AKA backend managers registered by name 2011-08-08 13:36:56 +02:00
simaka_crypto.c Fixed two bugs in logging MSK during EAP-SIM/AKA 2012-11-21 11:55:55 +01:00
simaka_crypto.h Add a return value to simaka_crypto_t.derive_keys_*() 2012-07-16 14:53:33 +02:00
simaka_hooks.h Migrated all SIM/AKA code to libsimaka, use SIM and AKA backend managers registered by name 2011-08-08 13:36:56 +02:00
simaka_manager.c Moved debug.[ch] to utils folder 2012-10-24 16:00:51 +02:00
simaka_manager.h Fixed Doxygen comments after scanning complete src directory 2013-03-02 18:31:53 +01:00
simaka_message.c Moved debug.[ch] to utils folder 2012-10-24 16:00:51 +02:00
simaka_message.h Moved enum_name_t to utils folder 2012-10-24 16:00:50 +02:00
simaka_provider.h Migrated all SIM/AKA code to libsimaka, use SIM and AKA backend managers registered by name 2011-08-08 13:36:56 +02:00