We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f550eca commit 3a9eabfCopy full SHA for 3a9eabf
ssl/ssl_locl.h
@@ -1358,9 +1358,11 @@ struct ssl_st {
1358
unsigned char handshake_traffic_hash[EVP_MAX_MD_SIZE];
1359
unsigned char client_app_traffic_secret[EVP_MAX_MD_SIZE];
1360
unsigned char server_app_traffic_secret[EVP_MAX_MD_SIZE];
1361
+# ifndef OPENSSL_NO_QUIC
1362
unsigned char client_hand_traffic_secret[EVP_MAX_MD_SIZE];
1363
unsigned char server_hand_traffic_secret[EVP_MAX_MD_SIZE];
1364
unsigned char client_early_traffic_secret[EVP_MAX_MD_SIZE];
1365
+# endif
1366
unsigned char exporter_master_secret[EVP_MAX_MD_SIZE];
1367
unsigned char early_exporter_master_secret[EVP_MAX_MD_SIZE];
1368
EVP_CIPHER_CTX *enc_read_ctx; /* cryptographic state */
0 commit comments