Skip to content

Suppress strict-prototypes warning on NSS pk11pub.h header

Nick Mathewson requested to merge nickm/tor:bug40409_045 into maint-0.4.5

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 (closed); bugfix on 0.3.5.1-alpha.

Merge request reports