Prevent duplicate initialization of NSS DH module
commit9e1a3be0645ca2dad7d6eb8aa00559efec945835
authorNick Mathewson <nickm@torproject.org>
Thu, 27 Sep 2018 17:26:47 +0000 (27 13:26 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 27 Sep 2018 17:26:47 +0000 (27 13:26 -0400)
tree36f61fa1908795b5e54c348d0c25c0d1477dd1a7
parentde0b07c634c45297bad794567cb44ab91988b0ca
Prevent duplicate initialization of NSS DH module

Allowing this didn't do any actual harm, since there aren't any
shared structures or leakable objects here.  Still, it's bad style
and might cause trouble in the future.

Closes ticket 27856.
src/lib/crypt_ops/crypto_dh_nss.c