summaryrefslogtreecommitdiffstats
path: root/crypto/objects/obj_dat.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-20 09:39:34 +0000
committerRichard Levitte <levitte@openssl.org>2002-12-20 09:39:34 +0000
commitc9ecb1edd88ab5fa51c2a61a5559280872f0aa3c (patch)
tree38e287f9b66265cd462afb9d203667beb839dac1 /crypto/objects/obj_dat.h
parent8baf5fdca094a1d93b43e3b530e3b96eaf482941 (diff)
Keep the internal lowercase 'surname', for programmer's sake.
Diffstat (limited to 'crypto/objects/obj_dat.h')
-rw-r--r--crypto/objects/obj_dat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/objects/obj_dat.h b/crypto/objects/obj_dat.h
index 4eacd13c21..e4c4c48669 100644
--- a/crypto/objects/obj_dat.h
+++ b/crypto/objects/obj_dat.h
@@ -150,7 +150,7 @@ static unsigned char lvalues[4869]={
0x55,0x08,0x03,0x65, /* [527] OBJ_mdc2 */
0x55,0x08,0x03,0x64, /* [531] OBJ_mdc2WithRSA */
0x55,0x04,0x2A, /* [535] OBJ_givenName */
-0x55,0x04,0x04, /* [538] OBJ_surName */
+0x55,0x04,0x04, /* [538] OBJ_surname */
0x55,0x04,0x2B, /* [541] OBJ_initials */
0x55,0x1D,0x1F, /* [544] OBJ_crl_distribution_points */
0x2B,0x0E,0x03,0x02,0x03, /* [547] OBJ_md5WithRSA */
@@ -897,7 +897,7 @@ static ASN1_OBJECT nid_objs[NUM_NID]={
{"RC4-40","rc4-40",NID_rc4_40,0,NULL},
{"RC2-40-CBC","rc2-40-cbc",NID_rc2_40_cbc,0,NULL},
{"GN","givenName",NID_givenName,3,&(lvalues[535]),0},
-{"SN","surName",NID_surName,3,&(lvalues[538]),0},
+{"SN","surName",NID_surname,3,&(lvalues[538]),0},
{"initials","initials",NID_initials,3,&(lvalues[541]),0},
{NULL,NULL,NID_undef,0,NULL},
{"crlDistributionPoints","X509v3 CRL Distribution Points",
@@ -3335,7 +3335,7 @@ static ASN1_OBJECT *obj_objs[NUM_OBJ]={
&(nid_objs[528]),/* OBJ_certicom_arc 1 3 132 */
&(nid_objs[394]),/* OBJ_selected_attribute_types 2 5 1 5 */
&(nid_objs[13]),/* OBJ_commonName 2 5 4 3 */
-&(nid_objs[100]),/* OBJ_surName 2 5 4 4 */
+&(nid_objs[100]),/* OBJ_surname 2 5 4 4 */
&(nid_objs[105]),/* OBJ_serialNumber 2 5 4 5 */
&(nid_objs[14]),/* OBJ_countryName 2 5 4 6 */
&(nid_objs[15]),/* OBJ_localityName 2 5 4 7 */