aboutsummaryrefslogtreecommitdiff
path: root/src/core/nginx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/nginx.c')
-rw-r--r--src/core/nginx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/nginx.c b/src/core/nginx.c
index 86ebe4188..4702d2881 100644
--- a/src/core/nginx.c
+++ b/src/core/nginx.c
@@ -260,7 +260,8 @@ main(int argc, char *const *argv)
} else {
ngx_write_stderr("built with " OPENSSL_VERSION_TEXT
" (running with ");
- ngx_write_stderr((char *) SSLeay_version(SSLEAY_VERSION));
+ ngx_write_stderr((char *) (uintptr_t)
+ SSLeay_version(SSLEAY_VERSION));
ngx_write_stderr(")" NGX_LINEFEED);
}
#ifdef SSL_CTRL_SET_TLSEXT_HOSTNAME