Signed-off-by: Alon Bar-Lev <alon.bar...@gmail.com> --- init.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/init.c b/init.c index d2ad318..b8f57b2 100644 --- a/init.c +++ b/init.c @@ -2282,9 +2282,11 @@ 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) */ if (options->tls_auth_file) -- 1.7.3.4