aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp
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/evp
parent1d48dd001915bbccf1f08b4b431dd945d351ec5d (diff)
downloadopenssl-cfdcfede9cfb0c5f649f379255eea19b37f43f4f.tar.gz
Another STACK bites the dust.
Diffstat (limited to 'crypto/evp')
-rw-r--r--crypto/evp/evp.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/crypto/evp/evp.h b/crypto/evp/evp.h
index 31ed4791a9..1188c35787 100644
--- a/crypto/evp/evp.h
+++ b/crypto/evp/evp.h
@@ -164,11 +164,7 @@ typedef struct evp_pkey_st
struct dh_st *dh; /* DH */
} pkey;
int save_parameters;
-#ifdef HEADER_STACK_H
- STACK /* X509_ATTRIBUTE */ *attributes; /* [ 0 ] */
-#else
- char /* X509_ATTRIBUTE */ *attributes; /* [ 0 ] */
-#endif
+ STACK /*X509_ATTRIBUTE*/ *attributes; /* [ 0 ] */
} EVP_PKEY;
#define EVP_PKEY_MO_SIGN 0x0001