From 6b691a5c85ddc4e407e32781841fee5c029506cd Mon Sep 17 00:00:00 2001 From: Ulf Möller Date: Mon, 19 Apr 1999 21:31:43 +0000 Subject: Change functions to ANSI C. --- crypto/bio/bio_err.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/bio/bio_err.c') diff --git a/crypto/bio/bio_err.c b/crypto/bio/bio_err.c index 8fad0ff730..78c41fdbef 100644 --- a/crypto/bio/bio_err.c +++ b/crypto/bio/bio_err.c @@ -116,7 +116,7 @@ static ERR_STRING_DATA BIO_str_reasons[]= #endif -void ERR_load_BIO_strings() +void ERR_load_BIO_strings(void) { static int init=1; -- cgit v1.2.3