Add modes.h to mkdef.pl, update ordinals.

This commit is contained in:
Dr. Stephen Henson 2010-07-25 16:56:06 +00:00
parent 7585a86a76
commit 982d68a0c0
2 changed files with 12 additions and 0 deletions

View File

@ -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:

View File

@ -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";