summaryrefslogtreecommitdiffstats
path: root/crypto/dso
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2000-05-29 04:20:52 +0000
committerGeoff Thorpe <geoff@openssl.org>2000-05-29 04:20:52 +0000
commit8c343cf8612b7c12a010cdffc8626a626c229e7e (patch)
tree35095dfbda5db8e34326b3e5276ed222c4bf6e29 /crypto/dso
parent4dbe060f2c911f1fbd617f9de7e7fde5964fae44 (diff)
another warning.
Diffstat (limited to 'crypto/dso')
-rw-r--r--crypto/dso/dso_win32.c2
1 files changed, 1 insertions, 1 deletions
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)
{