From: Richard Levitte Date: Thu, 29 Jul 2004 22:25:59 +0000 (+0000) Subject: We build the crypto stuff, not the ssl stuff, in this command procedure... X-Git-Tag: BEN_FIPS_TEST_6~14^2~117 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=07d80f6f35fd3a087bbc631ce1210ccf73bf9ec5 We build the crypto stuff, not the ssl stuff, in this command procedure... --- diff --git a/crypto/crypto-lib.com b/crypto/crypto-lib.com index 19efe4cadb..0f17e9d6f2 100644 --- a/crypto/crypto-lib.com +++ b/crypto/crypto-lib.com @@ -761,8 +761,8 @@ $ WRITE SYS$OUTPUT "" $ WRITE SYS$OUTPUT "The Option ",P1," Is Invalid. The Valid Options Are:" $ WRITE SYS$OUTPUT "" $ WRITE SYS$OUTPUT " ALL : Just Build Everything." -$ WRITE SYS$OUTPUT " LIBRARY : To Compile Just The [.xxx.EXE.SSL]LIBCRYPTO.OLB Library." -$ WRITE SYS$OUTPUT " APPS : To Compile Just The [.xxx.EXE.SSL]*.EXE Programs." +$ WRITE SYS$OUTPUT " LIBRARY : To Compile Just The [.xxx.EXE.CRYPTO]LIBCRYPTO.OLB Library." +$ WRITE SYS$OUTPUT " APPS : To Compile Just The [.xxx.EXE.CRYPTO]*.EXE Programs." $ WRITE SYS$OUTPUT "" $ WRITE SYS$OUTPUT " Where 'xxx' Stands For:" $ WRITE SYS$OUTPUT ""