Skip to content

Commit 3a9eabf

Browse files
committed
Add OPENSSL_NO_QUIC wrapper
1 parent f550eca commit 3a9eabf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ssl/ssl_locl.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1358,9 +1358,11 @@ struct ssl_st {
13581358
unsigned char handshake_traffic_hash[EVP_MAX_MD_SIZE];
13591359
unsigned char client_app_traffic_secret[EVP_MAX_MD_SIZE];
13601360
unsigned char server_app_traffic_secret[EVP_MAX_MD_SIZE];
1361+
# ifndef OPENSSL_NO_QUIC
13611362
unsigned char client_hand_traffic_secret[EVP_MAX_MD_SIZE];
13621363
unsigned char server_hand_traffic_secret[EVP_MAX_MD_SIZE];
13631364
unsigned char client_early_traffic_secret[EVP_MAX_MD_SIZE];
1365+
# endif
13641366
unsigned char exporter_master_secret[EVP_MAX_MD_SIZE];
13651367
unsigned char early_exporter_master_secret[EVP_MAX_MD_SIZE];
13661368
EVP_CIPHER_CTX *enc_read_ctx; /* cryptographic state */

0 commit comments

Comments
 (0)