Browse code

fixup: init.c: add missing conditional for ENABLE_CLIENT_CR

Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
Acked-by: Adriaan de Jong <dejong@fox-it.com>
Acked-by: David Sommerseth <davids@redhat.com>
Signed-off-by: David Sommerseth <davids@redhat.com>

Alon Bar-Lev authored on 2012/03/01 05:11:40
Showing 1 changed files
... ...
@@ -2282,9 +2282,11 @@ do_init_crypto_tls (struct context *c, const unsigned int flags)
2282 2282
   to.x509_track = options->x509_track;
2283 2283
 #endif
2284 2284
 
2285
+#if P2MP
2285 2286
 #ifdef ENABLE_CLIENT_CR
2286 2287
   to.sci = &options->sc_info;
2287 2288
 #endif
2289
+#endif
2288 2290
 
2289 2291
   /* TLS handshake authentication (--tls-auth) */
2290 2292
   if (options->tls_auth_file)