Update ordinals and add NETWARE platform to handle renamed asc2uni functions.
This commit is contained in:
parent
b0080e3817
commit
e58e78cab2
2 changed files with 5 additions and 3 deletions
|
@ -1255,8 +1255,8 @@ PKCS12_gen_mac 1278 EXIST::FUNCTION:
|
|||
PKCS12_verify_mac 1279 EXIST::FUNCTION:
|
||||
PKCS12_set_mac 1280 EXIST::FUNCTION:
|
||||
PKCS12_setup_mac 1281 EXIST::FUNCTION:
|
||||
asc2uni 1282 EXIST::FUNCTION:
|
||||
uni2asc 1283 EXIST::FUNCTION:
|
||||
asc2uni 1282 EXIST:!NETWARE:FUNCTION:
|
||||
uni2asc 1283 EXIST:!NETWARE:FUNCTION:
|
||||
i2d_PKCS12_BAGS 1284 EXIST::FUNCTION:
|
||||
PKCS12_BAGS_new 1285 EXIST::FUNCTION:
|
||||
d2i_PKCS12_BAGS 1286 EXIST::FUNCTION:
|
||||
|
@ -3726,3 +3726,5 @@ JPAKE_STEP3A_init 4111 EXIST::FUNCTION:JPAKE
|
|||
ERR_load_JPAKE_strings 4112 EXIST::FUNCTION:JPAKE
|
||||
JPAKE_STEP2_init 4113 EXIST::FUNCTION:JPAKE
|
||||
pqueue_size 4114 EXIST::FUNCTION:
|
||||
OPENSSL_uni2asc 4115 EXIST:NETWARE:FUNCTION:
|
||||
OPENSSL_asc2uni 4116 EXIST:NETWARE:FUNCTION:
|
||||
|
|
|
@ -78,7 +78,7 @@ my $OS2=0;
|
|||
# Set this to make typesafe STACK definitions appear in DEF
|
||||
my $safe_stack_def = 0;
|
||||
|
||||
my @known_platforms = ( "__FreeBSD__", "PERL5", "NeXT",
|
||||
my @known_platforms = ( "__FreeBSD__", "PERL5", "NeXT", "NETWARE",
|
||||
"EXPORT_VAR_AS_FUNCTION", "ZLIB", "OPENSSL_FIPS");
|
||||
my @known_ossl_platforms = ( "VMS", "WIN16", "WIN32", "WINNT", "OS2" );
|
||||
my @known_algorithms = ( "RC2", "RC4", "RC5", "IDEA", "DES", "BF",
|
||||
|
|
Loading…
Reference in a new issue