projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
099a398
)
Removed unused ssl_dane struct declaration.
author
Davide Galassi
<davxy@datawok.net>
Sat, 25 Jan 2020 11:50:41 +0000
(12:50 +0100)
committer
Dr. Matthias St. Pierre
<Matthias.St.Pierre@ncp-e.com>
Thu, 6 Feb 2020 15:16:48 +0000
(16:16 +0100)
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)
include/openssl/types.h
patch
|
blob
|
history
diff --git
a/include/openssl/types.h
b/include/openssl/types.h
index 9ac8549062d0db1b3b74458ec97f1fe8a784d24a..a49763765efcc14757ddae53aac416d4e69982a3 100644
(file)
--- 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 */