From 16d909e2c88f49231475c4163541394e16969d45 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Wed, 29 Feb 2012 22:11:40 +0200 Subject: 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 --- init.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.c') diff --git a/init.c b/init.c index d2ad318..b8f57b2 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) */ -- cgit