aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/starttls.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/starttls.ml b/lib/starttls.ml
index 3b36925..c1e10cf 100644
--- a/lib/starttls.ml
+++ b/lib/starttls.ml
@@ -9,8 +9,6 @@ type config = {
prefer: bool
}
-exception TLSError
-
(** [STARTTLSFailure] is thrown if the server doesn't allow the STARTTLS negotiation to
proceed, either by sending back a [<failure/>] or by unspecified behavior. *)
exception STARTTLSFailure