[openssl] master update

Richard Levitte levitte at openssl.org
Sun Sep 15 08:04:50 UTC 2019


The branch master has been updated
       via  64c1e74572f16a3e7c225f66fe85a3451ad39e68 (commit)
      from  a218770d4de819afc9453284dc13b609eeea4639 (commit)


- Log -----------------------------------------------------------------
commit 64c1e74572f16a3e7c225f66fe85a3451ad39e68
Author: Jan-Frederik Rieckers <rieckers at uni-bremen.de>
Date:   Fri Sep 13 19:34:14 2019 +0200

    Fix small typo in doc for X509_STORE_CTX_new
    
    CLA: trivial
    
    Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/9894)

-----------------------------------------------------------------------

Summary of changes:
 doc/man3/X509_STORE_CTX_new.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/man3/X509_STORE_CTX_new.pod b/doc/man3/X509_STORE_CTX_new.pod
index 89e548dc75..db8416fab4 100644
--- a/doc/man3/X509_STORE_CTX_new.pod
+++ b/doc/man3/X509_STORE_CTX_new.pod
@@ -28,7 +28,7 @@ X509_STORE_CTX_verify_fn
  void X509_STORE_CTX_set0_trusted_stack(X509_STORE_CTX *ctx, STACK_OF(X509) *sk);
 
  void X509_STORE_CTX_set_cert(X509_STORE_CTX *ctx, X509 *x);
- STACK_OF(X509) *X509_STORE_CTX_get0_chain(X609_STORE_CTX *ctx);
+ STACK_OF(X509) *X509_STORE_CTX_get0_chain(X509_STORE_CTX *ctx);
  void X509_STORE_CTX_set0_verified_chain(X509_STORE_CTX *ctx, STACK_OF(X509) *chain);
  void X509_STORE_CTX_set0_crls(X509_STORE_CTX *ctx, STACK_OF(X509_CRL) *sk);
 


More information about the openssl-commits mailing list