We build the crypto stuff, not the ssl stuff, in this command procedure...
authorRichard Levitte <levitte@openssl.org>
Thu, 29 Jul 2004 22:25:59 +0000 (22:25 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 29 Jul 2004 22:25:59 +0000 (22:25 +0000)
crypto/crypto-lib.com

index 19efe4cadbe10c9f27da2f02566e99dea484acb0..0f17e9d6f2e16fc8efc4bd7eaf96b2dca3829ef4 100644 (file)
@@ -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 ""