summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2006-01-13 09:21:10 +0000
committerBodo Möller <bodo@openssl.org>2006-01-13 09:21:10 +0000
commit58ece83395dadd910842926f367474bfefcb982a (patch)
tree12a44d7ae46481f22f2a14edcf2cc180c836c0de /ssl/ssl_locl.h
parentc75c096aa8469523f394ed2980efbdde44d17c6f (diff)
Further TLS extension improvements
Submitted by: Peter Sylvester
Diffstat (limited to 'ssl/ssl_locl.h')
-rw-r--r--ssl/ssl_locl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h
index ccc490aaf1..f8ec859c6f 100644
--- a/ssl/ssl_locl.h
+++ b/ssl/ssl_locl.h
@@ -945,6 +945,6 @@ unsigned char *ssl_add_clienthello_tlsext(SSL *s, unsigned char *p, unsigned cha
unsigned char *ssl_add_serverhello_tlsext(SSL *s, unsigned char *p, unsigned char *limit);
int ssl_parse_clienthello_tlsext(SSL *s, unsigned char **data, unsigned char *d, int n, int *al);
int ssl_parse_serverhello_tlsext(SSL *s, unsigned char **data, unsigned char *d, int n, int *al);
-int ssl_check_tlsext(SSL *s,int *al);
+int ssl_check_tlsext(SSL *s, int is_server);
#endif
#endif