FreeRDP/libfreerdp/crypto
Bernhard Miklautz 9e8c6c99b6 First shot on fixing over linking
If a target is linked against libraries with cmake
(target_link_libraries) and the libraries are not marked as PRIVATE
they are "exported" and in case a other target is linked against this
target it is also linked against *all* (not private) libraries.

Without declaring private libraries PRIVATE a lot of over linking
(linking against unneeded libraries) was done.
2016-03-29 18:14:34 +02:00
..
test First shot on fixing over linking 2016-03-29 18:14:34 +02:00
base64.c Ensure output of crypto_base64_decode is NULL terminated. 2015-08-27 09:34:33 +02:00
ber.c Replaced logging in libfreerdp with wlog defines. 2014-09-15 08:48:46 +02:00
certificate.c Fixed memory leak. 2015-12-10 13:57:05 +01:00
CMakeLists.txt First shot on fixing over linking 2016-03-29 18:14:34 +02:00
crypto.c Merge pull request #3171 from akallabeth/crypto_simplification 2016-02-29 17:10:53 +01:00
der.c freerdp: purge deprecated stream utils 2013-05-08 16:09:16 -04:00
er.c Fixed issues found with clang-analyzer 2013-09-05 12:14:33 +02:00
per.c Modified per_read_integer to handle a length of 0 (which is seen when older RDP clients connect to the FreeRDP server) 2014-09-16 23:15:34 -04:00
tls.c Merge pull request #2710 from akallabeth/cert_temp_accept_v2 2016-02-15 13:52:47 +01:00