diff options
author | Richard Levitte <levitte@openssl.org> | 2000-01-28 13:15:20 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2000-01-28 13:15:20 +0100 |
commit | 1f36fe2835b35ae9c6dde5391f180150188937fb (patch) | |
tree | 762d94f2e0b27ab6db7b790a8fcb13836a0dad1e /apps/makeapps.com | |
parent | Put config in section 5, where it belongs. (diff) | |
download | openssl-1f36fe2835b35ae9c6dde5391f180150188937fb.tar.xz openssl-1f36fe2835b35ae9c6dde5391f180150188937fb.zip |
Synchronise with Unix code
Diffstat (limited to 'apps/makeapps.com')
-rw-r--r-- | apps/makeapps.com | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/makeapps.com b/apps/makeapps.com index 6a2b698f14..767f274293 100644 --- a/apps/makeapps.com +++ b/apps/makeapps.com @@ -152,9 +152,8 @@ $ GOSUB CHECK_OPT_FILE $! $! Define The Application Files. $! -$ LIB_FILES = "VERIFY;ASN1PARS;REQ;DGST;DH;ENC;GENDH;"+- - "ERRSTR;CA;"+- - "PKCS7;CRL2P7;CRL;"+- +$ LIB_FILES = "VERIFY;ASN1PARS;REQ;DGST;DH;DHPARAM;ENC;GENDH;ERRSTR;"+- + "CA;PKCS7;CRL2P7;CRL;"+- "RSA;DSA;DSAPARAM;"+- "X509;GENRSA;GENDSA;S_SERVER;S_CLIENT;SPEED;"+- "S_TIME;APPS;S_CB;S_SOCKET;APP_RAND;VERSION;SESS_ID;"+- |