Update TLSProxy to know about HelloRetryRequest messages
[openssl.git] / util / TLSProxy / Proxy.pm
index cee3bc51997f31ed5daa190cd941f66738f701f1..189bcb8b570c328cff8b80c026ff5d47a52787c0 100644 (file)
@@ -16,6 +16,7 @@ use IO::Select;
 use TLSProxy::Record;
 use TLSProxy::Message;
 use TLSProxy::ClientHello;
+use TLSProxy::HelloRetryRequest;
 use TLSProxy::ServerHello;
 use TLSProxy::EncryptedExtensions;
 use TLSProxy::Certificate;