projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Implement support for resumption with a HelloRetryRequest
[openssl.git]
/
ssl
/
statem
/
statem_locl.h
diff --git
a/ssl/statem/statem_locl.h
b/ssl/statem/statem_locl.h
index 429d5c703f163d5bac8cd08ba1896eae8fcc25d7..fa13a26126a7da877dcb0cf7f264cdb26303718d 100644
(file)
--- a/
ssl/statem/statem_locl.h
+++ b/
ssl/statem/statem_locl.h
@@
-69,6
+69,9
@@
int statem_flush(SSL *s);
typedef int (*confunc_f) (SSL *s, WPACKET *pkt);
+int check_in_list(SSL *s, unsigned int group_id, const unsigned char *groups,
+ size_t num_groups, int checkallow);
+
/*
* TLS/DTLS client state machine functions
*/