Argh, this must have slipped in while rewriting my git history to extract these patches from my own try. Sorry!
ACK to Arne's quick fix, thanks for acting quickly. -Steffan On Sat, Nov 23, 2013 at 1:40 PM, Arne Schwabe <a...@rfc2549.org> wrote: > --- > src/openvpn/ssl_openssl.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/openvpn/ssl_openssl.c b/src/openvpn/ssl_openssl.c > index d6e194a..120aa66 100644 > --- a/src/openvpn/ssl_openssl.c > +++ b/src/openvpn/ssl_openssl.c > @@ -534,7 +534,7 @@ void > tls_ctx_load_cert_file (struct tls_root_ctx *ctx, const char *cert_file, > const char *cert_file_inline) > { > - tls_ctx_load_cert_file_ext(ctx, cert_file, cert_file_inline, NULL); > + tls_ctx_load_cert_file_and_copy (ctx, cert_file, cert_file_inline, > NULL); > } > > void > @@ -684,7 +684,7 @@ tls_ctx_use_external_private_key (struct tls_root_ctx > *ctx, > ASSERT (NULL != ctx); > ASSERT (NULL != cert); > > - tls_ctx_load_cert_file_ext(ctx, cert_file, cert_file_inline, &cert); > + tls_ctx_load_cert_file_and_copy (ctx, cert_file, cert_file_inline, > &cert); > > /* allocate custom RSA method object */ > ALLOC_OBJ_CLEAR (rsa_meth, RSA_METHOD); > -- > 1.8.3.4 (Apple Git-47) > > > > ------------------------------------------------------------------------------ > Shape the Mobile Experience: Free Subscription > Software experts and developers: Be at the forefront of tech innovation. > Intel(R) Software Adrenaline delivers strategic insight and game-changing > conversations that shape the rapidly evolving mobile landscape. Sign up > now. > http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk > _______________________________________________ > Openvpn-devel mailing list > Openvpn-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/openvpn-devel >