Suppress strict-prototypes warning on NSS pk11pub.h header
commitfce99957e238706912a6e940c878648b6ebd8f2b
authorNick Mathewson <nickm@torproject.org>
Mon, 28 Jun 2021 13:08:31 +0000 (28 09:08 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 28 Jun 2021 13:10:28 +0000 (28 09:10 -0400)
tree93a5706cb906c37466702b2ae2d60c74f77e3859
parent83483bd4f6326b519871208b3e5af4ae01f13179
Suppress strict-prototypes warning on NSS pk11pub.h header

We already did this in a couple of places, but there are more that
we didn't get.  This is necessary for systems with versions of
NSS that don't do their prototypes properly.

Fixes #40409; bugfix on 0.3.5.1-alpha.
src/lib/crypt_ops/crypto_dh_nss.c
src/lib/crypt_ops/crypto_rand.c
src/lib/crypt_ops/crypto_rsa_nss.c
src/lib/crypt_ops/crypto_s2k.c
src/lib/tls/x509_nss.c