summaryrefslogtreecommitdiffstats
path: root/crypto
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
parentbf8479d22f2f10da72e2c35c6ee51aab5db2bcf0 (diff)
make update
Diffstat (limited to 'crypto')
-rw-r--r--crypto/bio/Makefile.ssl6
-rw-r--r--crypto/objects/obj_dat.h5
2 files changed, 7 insertions, 4 deletions
diff --git a/crypto/bio/Makefile.ssl b/crypto/bio/Makefile.ssl
index b8ef2d9cae..0ce93919da 100644
--- a/crypto/bio/Makefile.ssl
+++ b/crypto/bio/Makefile.ssl
@@ -172,8 +172,10 @@ bss_acpt.o: ../../include/openssl/opensslconf.h
bss_acpt.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
bss_acpt.o: ../../include/openssl/stack.h ../cryptlib.h
bss_bio.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h
-bss_bio.o: ../../include/openssl/err.h ../../include/openssl/opensslv.h
-bss_bio.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
+bss_bio.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
+bss_bio.o: ../../include/openssl/err.h ../../include/openssl/opensslconf.h
+bss_bio.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
+bss_bio.o: ../../include/openssl/stack.h
bss_conn.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
bss_conn.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
bss_conn.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
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" */