On Monday 31 October 2011 15:29:21 Adriaan de Jong wrote:
> Signed-off-by: Adriaan de Jong <dej...@fox-it.com>
> ---
>  ssl_openssl.c |    2 +-
>  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 */

ACK, as this fixes building git master for Windows.
-- 
Heiko Hund | Software Engineer | Phone +49-721-25516-237 | Fax -200
Astaro a Sophos Company | Amalienbadstr. 41 Bau 52 | 76227 Karlsruhe | Germany
Commercial Register: Mannheim HRA 702710 | Headquarter Location: Karlsruhe
 
Represented by the General Partner Astaro Verwaltungs GmbH
Amalienbadstraße 41 Bau 52 | 76227 Karlsruhe | Germany 
Commercial Register: Mannheim HRB 708248 | Executive Board: Gert Hansen,
Markus Hennig, Jan Hichert, Günter Junk, Dr. Frank Nellissen


Reply via email to