Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
710aa122
Commit
710aa122
authored
Sep 05, 2018
by
Nick Mathewson
👉
Browse files
Suppress strict-prototypes warnings in one more batch of NSS headers
parent
8cd091a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/tls/tortls_nss.c
View file @
710aa122
...
...
@@ -33,6 +33,7 @@
#include "lib/tls/tortls_internal.h"
#include "lib/log/util_bug.h"
DISABLE_GCC_WARNING
(
strict
-
prototypes
)
#include <prio.h>
// For access to raw sockets.
#include <private/pprio.h>
...
...
@@ -40,6 +41,7 @@
#include <sslt.h>
#include <sslproto.h>
#include <certt.h>
ENABLE_GCC_WARNING
(
strict
-
prototypes
)
static
SECStatus
always_accept_cert_cb
(
void
*
,
PRFileDesc
*
,
PRBool
,
PRBool
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment