From: Alon Bar-Lev Date: Wed, 29 Feb 2012 20:11:40 +0000 (+0200) Subject: fixup: init.c: add missing conditional for ENABLE_CLIENT_CR X-Git-Tag: v2.3_alpha2~125 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16d909e2c88f49231475c4163541394e16969d45;p=thirdparty%2Fopenvpn.git fixup: init.c: add missing conditional for ENABLE_CLIENT_CR Signed-off-by: Alon Bar-Lev Acked-by: Adriaan de Jong Acked-by: David Sommerseth Signed-off-by: David Sommerseth --- diff --git a/init.c b/init.c index d2ad318dc..b8f57b291 100644 --- a/init.c +++ b/init.c @@ -2282,8 +2282,10 @@ do_init_crypto_tls (struct context *c, const unsigned int flags) to.x509_track = options->x509_track; #endif +#if P2MP #ifdef ENABLE_CLIENT_CR to.sci = &options->sc_info; +#endif #endif /* TLS handshake authentication (--tls-auth) */