Files
wolfssl/wolfssl
Hayden Roche 0b6523d933 Rename pem_password_cb to wc_pem_password_cb.
Recently, we had a wolfEngine customer report a compilation error because
wolfSSL and OpenSSL both define the typedef pem_password_cb. The solution is to
namespace our typedef with the wc_ prefix. In order to not break existing code
that relies on wolfSSL providing pem_password_cb, if OPENSSL_COEXIST is not
defined, we define pem_password_cb as a macro that maps to wc_pem_password_cb.
2021-10-21 16:47:29 -07:00
..
2021-03-11 13:42:46 +07:00
2021-03-11 13:42:46 +07:00
2017-09-20 10:53:11 -06:00
2021-07-06 15:39:23 +02:00
2021-03-11 13:42:46 +07:00
2021-07-13 04:18:52 +07:00
2021-03-11 13:42:46 +07:00