]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Fixed a typo when initialising cryptoapi certs
authorAdriaan de Jong <dejong@fox-it.com>
Mon, 31 Oct 2011 15:29:21 +0000 (16:29 +0100)
committerDavid Sommerseth <davids@redhat.com>
Mon, 21 Nov 2011 10:51:40 +0000 (11:51 +0100)
Signed-off-by: Adriaan de Jong <dejong@fox-it.com>
Acked-by: Heiko Hund <heiko.hund@sophos.com>
Signed-off-by: David Sommerseth <davids@redhat.com>
ssl_openssl.c

index 391968a9dd8aa09594bfa77dbd658b982654154e..b95944c5bdbcf5e3c39afaf3626205f39a3c4aac 100644 (file)
@@ -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 */