summaryrefslogtreecommitdiffstats
path: root/crypto/asn1
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2002-03-12 02:59:37 +0000
committerDr. Stephen Henson <steve@openssl.org>2002-03-12 02:59:37 +0000
commit0b4c91c0fcabd68dfd227e359ed471b5f6c27737 (patch)
tree3c1f91438c95fe67a7eaef9bdfaec9d19298257c /crypto/asn1
parentb9b43196e127545daaf55d49d81d32ab7c18b3f2 (diff)
Fix various warnings when compiling with KRB5 code.
Diffstat (limited to 'crypto/asn1')
-rw-r--r--crypto/asn1/asn1.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/asn1/asn1.h b/crypto/asn1/asn1.h
index 170a2aa276..dfd2244b2d 100644
--- a/crypto/asn1/asn1.h
+++ b/crypto/asn1/asn1.h
@@ -440,6 +440,8 @@ typedef const ASN1_ITEM * ASN1_ITEM_EXP(void);
DECLARE_STACK_OF(ASN1_INTEGER)
DECLARE_ASN1_SET_OF(ASN1_INTEGER)
+DECLARE_STACK_OF(ASN1_GENERALSTRING)
+
typedef struct asn1_type_st
{
int type;