diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2014-01-20 11:13:05 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2014-01-20 11:13:05 +0000 |
| commit | 3443b2bc31fe57510c9791698e63724da7df496d (patch) | |
| tree | f6bdd6ecb80bfac96b35adfc802b513743de4b2b /lib/libfetch | |
| parent | 62b97a9adf7162d712e5073d85711af743cfed69 (diff) | |
Notes
Diffstat (limited to 'lib/libfetch')
| -rw-r--r-- | lib/libfetch/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libfetch/common.c b/lib/libfetch/common.c index 49d268ce3761..fbacb0282a75 100644 --- a/lib/libfetch/common.c +++ b/lib/libfetch/common.c @@ -679,7 +679,7 @@ fetch_ssl_setup_transport_layer(SSL_CTX *ctx, int verbose) if (getenv("SSL_NO_TLS1") != NULL) ssl_ctx_options |= SSL_OP_NO_TLSv1; if (verbose) - fetch_info("SSL options: %x", ssl_ctx_options); + fetch_info("SSL options: %lx", ssl_ctx_options); SSL_CTX_set_options(ctx, ssl_ctx_options); } |
