diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-01-28 19:55:45 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-01-28 19:55:45 +0100 |
commit | 0fcf4c8bd71df103f56bd532b64cbb5466381546 (patch) | |
tree | 06eae70e46ae072990c0d814eb8218f2bb18dbab /src/common.h | |
parent | efaa2ee176568fcd009ff2ca9daa1b7fdac4c491 (diff) | |
download | gnutls-0fcf4c8bd71df103f56bd532b64cbb5466381546.tar.gz |
gnutls-cli will try to verify ocsp responses if --ocsp is given.
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h index aeeb395e9f..c2e2dadd95 100644 --- a/src/common.h +++ b/src/common.h @@ -49,7 +49,7 @@ extern const char str_unknown[]; -int print_info (gnutls_session_t state, const char *hostname, int insecure); +int print_info (gnutls_session_t state); void print_cert_info (gnutls_session_t, int flag); void print_list (const char* priorities, int verbose); int cert_verify (gnutls_session_t session, const char* hostname); |