aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/objects
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-03-12 12:49:45 +0000
committerUlf Möller <ulf@openssl.org>2000-03-12 12:49:45 +0000
commitcee814f9d5bf81145edc35c5775b2ad852e55e42 (patch)
tree23f4ce6bab953bc0a59bb2b3c84db65823c20616 /crypto/objects
parentbf8479d22f2f10da72e2c35c6ee51aab5db2bcf0 (diff)
downloadopenssl-cee814f9d5bf81145edc35c5775b2ad852e55e42.tar.gz
make update
Diffstat (limited to 'crypto/objects')
-rw-r--r--crypto/objects/obj_dat.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/objects/obj_dat.h b/crypto/objects/obj_dat.h
index d4c74cc775..d03460f845 100644
--- a/crypto/objects/obj_dat.h
+++ b/crypto/objects/obj_dat.h
@@ -62,7 +62,7 @@
*/
#define NUM_NID 181
-#define NUM_SN 140
+#define NUM_SN 141
#define NUM_LN 175
#define NUM_OBJ 154
@@ -472,7 +472,7 @@ static ASN1_OBJECT nid_objs[NUM_NID]={
8,&(lvalues[1052]),0},
{"OCSP","OCSP",NID_ad_OCSP,8,&(lvalues[1060]),0},
{"caIssuers","CA Issuers",NID_ad_ca_issuers,8,&(lvalues[1068]),0},
-{"OCSP Signing","OCSP Signing",NID_OCSP_sign,8,&(lvalues[1076]),0},
+{"OCSPSigning","OCSP Signing",NID_OCSP_sign,8,&(lvalues[1076]),0},
};
static ASN1_OBJECT *sn_objs[NUM_SN]={
@@ -521,6 +521,7 @@ static ASN1_OBJECT *sn_objs[NUM_SN]={
&(nid_objs[57]),/* "Netscape" */
&(nid_objs[17]),/* "O" */
&(nid_objs[178]),/* "OCSP" */
+&(nid_objs[180]),/* "OCSPSigning" */
&(nid_objs[18]),/* "OU" */
&(nid_objs[ 9]),/* "PBE-MD2-DES" */
&(nid_objs[168]),/* "PBE-MD2-RC2-64" */