summaryrefslogtreecommitdiffstats
path: root/test/v3nametest.c
diff options
context:
space:
mode:
authorKurt Roeckx <kurt@roeckx.be>2018-05-09 17:09:50 +0200
committerKurt Roeckx <kurt@roeckx.be>2018-05-11 14:37:48 +0200
commit3cb7c5cfef25463bd197b0c12ca7966f525ebf73 (patch)
treee48a48cfd6aa0a3492cf6aec22de0e70f7284577 /test/v3nametest.c
parentd4a8ba77a4004b40890c4a9700ba959fd26af170 (diff)
Use void in all function definitions that do not take any arguments
Reviewed-by: Rich Salz <rsalz@openssl.org> GH: #6208
Diffstat (limited to 'test/v3nametest.c')
-rw-r--r--test/v3nametest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/v3nametest.c b/test/v3nametest.c
index 08684eaf76..86f3829aed 100644
--- a/test/v3nametest.c
+++ b/test/v3nametest.c
@@ -251,7 +251,7 @@ static const struct set_name_fn name_fns[] = {
{set_altname_email, "set rfc822Name", 0, 1},
};
-static X509 *make_cert()
+static X509 *make_cert(void)
{
X509 *crt = NULL;