Seek out and destroy another evil cast.
[openssl.git] / apps / s_server.c
index bbb651b6eaa8d370ec787caaeb26d61b175fd9f0..ac86a8ab4dd31b97f6b909c86763bbd98ef4f7ec 100644 (file)
@@ -336,7 +336,7 @@ static int ebcdic_write(BIO *b, char *in, int inl)
                num = num + num;  /* double the size */
                if (num < inl)
                        num = inl;
-               Free((char*)wbuf);
+               Free(wbuf);
                wbuf=(EBCDIC_OUTBUFF *)Malloc(sizeof(EBCDIC_OUTBUFF) + num);
 
                wbuf->alloced = num;