]> git.ipfire.org Git - thirdparty/krb5.git/commit
Restore OpenSSL 1.0 compatibility in softpkcs11 1218/head
authorGreg Hudson <ghudson@mit.edu>
Mon, 20 Sep 2021 15:14:29 +0000 (11:14 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 20 Sep 2021 15:14:29 +0000 (11:14 -0400)
commit036ce5ef478679ca31a27d3e83f9c603f205dc90
tree9fcd7b4825b49a3b125bd0843cad2b0050e91b2c
parente89abc2d4ea1fea1ec28d470f297514b828e4842
Restore OpenSSL 1.0 compatibility in softpkcs11

Commit 00de1aad7b3647b91017c7009b0bc65cd0c8b2e0 used
OPENSSL_clear_free(), which was added in OpenSSL 1.1.  Use
OPENSSL_cleanse() and OPENSSL_free() instead.
src/tests/softpkcs11/main.c