aboutsummaryrefslogtreecommitdiff
path: root/util/mkdef.pl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-05-06 23:19:37 +0000
committerRichard Levitte <levitte@openssl.org>2001-05-06 23:19:37 +0000
commita63d5eaab28a20463818b43a76ce8acd19d58812 (patch)
tree5f37af72a5a2d7462cb4b8d1bdce2e939798db51 /util/mkdef.pl
parent6af59bc095a51caa6deb092f911b44dd09b0eb0d (diff)
downloadopenssl-a63d5eaab28a20463818b43a76ce8acd19d58812.zip
openssl-a63d5eaab28a20463818b43a76ce8acd19d58812.tar.gz
openssl-a63d5eaab28a20463818b43a76ce8acd19d58812.tar.bz2
Add a general user interface API. This is designed to replace things
like des_read_password and friends (backward compatibility functions using this new API are provided). The purpose is to remove prompting functions from the DES code section as well as provide for prompting through dialog boxes in a window system and the like.
Diffstat (limited to 'util/mkdef.pl')
-rwxr-xr-xutil/mkdef.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index f2c8f55..deb02a9 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -243,6 +243,7 @@ $crypto.=" crypto/x509v3/x509v3.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.=" crypto/tmdiff.h";
my $symhacks="crypto/symhacks.h";