X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssl_locl.h;h=24ce4f752ac2179dc05fb38f3076581c540f48a3;hp=2c22ee3ac4fdf8bc458cbf98ac379b151adc6f87;hb=a71a4966a31b31df72db42c130544462fd6ad624;hpb=c874def60a756df57d1069f48852632a0690f856 diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h index 2c22ee3ac4..24ce4f752a 100644 --- a/ssl/ssl_locl.h +++ b/ssl/ssl_locl.h @@ -1021,9 +1021,6 @@ struct ssl_st { struct ssl3_state_st *s3; /* SSLv3 variables */ struct dtls1_state_st *d1; /* DTLSv1 variables */ - /* Should we skip the CertificateVerify message? */ - unsigned int no_cert_verify; - /* callback that allows applications to peek at protocol messages */ void (*msg_callback) (int write_p, int version, int content_type, const void *buf, size_t len, SSL *ssl, void *arg);