From: Geoff Thorpe Date: Mon, 29 May 2000 04:20:52 +0000 (+0000) Subject: another warning. X-Git-Tag: OpenSSL-engine-0_9_6-beta1~69^2~4 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=8c343cf8612b7c12a010cdffc8626a626c229e7e;ds=sidebyside another warning. --- 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) {