FreeRDP/winpr/tools/makecert
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
..
.gitignore Add library libwinpr-tools 2016-05-03 14:42:08 +02:00
CMakeLists.txt winpr/makecert: fix linking against libcrypto 2017-09-23 14:13:39 +02:00
makecert.c Replaced BIO_free with BIO_free_all 2018-11-08 12:09:49 +01:00