diff options
author | Rich Salz <rsalz@openssl.org> | 2015-02-06 14:52:40 -0500 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2015-02-06 14:52:40 -0500 |
commit | 7cd6069c74bad2371a8512a818de0e588d4894f5 (patch) | |
tree | ac6e7792d4d569a1af16c5a3a628523d7c78545c /util | |
parent | fbf08b79ff33110c242849e836aeb494bc03a132 (diff) | |
download | openssl-new-7cd6069c74bad2371a8512a818de0e588d4894f5.tar.gz |
Remove ui_compat
This is the last of the old DES API.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'util')
-rwxr-xr-x | util/libeay.num | 4 | ||||
-rwxr-xr-x | util/mkdef.pl | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/util/libeay.num b/util/libeay.num index e77c94ecb9..32cba2e8d3 100755 --- a/util/libeay.num +++ b/util/libeay.num @@ -795,8 +795,8 @@ DES_random_key 802 EXIST::FUNCTION:DES _ossl_old_des_random_seed 803 NOEXIST::FUNCTION: _ossl_old_des_read_2passwords 804 NOEXIST::FUNCTION: _ossl_old_des_read_password 805 NOEXIST::FUNCTION: -_ossl_old_des_read_pw 806 EXIST::FUNCTION: -_ossl_old_des_read_pw_string 807 EXIST::FUNCTION: +_ossl_old_des_read_pw 806 NOEXIST::FUNCTION: +_ossl_old_des_read_pw_string 807 NOEXIST::FUNCTION: DES_set_key 808 EXIST::FUNCTION:DES DES_set_odd_parity 809 EXIST::FUNCTION:DES DES_string_to_2keys 810 EXIST::FUNCTION:DES diff --git a/util/mkdef.pl b/util/mkdef.pl index ea6655a8ec..b549a60d60 100755 --- a/util/mkdef.pl +++ b/util/mkdef.pl @@ -320,7 +320,7 @@ $crypto.=" crypto/ts/ts.h"; $crypto.=" crypto/rand/rand.h"; $crypto.=" crypto/comp/comp.h" ; # unless $no_comp; $crypto.=" crypto/ocsp/ocsp.h"; -$crypto.=" crypto/ui/ui.h crypto/ui/ui_compat.h"; +$crypto.=" crypto/ui/ui.h"; $crypto.=" crypto/krb5/krb5_asn.h"; #$crypto.=" crypto/store/store.h"; $crypto.=" crypto/pqueue/pqueue.h"; |