aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2000-05-21 15:21:55 +0000
committerBen Laurie <ben@openssl.org>2000-05-21 15:21:55 +0000
commit4d29312ce198d00a69c4b0bf572c0de46778ecc9 (patch)
tree4c2b8aa4124c570f50390fd7b2a87bd135e80236 /crypto/evp
parentc129544f0f85f1bbf7ba65b816db1e899b413799 (diff)
downloadopenssl-4d29312ce198d00a69c4b0bf572c0de46778ecc9.tar.gz
Yet more typesafety.
Diffstat (limited to 'crypto/evp')
-rw-r--r--crypto/evp/evp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/evp.h b/crypto/evp/evp.h
index 16e3719a45..c0f982afb1 100644
--- a/crypto/evp/evp.h
+++ b/crypto/evp/evp.h
@@ -176,7 +176,7 @@ typedef struct evp_pkey_st
#endif
} pkey;
int save_parameters;
- STACK /*X509_ATTRIBUTE*/ *attributes; /* [ 0 ] */
+ STACK_OF(X509_ATTRIBUTE) *attributes; /* [ 0 ] */
} EVP_PKEY;
#define EVP_PKEY_MO_SIGN 0x0001