Merge pull request #469 from knweiss/referenced_but_not_assigned2

certificate_info(): Fix unassigned variable.
This commit is contained in:
Dirk Wetter 2016-09-12 16:49:33 +02:00 committed by GitHub
commit 93c240278a
1 changed files with 1 additions and 1 deletions

View File

@ -4306,7 +4306,7 @@ certificate_info() {
out "$cert_sig_algo (" out "$cert_sig_algo ("
pr_warning "FIXME: can't tell whether this is good or not" pr_warning "FIXME: can't tell whether this is good or not"
outln ")" outln ")"
fileout "${json_prefix}algorithm" "DEBUG" "Signature Algorithm: $sign_algo" fileout "${json_prefix}algorithm" "DEBUG" "Signature Algorithm: $cert_sig_algo"
;; ;;
esac esac
# old, but interesting: https://blog.hboeck.de/archives/754-Playing-with-the-EFF-SSL-Observatory.html # old, but interesting: https://blog.hboeck.de/archives/754-Playing-with-the-EFF-SSL-Observatory.html