summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_tls.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_tls.h')
-rw-r--r--src/nxt_tls.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/nxt_tls.h b/src/nxt_tls.h
index eeb4e7ba..e02a0aab 100644
--- a/src/nxt_tls.h
+++ b/src/nxt_tls.h
@@ -92,20 +92,6 @@ struct nxt_tls_init_s {
};
-struct nxt_tls_ticket_s {
- uint8_t aes128;
- u_char name[16];
- u_char hmac_key[32];
- u_char aes_key[32];
-};
-
-
-struct nxt_tls_tickets_s {
- nxt_uint_t count;
- nxt_tls_ticket_t tickets[];
-};
-
-
#if (NXT_HAVE_OPENSSL)
extern const nxt_tls_lib_t nxt_openssl_lib;