Latest update.
This commit is contained in:
+2
-2
@@ -108,7 +108,7 @@ static ASN1_ITEM_EXP *item_type[] = {
|
||||
ASN1_ITEM_ref(IPAddressRange),
|
||||
#endif
|
||||
ASN1_ITEM_ref(ISSUING_DIST_POINT),
|
||||
#if !OPENSSL_API_3
|
||||
#ifndef OPENSSL_NO_DEPRECATED_3_0
|
||||
ASN1_ITEM_ref(LONG),
|
||||
#endif
|
||||
ASN1_ITEM_ref(NAME_CONSTRAINTS),
|
||||
@@ -189,7 +189,7 @@ static ASN1_ITEM_EXP *item_type[] = {
|
||||
ASN1_ITEM_ref(X509_REVOKED),
|
||||
ASN1_ITEM_ref(X509_SIG),
|
||||
ASN1_ITEM_ref(X509_VAL),
|
||||
#if !OPENSSL_API_3
|
||||
#ifndef OPENSSL_NO_DEPRECATED_3_0
|
||||
ASN1_ITEM_ref(ZLONG),
|
||||
#endif
|
||||
ASN1_ITEM_ref(INT32),
|
||||
|
||||
Binary file not shown.
+2
-4
@@ -8,10 +8,8 @@
|
||||
|
||||
my $obj_dat_h = $ARGV[0];
|
||||
|
||||
# Output year depends on the date on the input file and the script.
|
||||
my $YEAR = [localtime([stat($0)]->[9])]->[5] + 1900;
|
||||
my $iYEAR = [localtime([stat($obj_dat_h)]->[9])]->[5] + 1900;
|
||||
$YEAR = $iYEAR if $iYEAR > $YEAR;
|
||||
# The year the output file is generated.
|
||||
my $YEAR = [localtime()]->[5] + 1900;
|
||||
|
||||
open IN, '<', $obj_dat_h
|
||||
|| die "Couldn't open $obj_dat_h : $!\n";
|
||||
|
||||
@@ -1072,3 +1072,4 @@ OBJ_SM2_with_SM3="\x2A\x81\x1C\xCF\x55\x01\x83\x75"
|
||||
OBJ_id_on_SmtpUTF8Mailbox="\x2B\x06\x01\x05\x05\x07\x08\x09"
|
||||
OBJ_XmppAddr="\x2B\x06\x01\x05\x05\x07\x08\x05"
|
||||
OBJ_SRVName="\x2B\x06\x01\x05\x05\x07\x08\x07"
|
||||
OBJ_NAIRealm="\x2B\x06\x01\x05\x05\x07\x08\x08"
|
||||
Reference in New Issue
Block a user