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
f83b417b
Commit
f83b417b
authored
Aug 02, 2018
by
Nick Mathewson
⛰
Browse files
Suppress strict-prototypes warning in crypto_nss_mgt.c
parent
727f1676
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/crypt_ops/crypto_nss_mgt.c
View file @
f83b417b
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
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