From: Richard Levitte Date: Thu, 29 Jul 2004 22:26:01 +0000 (+0000) Subject: We build the crypto stuff, not the ssl stuff, in this command procedure... X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1c2a2172122f32a413a096a8d89fb914a2fabfb9;p=oweals%2Fopenssl.git 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 81e28788c4..2558fa6d4a 100644 --- a/crypto/crypto-lib.com +++ b/crypto/crypto-lib.com @@ -871,8 +871,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 ""