[openssl] master update

matthias.st.pierre at ncp-e.com matthias.st.pierre at ncp-e.com
Thu Feb 6 15:21:14 UTC 2020


The branch master has been updated
       via  96fc458a9cbeb8e7b30d789ea5919c5dcb9b980e (commit)
      from  099a398268a298557be784528ac1d94f0f44c97c (commit)


- Log -----------------------------------------------------------------
commit 96fc458a9cbeb8e7b30d789ea5919c5dcb9b980e
Author: Davide Galassi <davxy at datawok.net>
Date:   Sat Jan 25 12:50:41 2020 +0100

    Removed unused ssl_dane struct declaration.
    
    The actually used structure is named ssl_dane_st.
    
    CLA: trivial
    
    Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
    Reviewed-by: Dmitry Belyavskiy <beldmit at gmail.com>
    (Merged from https://github.com/openssl/openssl/pull/10945)

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

Summary of changes:
 include/openssl/types.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/include/openssl/types.h b/include/openssl/types.h
index 9ac8549062..a49763765e 100644
--- a/include/openssl/types.h
+++ b/include/openssl/types.h
@@ -78,7 +78,7 @@ typedef struct asn1_sctx_st ASN1_SCTX;
 # ifdef BIGNUM
 #  undef BIGNUM
 # endif
-struct dane_st;
+
 typedef struct bio_st BIO;
 typedef struct bignum_st BIGNUM;
 typedef struct bignum_ctx BN_CTX;
@@ -227,4 +227,5 @@ typedef unsigned long ossl_uintmax_t;
 #ifdef  __cplusplus
 }
 #endif
-#endif                          /* def OPENSSL_TYPES_H */
+
+#endif /* OPENSSL_TYPES_H */


More information about the openssl-commits mailing list