]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/bio/bio_meth.c
Use void in all function definitions that do not take any arguments
[thirdparty/openssl.git] / crypto / bio / bio_meth.c
index 21df94a1fea5c7bf700e66bcf8f9a07fad2496ff..493ff63a9012b626b639ff662f0cfd4272e9fa80 100644 (file)
@@ -19,7 +19,7 @@ DEFINE_RUN_ONCE_STATIC(do_bio_type_init)
     return bio_type_lock != NULL;
 }
 
-int BIO_get_new_index()
+int BIO_get_new_index(void)
 {
     static CRYPTO_REF_COUNT bio_count = BIO_TYPE_START;
     int newval;