summaryrefslogtreecommitdiff
path: root/include/openssl/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openssl/conf.h')
-rw-r--r--include/openssl/conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/conf.h b/include/openssl/conf.h
index 51c5525..c67e023 100644
--- a/include/openssl/conf.h
+++ b/include/openssl/conf.h
@@ -91,7 +91,7 @@ struct conf_st {
/* NCONF_new returns a fresh, empty |CONF|, or NULL on error. */
-CONF *NCONF_new();
+CONF *NCONF_new(void);
/* NCONF_free frees all the data owned by |conf| and then |conf| itself. */
void NCONF_free(CONF *conf);