From: Dr. Stephen Henson Date: Sun, 25 Jul 2010 16:56:06 +0000 (+0000) Subject: Add modes.h to mkdef.pl, update ordinals. X-Git-Tag: OpenSSL_1_0_0b~33 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=982d68a0c034a3a7d67b798b7d435b6fa2361f70;p=oweals%2Fopenssl.git Add modes.h to mkdef.pl, update ordinals. --- diff --git a/util/libeay.num b/util/libeay.num index 6f3067ae2b..08808fec5d 100755 --- a/util/libeay.num +++ b/util/libeay.num @@ -4178,3 +4178,14 @@ UI_method_get_prompt_constructr 4550 EXIST:VMS:FUNCTION: UI_method_set_prompt_constructor 4551 EXIST:!VMS:FUNCTION: UI_method_set_prompt_constructr 4551 EXIST:VMS:FUNCTION: EVP_read_pw_string_min 4552 EXIST::FUNCTION: +CRYPTO_cts128_encrypt 4553 EXIST::FUNCTION: +CRYPTO_cts128_decrypt_block 4554 EXIST::FUNCTION: +CRYPTO_cfb128_1_encrypt 4555 EXIST::FUNCTION: +CRYPTO_cbc128_encrypt 4556 EXIST::FUNCTION: +CRYPTO_ctr128_encrypt 4557 EXIST::FUNCTION: +CRYPTO_ofb128_encrypt 4558 EXIST::FUNCTION: +CRYPTO_cts128_decrypt 4559 EXIST::FUNCTION: +CRYPTO_cts128_encrypt_block 4560 EXIST::FUNCTION: +CRYPTO_cbc128_decrypt 4561 EXIST::FUNCTION: +CRYPTO_cfb128_encrypt 4562 EXIST::FUNCTION: +CRYPTO_cfb128_8_encrypt 4563 EXIST::FUNCTION: diff --git a/util/mkdef.pl b/util/mkdef.pl index a4a17e3ae9..40ed2ddeb2 100755 --- a/util/mkdef.pl +++ b/util/mkdef.pl @@ -316,6 +316,7 @@ $crypto.=" crypto/krb5/krb5_asn.h"; $crypto.=" crypto/pqueue/pqueue.h"; $crypto.=" crypto/cms/cms.h"; $crypto.=" crypto/jpake/jpake.h"; +$crypto.=" crypto/modes/modes.h"; my $symhacks="crypto/symhacks.h";