File 2477-ssl-Remove-debug-printout.patch of Package erlang
From a2204275b4c47341c36566afb454661c3a72b134 Mon Sep 17 00:00:00 2001
From: Ingela Anderton Andin <ingela@erlang.org>
Date: Tue, 16 May 2017 12:25:53 +0200
Subject: [PATCH] ssl: Remove debug printout
---
lib/ssl/src/dtls_connection.erl | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/ssl/src/dtls_connection.erl b/lib/ssl/src/dtls_connection.erl
index b52896a45..e6a0925ce 100644
--- a/lib/ssl/src/dtls_connection.erl
+++ b/lib/ssl/src/dtls_connection.erl
@@ -696,7 +696,6 @@ next_record(#state{protocol_buffers =
false ->
decode_cipher_text(State#state{connection_states = ConnectionStates}) ;
true ->
- ct:pal("Replay detect", []),
%% Ignore replayed record
next_record(State#state{protocol_buffers =
Buffers#protocol_buffers{dtls_cipher_texts = Rest},
--
2.13.0