ensure that pkcs11_del_provider() is called before exit - some PKCS#11
authordjm <djm@openbsd.org>
Sat, 3 Apr 2021 05:40:39 +0000 (05:40 +0000)
committerdjm <djm@openbsd.org>
Sat, 3 Apr 2021 05:40:39 +0000 (05:40 +0000)
commit74ffb4e9f20ecffe30c37e605ab768a1f1cc335c
tree8570666157d41f39743dfb5176c5080e2938c045
parentf4265d0a65664ec25afd743d40d32829c1f1215d
ensure that pkcs11_del_provider() is called before exit - some PKCS#11
providers get upset if C_Initialize is not matched with C_Finalize.

From Adithya Baglody via GHPR#234; ok markus
usr.bin/ssh/ssh.c