Skip to content

Commit

Permalink
fix wrong failure flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jvehent committed Oct 17, 2014
1 parent a11b594 commit df0b5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def is_intermediate(results):
for proto in extra_proto:
logging.debug("found protocol not wanted in the intermediate configuration:" + proto)
failures[lvl].append('disable ' + proto)
modern = False
inter = False
missing_proto = set(['TLSv1', 'TLSv1.1', 'TLSv1.2']) - set(all_proto)
for proto in missing_proto:
logging.debug("missing protocol wanted in the intermediate configuration:" + proto)
Expand Down

0 comments on commit df0b5d8

Please sign in to comment.