[git] NTBTLS - branch, master, updated. ntbtls-0.1.2-21-gf27c173

by NIIBE Yutaka cvs at cvs.gnupg.org
Thu Jan 17 03:39:09 CET 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Not Too Bad TLS".

The branch, master has been updated
       via  f27c17396c9e2f3c1581c5d9c80ac257f173cdf6 (commit)
      from  838f83398d728031ea9cab1e7fed5950f4faefa5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f27c17396c9e2f3c1581c5d9c80ac257f173cdf6
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Thu Jan 17 11:36:53 2019 +0900

    Remove duplicated typedefs.
    
    * src/ciphersuites.h (ciphersuite_t): Remove.
    * src/context.h (x509_cert_t): Remove.
    
    --
    
    GnuPG-bug-id: 4305
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/src/ciphersuites.h b/src/ciphersuites.h
index 8adae48..e675377 100644
--- a/src/ciphersuites.h
+++ b/src/ciphersuites.h
@@ -192,9 +192,6 @@
 #define TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8      0xC0AE  /**< TLS 1.2 */
 #define TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8      0xC0AF  /**< TLS 1.2 */
 
-struct _ntbtls_ciphersuite_s;
-typedef const struct _ntbtls_ciphersuite_s *ciphersuite_t;
-
 #define CIPHERSUITE_FLAG_SHORT_TAG  0x01   /* Short authentication tag.  */
 
 const int *_ntbtls_ciphersuite_list (void);
diff --git a/src/context.h b/src/context.h
index 93652b6..66f7356 100644
--- a/src/context.h
+++ b/src/context.h
@@ -94,13 +94,6 @@ typedef enum
 
 
 /*
- * Object to hold X.509 certificates.
- */
-struct x509_cert_s;
-typedef struct x509_cert_s *x509_cert_t;
-
-
-/*
  * Object to hold an X.509 CRL.
  */
 struct x509_crl_s;
diff --git a/src/util.h b/src/util.h
index d9a0ebe..945bb01 100644
--- a/src/util.h
+++ b/src/util.h
@@ -58,6 +58,9 @@
 #define OID_SIZE(x) (sizeof(x) - 1)
 
 
+/*
+ * Object to hold X.509 certificates.
+ */
 struct x509_cert_s;
 typedef struct x509_cert_s *x509_cert_t;
 

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

Summary of changes:
 src/ciphersuites.h | 3 ---
 src/context.h      | 7 -------
 src/util.h         | 3 +++
 3 files changed, 3 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
Not Too Bad TLS
http://git.gnupg.org




More information about the Gnupg-commits mailing list