diff options
author | Richard Levitte <levitte@openssl.org> | 2001-05-07 01:19:37 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2001-05-07 01:19:37 +0200 |
commit | a63d5eaab28a20463818b43a76ce8acd19d58812 (patch) | |
tree | 5f37af72a5a2d7462cb4b8d1bdce2e939798db51 /Makefile.org | |
parent | the backslash is significant... (diff) | |
download | openssl-a63d5eaab28a20463818b43a76ce8acd19d58812.tar.xz openssl-a63d5eaab28a20463818b43a76ce8acd19d58812.zip |
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 'Makefile.org')
-rw-r--r-- | Makefile.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org index 0ed5a6ff2b..a792cbcdce 100644 --- a/Makefile.org +++ b/Makefile.org @@ -168,7 +168,7 @@ SDIRS= \ des rc2 rc4 rc5 idea bf cast \ bn ec rsa dsa dh dso engine rijndael \ buffer bio stack lhash rand err objects \ - evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp + evp asn1 pem x509 x509v3 conf txt_db pkcs7 pkcs12 comp ocsp ui # tests to perform. "alltests" is a special word indicating that all tests # should be performed. |