mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Suppress strict-prototypes warnings in one more batch of NSS headers
This commit is contained in:
parent
8cd091a8d3
commit
710aa122e4
@ -33,6 +33,7 @@
|
|||||||
#include "lib/tls/tortls_internal.h"
|
#include "lib/tls/tortls_internal.h"
|
||||||
#include "lib/log/util_bug.h"
|
#include "lib/log/util_bug.h"
|
||||||
|
|
||||||
|
DISABLE_GCC_WARNING(strict-prototypes)
|
||||||
#include <prio.h>
|
#include <prio.h>
|
||||||
// For access to raw sockets.
|
// For access to raw sockets.
|
||||||
#include <private/pprio.h>
|
#include <private/pprio.h>
|
||||||
@ -40,6 +41,7 @@
|
|||||||
#include <sslt.h>
|
#include <sslt.h>
|
||||||
#include <sslproto.h>
|
#include <sslproto.h>
|
||||||
#include <certt.h>
|
#include <certt.h>
|
||||||
|
ENABLE_GCC_WARNING(strict-prototypes)
|
||||||
|
|
||||||
static SECStatus always_accept_cert_cb(void *, PRFileDesc *, PRBool, PRBool);
|
static SECStatus always_accept_cert_cb(void *, PRFileDesc *, PRBool, PRBool);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user