diff options
author | Ben Laurie <ben@openssl.org> | 1999-04-17 10:28:46 +0000 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 1999-04-17 10:28:46 +0000 |
commit | cfdcfede9cfb0c5f649f379255eea19b37f43f4f (patch) | |
tree | fbc0d11da315c9086dfa18c5969bece6084bdebc /crypto/evp | |
parent | 1d48dd001915bbccf1f08b4b431dd945d351ec5d (diff) | |
download | openssl-new-cfdcfede9cfb0c5f649f379255eea19b37f43f4f.tar.gz |
Another STACK bites the dust.
Diffstat (limited to 'crypto/evp')
-rw-r--r-- | crypto/evp/evp.h | 6 |
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 |