Skip to content

Commit

Permalink
* libwget/ssl_gnutls.c (wget_ssl_set_config_object): Update error mes…
Browse files Browse the repository at this point in the history
…sage
  • Loading branch information
akashrawal committed Sep 4, 2017
1 parent 0a43c49 commit 28e9a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libwget/ssl_gnutls.c
Expand Up @@ -140,7 +140,7 @@ void wget_ssl_set_config_object(int key, void *value)
case WGET_SSL_OCSP_CACHE: _config.ocsp_cert_cache = (wget_ocsp_db_t *)value; break;
case WGET_SSL_SESSION_CACHE: _config.tls_session_cache = (wget_tls_session_db_t *)value; break;
case WGET_SSL_HPKP_CACHE: _config.hpkp_cache = (wget_hpkp_db_t *)value; break;
default: error_printf(_("Unknown config key %d (or value must not be a string)\n"), key);
default: error_printf(_("Unknown config key %d (or value must not be an object)\n"), key);
}
}

Expand Down

0 comments on commit 28e9a39

Please sign in to comment.