diff options
author | beck <> | 2000-04-15 06:18:51 +0000 |
---|---|---|
committer | beck <> | 2000-04-15 06:18:51 +0000 |
commit | b608c7f2b175e121f2c22d53341a317153afdc8e (patch) | |
tree | e94b160b3fcd8180df79e4251d68d24d665f0195 /src/lib/libcrypto/objects | |
parent | c8d6701c396cebdcd0d45eac73b762e9498f6b01 (diff) | |
download | openbsd-b608c7f2b175e121f2c22d53341a317153afdc8e.tar.gz openbsd-b608c7f2b175e121f2c22d53341a317153afdc8e.tar.bz2 openbsd-b608c7f2b175e121f2c22d53341a317153afdc8e.zip |
OpenSSL 0.9.5a merge
Diffstat (limited to 'src/lib/libcrypto/objects')
-rw-r--r-- | src/lib/libcrypto/objects/o_names.c | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/objects/obj_err.c | 3 | ||||
-rw-r--r-- | src/lib/libcrypto/objects/objects.h | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libcrypto/objects/o_names.c b/src/lib/libcrypto/objects/o_names.c index d654eb220e..d9389a5e5a 100644 --- a/src/lib/libcrypto/objects/o_names.c +++ b/src/lib/libcrypto/objects/o_names.c | |||
@@ -22,7 +22,7 @@ typedef struct name_funcs_st | |||
22 | DECLARE_STACK_OF(NAME_FUNCS) | 22 | DECLARE_STACK_OF(NAME_FUNCS) |
23 | IMPLEMENT_STACK_OF(NAME_FUNCS) | 23 | IMPLEMENT_STACK_OF(NAME_FUNCS) |
24 | 24 | ||
25 | STACK_OF(NAME_FUNCS) *name_funcs_stack; | 25 | static STACK_OF(NAME_FUNCS) *name_funcs_stack; |
26 | 26 | ||
27 | static unsigned long obj_name_hash(OBJ_NAME *a); | 27 | static unsigned long obj_name_hash(OBJ_NAME *a); |
28 | static int obj_name_cmp(OBJ_NAME *a,OBJ_NAME *b); | 28 | static int obj_name_cmp(OBJ_NAME *a,OBJ_NAME *b); |
diff --git a/src/lib/libcrypto/objects/obj_err.c b/src/lib/libcrypto/objects/obj_err.c index cef401db27..7aec0ed47a 100644 --- a/src/lib/libcrypto/objects/obj_err.c +++ b/src/lib/libcrypto/objects/obj_err.c | |||
@@ -54,7 +54,8 @@ | |||
54 | */ | 54 | */ |
55 | 55 | ||
56 | /* NOTE: this file was auto generated by the mkerr.pl script: any changes | 56 | /* NOTE: this file was auto generated by the mkerr.pl script: any changes |
57 | * made to it will be overwritten when the script next updates this file. | 57 | * made to it will be overwritten when the script next updates this file, |
58 | * only reason strings will be preserved. | ||
58 | */ | 59 | */ |
59 | 60 | ||
60 | #include <stdio.h> | 61 | #include <stdio.h> |
diff --git a/src/lib/libcrypto/objects/objects.h b/src/lib/libcrypto/objects/objects.h index d1a5ad2502..95c8a21568 100644 --- a/src/lib/libcrypto/objects/objects.h +++ b/src/lib/libcrypto/objects/objects.h | |||
@@ -949,7 +949,7 @@ extern "C" { | |||
949 | #define NID_ad_ca_issuers 179 | 949 | #define NID_ad_ca_issuers 179 |
950 | #define OBJ_ad_ca_issuers OBJ_id_ad,2L | 950 | #define OBJ_ad_ca_issuers OBJ_id_ad,2L |
951 | 951 | ||
952 | #define SN_OSCP_sign "OCSPSigning" | 952 | #define SN_OCSP_sign "OCSPSigning" |
953 | #define LN_OCSP_sign "OCSP Signing" | 953 | #define LN_OCSP_sign "OCSP Signing" |
954 | #define NID_OCSP_sign 180 | 954 | #define NID_OCSP_sign 180 |
955 | #define OBJ_OCSP_sign OBJ_id_kp,9L | 955 | #define OBJ_OCSP_sign OBJ_id_kp,9L |