diff options
author | markus <> | 2002-09-10 16:31:57 +0000 |
---|---|---|
committer | markus <> | 2002-09-10 16:31:57 +0000 |
commit | 7d038e9d4d83e7c7120e78418e108df70b9025d6 (patch) | |
tree | baf775b286ff801a89f746b1938a3c700bba6822 /src/lib/libcrypto/x509v3/ext_dat.h | |
parent | 3bd21dd4c3a3e3106321a5f6b3641ab9f18a6e3b (diff) | |
download | openbsd-7d038e9d4d83e7c7120e78418e108df70b9025d6.tar.gz openbsd-7d038e9d4d83e7c7120e78418e108df70b9025d6.tar.bz2 openbsd-7d038e9d4d83e7c7120e78418e108df70b9025d6.zip |
merge openssl-0.9.7-beta3, tested on vax by miod@
Diffstat (limited to 'src/lib/libcrypto/x509v3/ext_dat.h')
-rw-r--r-- | src/lib/libcrypto/x509v3/ext_dat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509v3/ext_dat.h b/src/lib/libcrypto/x509v3/ext_dat.h index 586f116db5..2fb97d8925 100644 --- a/src/lib/libcrypto/x509v3/ext_dat.h +++ b/src/lib/libcrypto/x509v3/ext_dat.h | |||
@@ -99,8 +99,8 @@ static X509V3_EXT_METHOD *standard_exts[] = { | |||
99 | &v3_ocsp_nocheck, | 99 | &v3_ocsp_nocheck, |
100 | &v3_ocsp_acutoff, | 100 | &v3_ocsp_acutoff, |
101 | &v3_ocsp_serviceloc, | 101 | &v3_ocsp_serviceloc, |
102 | &v3_crl_hold, | 102 | &v3_sinfo, |
103 | &v3_sinfo | 103 | &v3_crl_hold |
104 | }; | 104 | }; |
105 | 105 | ||
106 | /* Number of standard extensions */ | 106 | /* Number of standard extensions */ |