use standard C
authorUlf Möller <ulf@openssl.org>
Wed, 29 Nov 2000 00:07:07 +0000 (00:07 +0000)
committerUlf Möller <ulf@openssl.org>
Wed, 29 Nov 2000 00:07:07 +0000 (00:07 +0000)
crypto/mem_dbg.c

index fb8f3759a456b4f94028decc49f48df466bebdc7..61329b098d8d89729df314ae6c60af055b293cab 100644 (file)
@@ -249,7 +249,7 @@ static unsigned long app_info_hash(APP_INFO *a)
        return(ret);
        }
 
-static APP_INFO *pop_info()
+static APP_INFO *pop_info(void)
        {
        APP_INFO tmp;
        APP_INFO *ret = NULL;