aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/ext_dat.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2002-06-13 12:56:27 +0000
committerDr. Stephen Henson <steve@openssl.org>2002-06-13 12:56:27 +0000
commit99889b46c95711397389959a093f5556ebb39e4b (patch)
tree108a05f594dd4fc20a9f51e8b5d9fca0d7703edc /crypto/x509v3/ext_dat.h
parent82869b3c8dc116481aaf28d14dba390af633f91e (diff)
downloadopenssl-99889b46c95711397389959a093f5556ebb39e4b.tar.gz
Fix ext_dat.h extension ordering.
Reinstate -reqout code. Avoid coredump in ocsp if setup_verify fails. Fix typo in ocsp usage message.
Diffstat (limited to 'crypto/x509v3/ext_dat.h')
-rw-r--r--crypto/x509v3/ext_dat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/x509v3/ext_dat.h b/crypto/x509v3/ext_dat.h
index 586f116db5..2fb97d8925 100644
--- a/crypto/x509v3/ext_dat.h
+++ b/crypto/x509v3/ext_dat.h
@@ -99,8 +99,8 @@ static X509V3_EXT_METHOD *standard_exts[] = {
&v3_ocsp_nocheck,
&v3_ocsp_acutoff,
&v3_ocsp_serviceloc,
-&v3_crl_hold,
-&v3_sinfo
+&v3_sinfo,
+&v3_crl_hold
};
/* Number of standard extensions */