Convert some misc record layer functions for size_t
[openssl.git] / ssl / ssl_locl.h
index 8b6b1405d36531f4a357e5448c9febb82b91e31b..ee3cb96064ae1dfddd53b4729f726a28299b4061 100644 (file)
@@ -1566,7 +1566,7 @@ struct tls_sigalgs_st {
  * of a mess of functions, but hell, think of it as an opaque structure :-)
  */
 typedef struct ssl3_enc_method {
-    int (*enc) (SSL *, SSL3_RECORD *, unsigned int, int);
+    int (*enc) (SSL *, SSL3_RECORD *, size_t, int);
     int (*mac) (SSL *, SSL3_RECORD *, unsigned char *, int);
     int (*setup_key_block) (SSL *);
     int (*generate_master_secret) (SSL *, unsigned char *, unsigned char *,