From 528ff4b4515ea72af2dd0eaf2a27471c25b781cb Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sun, 25 Jul 2010 17:48:35 +0000 Subject: [PATCH] Add modes.h to mkdef.pl, update ordinals. --- util/libeay.num | 11 +++++++++++ util/mkdef.pl | 1 + 2 files changed, 12 insertions(+) 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"; -- 2.25.1