projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove a line that was causing redundant declarations.
[openssl.git]
/
crypto
/
asn1
/
asn1t.h
diff --git
a/crypto/asn1/asn1t.h
b/crypto/asn1/asn1t.h
index
c1a4bea
..
6cfa2dd
100644
(file)
--- a/
crypto/asn1/asn1t.h
+++ b/
crypto/asn1/asn1t.h
@@
-839,7
+839,6
@@
typedef struct ASN1_AUX_st {
DECLARE_ASN1_ITEM(ASN1_BOOLEAN)
DECLARE_ASN1_ITEM(ASN1_TBOOLEAN)
DECLARE_ASN1_ITEM(ASN1_FBOOLEAN)
-DECLARE_ASN1_ITEM(ASN1_ANY)
DECLARE_ASN1_ITEM(ASN1_SEQUENCE)
DECLARE_ASN1_ITEM(CBIGNUM)
DECLARE_ASN1_ITEM(BIGNUM)