mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
move token store definition to quic_predef.h
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Saša Nedvědický <sashan@openssl.org> (Merged from https://github.com/openssl/openssl/pull/26517)
This commit is contained in:
parent
35fb39da76
commit
c536754fd0
@ -12,6 +12,7 @@
|
||||
|
||||
# ifndef OPENSSL_NO_QUIC
|
||||
|
||||
typedef struct ssl_token_store_st SSL_TOKEN_STORE;
|
||||
typedef struct quic_port_st QUIC_PORT;
|
||||
typedef struct quic_channel_st QUIC_CHANNEL;
|
||||
typedef struct quic_txpim_st QUIC_TXPIM;
|
||||
|
@ -2295,7 +2295,6 @@ int SSL_CTX_set_num_tickets(SSL_CTX *ctx, size_t num_tickets);
|
||||
size_t SSL_CTX_get_num_tickets(const SSL_CTX *ctx);
|
||||
|
||||
/* QUIC support */
|
||||
typedef struct ssl_token_store_st SSL_TOKEN_STORE;
|
||||
int SSL_handle_events(SSL *s);
|
||||
__owur int SSL_get_event_timeout(SSL *s, struct timeval *tv, int *is_infinite);
|
||||
__owur int SSL_get_rpoll_descriptor(SSL *s, BIO_POLL_DESCRIPTOR *desc);
|
||||
|
Loading…
x
Reference in New Issue
Block a user