diff options
author | Bernd Edlinger <bernd.edlinger@hotmail.de> | 2018-06-20 21:41:05 +0200 |
---|---|---|
committer | Bernd Edlinger <bernd.edlinger@hotmail.de> | 2018-06-21 19:04:19 +0200 |
commit | 91860165820daf7a17836597f18752f094b887c8 (patch) | |
tree | f6a4bdd66a9f47ba663403e0714f713d5bafef64 /crypto/ct/ct_log.c | |
parent | 991f0355fb782f499e226a732c0099847048c91a (diff) | |
download | openssl-new-91860165820daf7a17836597f18752f094b887c8.tar.gz |
Add -Wstrict-prototypes option to --strict-warnings
[extended tests]
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6542)
Diffstat (limited to 'crypto/ct/ct_log.c')
-rw-r--r-- | crypto/ct/ct_log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ct/ct_log.c b/crypto/ct/ct_log.c index 3c9f97976f..be6681dca7 100644 --- a/crypto/ct/ct_log.c +++ b/crypto/ct/ct_log.c @@ -46,7 +46,7 @@ typedef struct ctlog_store_load_ctx_st { * Creates an empty context for loading a CT log store. * It should be populated before use. */ -static CTLOG_STORE_LOAD_CTX *ctlog_store_load_ctx_new(); +static CTLOG_STORE_LOAD_CTX *ctlog_store_load_ctx_new(void); /* * Deletes a CT log store load context. |