FreeRDP/winpr/libwinpr/sspi/Schannel
Armin Novak 5f4843191b Replaced BIO_free with BIO_free_all
There is no point in using BIO_free with a custom recursion
to free up stacked BIOs if there is already BIO_free_all.
Using it consistently avoids memory leaks due to stacked BIOs
not being recursively freed.
2018-11-08 12:09:49 +01:00
..
schannel_openssl.c Replaced BIO_free with BIO_free_all 2018-11-08 12:09:49 +01:00
schannel_openssl.h winpr: isolate OpenSSL 2015-10-06 10:56:24 -04:00
schannel.c Removed unused functions, fixed feature define guards 2017-12-21 11:30:21 +01:00
schannel.h Fixed compilation with -Wstrict-prototypes 2013-02-14 22:20:43 +01:00