aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_ext.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2015-02-06 10:47:53 -0500
committerRich Salz <rsalz@openssl.org>2015-02-06 10:47:53 -0500
commit5b18d3025c1c1d36be8f81f137265b46da58f881 (patch)
tree346ebe0e9e4261719adb3b5d09e0fbaf45374227 /crypto/x509/x509_ext.c
parent1a53f1d68b0444655743fc87e8e9f535d090fa20 (diff)
downloadopenssl-5b18d3025c1c1d36be8f81f137265b46da58f881.tar.gz
util/mkstack.pl now generates entire safestack.h
The mkstack.pl script now generates the entire safestack.h file. It generates output that follows the coding style. Also, removed all instances of the obsolete IMPLEMENT_STACK_OF macro. Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'crypto/x509/x509_ext.c')
-rw-r--r--crypto/x509/x509_ext.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/x509/x509_ext.c b/crypto/x509/x509_ext.c
index fb4e311d71..1790b1b8c3 100644
--- a/crypto/x509/x509_ext.c
+++ b/crypto/x509/x509_ext.c
@@ -206,6 +206,4 @@ int X509_REVOKED_add1_ext_i2d(X509_REVOKED *x, int nid, void *value, int crit,
return X509V3_add1_i2d(&x->extensions, nid, value, crit, flags);
}
-IMPLEMENT_STACK_OF(X509_EXTENSION)
-
IMPLEMENT_ASN1_SET_OF(X509_EXTENSION)