git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
TLS: restore TLS protocol version to default Received: header
[users/jgh/exim.git]
/
test
/
runtest
diff --git
a/test/runtest
b/test/runtest
index 3fd125cc098080c7f9679831744708947f704848..82105abe8d701c670a127ccf5b17e5c8b229d641 100755
(executable)
--- a/
test/runtest
+++ b/
test/runtest
@@
-656,6
+656,7
@@
RESET_AFTER_EXTRA_LINE_READ:
# Separate reporting of TLS version
s/ver: TLS1(\.[123])?$/ver: TLS1.x/;
+ s/ \(TLS1(\.[123])?\) / (TLS1.x) /;
# GnuTLS library error message changes
s/(No certificate was found|Certificate is required)/The peer did not send any certificate/g;