Add modes.h to mkdef.pl, update ordinals.
authorDr. Stephen Henson <steve@openssl.org>
Sun, 25 Jul 2010 17:48:35 +0000 (17:48 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 25 Jul 2010 17:48:35 +0000 (17:48 +0000)
util/libeay.num
util/mkdef.pl

index 6f3067ae2be2ff76fada92750494062829902bc7..08808fec5dfc476deaab042db81e1e903fc1d23b 100755 (executable)
@@ -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:
index a4a17e3ae9fdbd565fc27b82e1ec304497849cd5..40ed2ddeb22a1de3f8b2aafb013c21a9f3fa0925 100755 (executable)
@@ -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";