ACK -Steffan
> -----Original Message----- > From: Arne Schwabe [mailto:a...@rfc2549.org] > Sent: vrijdag 29 november 2013 13:33 > To: openvpn-devel@lists.sourceforge.net > Subject: [Openvpn-devel] [PATCH] Move ASSERT so external-key with > OpenSSL works again > > --- > src/openvpn/ssl_openssl.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/src/openvpn/ssl_openssl.c b/src/openvpn/ssl_openssl.c > index 120aa66..f41bb71 100644 > --- a/src/openvpn/ssl_openssl.c > +++ b/src/openvpn/ssl_openssl.c > @@ -682,10 +682,11 @@ tls_ctx_use_external_private_key (struct > tls_root_ctx *ctx, > X509 *cert = NULL; > > ASSERT (NULL != ctx); > - ASSERT (NULL != cert); > > tls_ctx_load_cert_file_and_copy (ctx, cert_file, cert_file_inline, > &cert); > > + ASSERT (NULL != cert); > + > /* allocate custom RSA method object */ > ALLOC_OBJ_CLEAR (rsa_meth, RSA_METHOD); > rsa_meth->name = "OpenVPN external private key RSA Method"; > -- > 1.8.3.4 (Apple Git-47) > > > ----------------------------------------------------------------------- > ------- > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into > your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of > AppDynamics Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.cl > ktrk > _______________________________________________ > Openvpn-devel mailing list > Openvpn-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/openvpn-devel