From e58e78cab2d41afce5877dca5025467f3d0a08dc Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 24 Jul 2009 14:00:14 +0000 Subject: [PATCH] Update ordinals and add NETWARE platform to handle renamed asc2uni functions. --- util/libeay.num | 6 ++++-- util/mkdef.pl | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/util/libeay.num b/util/libeay.num index b34fbaa446..21f4a8ff94 100755 --- a/util/libeay.num +++ b/util/libeay.num @@ -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: diff --git a/util/mkdef.pl b/util/mkdef.pl index e177145210..93dd251020 100755 --- a/util/mkdef.pl +++ b/util/mkdef.pl @@ -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", -- 2.25.1