summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2018-06-13 12:59:43 +0200
committerMatt Caswell <matt@openssl.org>2018-06-26 19:09:46 +0200
commit6a11d5c5ededa1543c2eeb2f9edcbe39bc58bb70 (patch)
tree4636d6b5ed514c2dfdb95560d7860a1dddecf0fd /include
parentNOTES.UNIX: add "Linking your application" paragraph (diff)
downloadopenssl-6a11d5c5ededa1543c2eeb2f9edcbe39bc58bb70.tar.xz
openssl-6a11d5c5ededa1543c2eeb2f9edcbe39bc58bb70.zip
Restructure the ticket construction code
Separate out as a new function the code to write out data which is specific to a stateless ticket. Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Viktor Dukhovni <viktor@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6563)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/sslerr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/sslerr.h b/include/openssl/sslerr.h
index 8e395cdd2d..d7d58e5eef 100644
--- a/include/openssl/sslerr.h
+++ b/include/openssl/sslerr.h
@@ -27,6 +27,7 @@ int ERR_load_SSL_strings(void);
# define SSL_F_CONSTRUCT_CA_NAMES 552
# define SSL_F_CONSTRUCT_KEY_EXCHANGE_TBS 553
# define SSL_F_CREATE_SYNTHETIC_MESSAGE_HASH 539
+# define SSL_F_CREATE_TICKET_PREQUEL 636
# define SSL_F_CT_MOVE_SCTS 345
# define SSL_F_CT_STRICT 349
# define SSL_F_CUSTOM_EXT_ADD 554