From 8c343cf8612b7c12a010cdffc8626a626c229e7e Mon Sep 17 00:00:00 2001 From: Geoff Thorpe Date: Mon, 29 May 2000 04:20:52 +0000 Subject: [PATCH] another warning. --- crypto/dso/dso_win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/dso/dso_win32.c b/crypto/dso/dso_win32.c index cc602c7cb6..212a255b4b 100644 --- a/crypto/dso/dso_win32.c +++ b/crypto/dso/dso_win32.c @@ -211,7 +211,7 @@ static int win32_bind(DSO *dso, const char *symname, void **symptr) return(1); } -static int win32_ctrl(DSO *dso, int cmd, long larg, void *parg) +static long win32_ctrl(DSO *dso, int cmd, long larg, void *parg) { if(dso == NULL) { -- 2.34.1