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 /makevms.com | |
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 'makevms.com')
-rwxr-xr-x | makevms.com | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/makevms.com b/makevms.com index b8452a6616..be62a46b0d 100755 --- a/makevms.com +++ b/makevms.com @@ -424,7 +424,7 @@ $ SDIRS := ,MD2,MD4,MD5,SHA,MDC2,HMAC,RIPEMD,- 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 $ EXHEADER_ := crypto.h,tmdiff.h,opensslv.h,opensslconf.h,ebcdic.h,symhacks.h $ EXHEADER_MD2 := md2.h $ EXHEADER_MD4 := md4.h @@ -466,6 +466,7 @@ $ EXHEADER_PKCS7 := pkcs7.h $ EXHEADER_PKCS12 := pkcs12.h $ EXHEADER_COMP := comp.h $ EXHEADER_OCSP := ocsp.h +$ EXHEADER_UI := ui.h $ $ I = 0 $ LOOP_SDIRS: |