Another STACK bites the dust.

This commit is contained in:
Ben Laurie
1999-04-17 10:28:46 +00:00
parent 1d48dd0019
commit cfdcfede9c
5 changed files with 41 additions and 25 deletions

View File

@@ -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;