Convert some libssl local functions to size_t
[openssl.git] / ssl / ssl_lib.c
index ec7682f0cb40fdd91d2495d95b9c94e40ec9a004..53cfcb7b47993f7607f57f94ce093aca7aae019a 100644 (file)
@@ -65,7 +65,7 @@ SSL3_ENC_METHOD ssl3_undef_enc_method = {
     (int (*)(SSL *, unsigned char *, unsigned char *, size_t, size_t *))
         ssl_undefined_function,
     (int (*)(SSL *, int))ssl_undefined_function,
-    (size_t (*)(SSL *, const char *, int, unsigned char *))
+    (size_t (*)(SSL *, const char *, size_t, unsigned char *))
         ssl_undefined_function,
     0,                          /* finish_mac_length */
     NULL,                       /* client_finished_label */