summaryrefslogtreecommitdiffstats
path: root/ssl_openssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssl_openssl.c')
-rw-r--r--ssl_openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl_openssl.c b/ssl_openssl.c
index 391968a..b95944c 100644
--- a/ssl_openssl.c
+++ b/ssl_openssl.c
@@ -339,7 +339,7 @@ tls_ctx_load_cryptoapi(struct tls_root_ctx *ctx, const char *cryptoapi_cert)
/* Load Certificate and Private Key */
if (!SSL_CTX_use_CryptoAPI_certificate (ctx->ctx, cryptoapi_cert))
msg (M_SSLERR, "Cannot load certificate \"%s\" from Microsoft Certificate Store",
- options->cryptoapi_cert);
+ cryptoapi_cert);
}
#endif /* WIN32 */