summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509.h
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>1999-05-30 23:16:24 +0200
committerBen Laurie <ben@openssl.org>1999-05-30 23:16:24 +0200
commitfc875472d0aad0bd7ed3235d727dbe4b66b53363 (patch)
treedc23dce884c637ff3b3313be0762bcf493d380d5 /crypto/x509/x509.h
parentAnother safe stack. (diff)
downloadopenssl-fc875472d0aad0bd7ed3235d727dbe4b66b53363.tar.xz
openssl-fc875472d0aad0bd7ed3235d727dbe4b66b53363.zip
Another stack.
Diffstat (limited to 'crypto/x509/x509.h')
-rw-r--r--crypto/x509/x509.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509/x509.h b/crypto/x509/x509.h
index 693d42113c..9ed79942d9 100644
--- a/crypto/x509/x509.h
+++ b/crypto/x509/x509.h
@@ -375,7 +375,7 @@ typedef struct pkcs8_priv_key_info_st
ASN1_INTEGER *version;
X509_ALGOR *pkeyalg;
ASN1_TYPE *pkey; /* Should be OCTET STRING but some are broken */
- STACK *attributes;
+ STACK_OF(X509_ATTRIBUTE) *attributes;
} PKCS8_PRIV_KEY_INFO;
#include <openssl/x509_vfy.h>