Fix potential buffer overrun
[openssl.git] / crypto / cversion.c
index aa479a9409290b730c1618c57199514152442453..5405e5c84280abe51d5a12016c4db6679718769f 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/cversion.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
@@ -62,7 +61,7 @@
 # include "buildinf.h"
 #endif
 
-unsigned long OpenSSL_version_num()
+unsigned long OpenSSL_version_num(void)
 {
     return OPENSSL_VERSION_NUMBER;
 }