Teach TLSProxy about the CertificateVerify message
[openssl.git] / util / TLSProxy / Proxy.pm
index 067e9beb86a8d4475d69d53fc993fdacdf0fda1d..0d60bd3bfd9e4cb315935fc2cdcd06ae4052d683 100644 (file)
@@ -19,6 +19,7 @@ use TLSProxy::ClientHello;
 use TLSProxy::ServerHello;
 use TLSProxy::EncryptedExtensions;
 use TLSProxy::Certificate;
+use TLSProxy::CertificateVerify;
 use TLSProxy::ServerKeyExchange;
 use TLSProxy::NewSessionTicket;