From 7cd6069c74bad2371a8512a818de0e588d4894f5 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Fri, 6 Feb 2015 14:52:40 -0500 Subject: Remove ui_compat This is the last of the old DES API. Reviewed-by: Richard Levitte --- util/libeay.num | 4 ++-- util/mkdef.pl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'util') 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"; -- cgit v1.2.3