Make SSL library a little more fool-proof by not requiring any longer
[openssl.git] / ssl / ssl2.h
index 95e8231dfcbfc3388d2f899fbee9906fb98b7381..d7f24ac1b4e82e6117ea0197cfacf75345692957 100644 (file)
@@ -162,7 +162,7 @@ typedef struct ssl2_ctx_st
         * args were passwd */
        unsigned int wnum;      /* number of bytes sent so far */
        int wpend_tot;
-       char *wpend_buf;
+       const unsigned char *wpend_buf;
 
        int wpend_off;  /* offset to data to write */
        int wpend_len;  /* number of bytes passwd to write */