Add -Wstrict-prototypes option to --strict-warnings
[openssl.git] / crypto / ct / ct_log.c
index 3c9f97976fb2924f69369f77cb3e74dcf6396362..be6681dca74e6a1b092b3b9332955ae01c66c17d 100644 (file)
@@ -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.