aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-04-17 10:28:46 +0000
committerBen Laurie <ben@openssl.org>1999-04-17 10:28:46 +0000
commitcfdcfede9cfb0c5f649f379255eea19b37f43f4f (patch)
treefbc0d11da315c9086dfa18c5969bece6084bdebc /crypto/x509
parent1d48dd001915bbccf1f08b4b431dd945d351ec5d (diff)
downloadopenssl-cfdcfede9cfb0c5f649f379255eea19b37f43f4f.tar.gz
Another STACK bites the dust.
Diffstat (limited to 'crypto/x509')
-rw-r--r--crypto/x509/x509.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crypto/x509/x509.h b/crypto/x509/x509.h
index 6486d2063e..4d7b996e51 100644
--- a/crypto/x509/x509.h
+++ b/crypto/x509/x509.h
@@ -126,7 +126,7 @@ typedef struct X509_pubkey_st
{
X509_ALGOR *algor;
ASN1_BIT_STRING *public_key;
- struct evp_pkey_st /* EVP_PKEY*/ *pkey;
+ EVP_PKEY *pkey;
} X509_PUBKEY;
typedef struct X509_sig_st
@@ -256,6 +256,8 @@ typedef struct x509_attributes_st
} value;
} X509_ATTRIBUTE;
+DECLARE_STACK_OF(X509_ATTRIBUTE);
+
typedef struct private_key_st
{
int version;