Skip to content

Commit

Permalink
fix test-sslv2-connection failure handling
Browse files Browse the repository at this point in the history
  • Loading branch information
tomato42 committed Dec 17, 2020
1 parent 5dcf52b commit 17d34f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-sslv2-connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def main():
good+=1
print("OK\n")
else:
xfail+=1
bad+=1

print("Note: This test verifies that an implementation implements and")
print(" will negotiate SSLv2 protocol. This is a BAD configuration.")
Expand Down

0 comments on commit 17d34f7

Please sign in to comment.