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:
bc3c578
)
Remove a line that was causing redundant declarations.
author
Geoff Thorpe
<geoff@openssl.org>
Wed, 29 Oct 2003 22:55:19 +0000
(22:55 +0000)
committer
Geoff Thorpe
<geoff@openssl.org>
Wed, 29 Oct 2003 22:55:19 +0000
(22:55 +0000)
Obtained from: Stephen Henson <steve@openssl.org>
crypto/asn1/asn1t.h
patch
|
blob
|
history
diff --git
a/crypto/asn1/asn1t.h
b/crypto/asn1/asn1t.h
index c1a4bea8f1e1b940b18204e1643beb920cd3b35f..6cfa2dd50c2cdc576cd06a04f61682cf05309985 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)