From cfdcfede9cfb0c5f649f379255eea19b37f43f4f Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sat, 17 Apr 1999 10:28:46 +0000 Subject: Another STACK bites the dust. --- crypto/x509/x509.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'crypto/x509') 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; -- cgit v1.2.3