]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
OpenSSL: Use proper ANSI C function declaration
authorJouni Malinen <j@w1.fi>
Sat, 22 Feb 2025 09:01:40 +0000 (11:01 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 22 Feb 2025 09:01:40 +0000 (11:01 +0200)
Signed-off-by: Jouni Malinen <j@w1.fi>
src/crypto/crypto_openssl.c

index 2d8ff60aa92dab0eb50c7b1f21dc4b5b9728fbbe..3a4d07175c3def60b52822a4b6752a0299bf14bd 100644 (file)
@@ -4248,7 +4248,7 @@ fail:
 }
 
 
-struct crypto_csr * crypto_csr_init()
+struct crypto_csr * crypto_csr_init(void)
 {
        return (struct crypto_csr *)X509_REQ_new();
 }