summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavide Galassi <davxy@datawok.net>2020-01-25 12:50:41 +0100
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2020-02-06 16:16:48 +0100
commit96fc458a9cbeb8e7b30d789ea5919c5dcb9b980e (patch)
tree0fbb3f388f5dd4d4615299e6ea5b1a517bb7d9cf /include
parent099a398268a298557be784528ac1d94f0f44c97c (diff)
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@ncp-e.com> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/10945)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/types.h5
1 files 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 */