X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fstatem%2Fstatem.h;h=f65e09f0c479cfa6a3c3d39f1bcea2bdcb2f0536;hp=fcc6163863d2985091073a98a88c4c7dc9796050;hb=a71a4966a31b31df72db42c130544462fd6ad624;hpb=c874def60a756df57d1069f48852632a0690f856 diff --git a/ssl/statem/statem.h b/ssl/statem/statem.h index fcc6163863..f65e09f0c4 100644 --- a/ssl/statem/statem.h +++ b/ssl/statem/statem.h @@ -135,6 +135,10 @@ struct statem_st { OSSL_HANDSHAKE_STATE hand_state; int in_init; int read_state_first_init; + + /* Should we skip the CertificateVerify message? */ + unsigned int no_cert_verify; + int use_timer; #ifndef OPENSSL_NO_SCTP int in_sctp_read_sock;