mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Suppress strict-prototypes warning in crypto_nss_mgt.c
This commit is contained in:
parent
727f1676d6
commit
f83b417bf8
@ -15,6 +15,7 @@
|
||||
#include "lib/log/log.h"
|
||||
#include "lib/log/util_bug.h"
|
||||
|
||||
DISABLE_GCC_WARNING(strict-prototypes)
|
||||
#include <nss.h>
|
||||
#include <pk11func.h>
|
||||
#include <ssl.h>
|
||||
@ -22,6 +23,7 @@
|
||||
#include <prerror.h>
|
||||
#include <prtypes.h>
|
||||
#include <prinit.h>
|
||||
ENABLE_GCC_WARNING(strict-prototypes)
|
||||
|
||||
const char *
|
||||
crypto_nss_get_version_str(void)
|
||||
|
Loading…
Reference in New Issue
Block a user