summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2015-02-06 14:52:40 -0500
committerRich Salz <rsalz@openssl.org>2015-02-06 14:52:40 -0500
commit7cd6069c74bad2371a8512a818de0e588d4894f5 (patch)
treeac6e7792d4d569a1af16c5a3a628523d7c78545c /util
parentfbf08b79ff33110c242849e836aeb494bc03a132 (diff)
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-xutil/libeay.num4
-rwxr-xr-xutil/mkdef.pl2
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";