From: Richard Levitte Date: Thu, 29 Jul 2004 22:26:57 +0000 (+0000) Subject: We're building crypto stuff, not ssl stuff. Additionally, we're in X-Git-Tag: OpenSSL_0_9_7e~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86022a79a5536067a21e2d6f62ee024bfd16a1f5;p=openssl We're building crypto stuff, not ssl stuff. Additionally, we're in the fips subdirectory, not the crypto one... --- diff --git a/fips/fips-lib.com b/fips/fips-lib.com index 800f28fa4e..7544453a9a 100644 --- a/fips/fips-lib.com +++ b/fips/fips-lib.com @@ -647,8 +647,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 "" @@ -1152,7 +1152,7 @@ $! Save directory information $! $ __HERE = F$PARSE(F$PARSE("A.;",F$ENVIRONMENT("PROCEDURE"))-"A.;","[]A.;") - "A.;" $ __HERE = F$EDIT(__HERE,"UPCASE") -$ __TOP = __HERE - "CRYPTO]" +$ __TOP = __HERE - "FIPS]" $ __INCLUDE = __TOP + "INCLUDE.OPENSSL]" $! $! Set up the logical name OPENSSL to point at the include directory