Use void in all function definitions that do not take any arguments
[openssl.git] / crypto / rand / drbg_lib.c
index 60ddd2fe204b409a940663be9ca746fd9df8c9c7..729b49c94372797f3ffb7a91d8b5369d177c3521 100644 (file)
@@ -921,7 +921,7 @@ void rand_drbg_cleanup_int(void)
     }
 }
 
-void drbg_delete_thread_state()
+void drbg_delete_thread_state(void)
 {
     RAND_DRBG *drbg;