commit | 731d9c5fb5d0535e3c84866e3c355cbf21a92a67 | [log] [tgz] |
---|---|---|
author | Ulf Möller <ulf@openssl.org> | Fri Jan 21 00:03:51 2000 +0000 |
committer | Ulf Möller <ulf@openssl.org> | Fri Jan 21 00:03:51 2000 +0000 |
tree | 8e94b4b35c0ef3b4993c0db6e16df5606e766a6e | |
parent | 4699af98e69a7400be1a2d1e21c02007e1d86b4d [diff] [blame] |
Some more ifdefs for no-xxx options.
diff --git a/crypto/x509/x509.h b/crypto/x509/x509.h index 849633a..6b2c290 100644 --- a/crypto/x509/x509.h +++ b/crypto/x509/x509.h
@@ -260,7 +260,9 @@ unsigned long ex_kusage; unsigned long ex_xkusage; unsigned long ex_nscert; +#ifndef NO_SHA unsigned char sha1_hash[SHA_DIGEST_LENGTH]; +#endif X509_CERT_AUX *aux; } X509;