summaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2011-12-13 14:25:11 +0000
committerBen Laurie <ben@openssl.org>2011-12-13 14:25:11 +0000
commite87afb15187b7bb3d5ad8dda0538412b75201c95 (patch)
tree4f9ad64a4d29060a143511c27adde121f2b22ff4 /ssl/s3_lib.c
parent7b467c6b81bc23022470bbfa2771875c86ebaf6a (diff)
SSL export fixes (from Adam Langley).
Diffstat (limited to 'ssl/s3_lib.c')
-rw-r--r--ssl/s3_lib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c
index 6a8ef84935..04450f60d6 100644
--- a/ssl/s3_lib.c
+++ b/ssl/s3_lib.c
@@ -2904,8 +2904,8 @@ SSL3_ENC_METHOD SSLv3_enc_data={
SSL3_MD_CLIENT_FINISHED_CONST,4,
SSL3_MD_SERVER_FINISHED_CONST,4,
ssl3_alert_code,
- (int (*)(SSL *, unsigned char *, unsigned int, const char *,
- unsigned int, const unsigned char *, unsigned int,
+ (int (*)(SSL *, unsigned char *, size_t, const char *,
+ size_t, const unsigned char *, size_t,
int use_context))ssl_undefined_function,
};