Re: [openssl-dev] [openssl.org #4250] [typos] doc/ssl/SSL_CTX_dane_enable.pod

2016-01-16 Thread Viktor Dukhovni
> On Jan 16, 2016, at 3:56 PM, Claus Assmann via RT wrote: > > -int depth = SSL_get0_dane_authority(s, NULL, ); > +int depth = SSL_get0_dane_authority(ssl, NULL, ); > -(void) SSL_get0_dane_tlsa(s, , , , NULL, NULL); > +(void) SSL_get0_dane_tlsa(ssl, , ,

Re: [openssl-dev] [openssl.org #4250] [typos] doc/ssl/SSL_CTX_dane_enable.pod

2016-01-16 Thread Viktor Dukhovni via RT
> On Jan 16, 2016, at 3:56 PM, Claus Assmann via RT wrote: > > -int depth = SSL_get0_dane_authority(s, NULL, ); > +int depth = SSL_get0_dane_authority(ssl, NULL, ); > -(void) SSL_get0_dane_tlsa(s, , , , NULL, NULL); > +(void) SSL_get0_dane_tlsa(ssl, , ,

[openssl-dev] [openssl.org #4250] [typos] doc/ssl/SSL_CTX_dane_enable.pod

2016-01-16 Thread Claus Assmann via RT
The example uses "s" in some places instead of "ssl": diff --git a/doc/ssl/SSL_CTX_dane_enable.pod b/doc/ssl/SSL_CTX_dane_enable.pod index c3c203e..21788ad 100644 --- a/doc/ssl/SSL_CTX_dane_enable.pod +++ b/doc/ssl/SSL_CTX_dane_enable.pod @@ -210,9 +210,9 @@ the lifetime of the SSL connection.