sslutil: reference fingerprints config option properly (issue5559)
The config option is "host:fingerprints" not "host.fingerprints".
This warning message is bad and misleads users.
# See http://EditorConfig.org for the specificationroot = true[*.py]indent_size = 4indent_style = spacetrim_trailing_whitespace = true[*.{c,h}]indent_size = 8indent_style = tabtrim_trailing_whitespace = true