From 86022a79a5536067a21e2d6f62ee024bfd16a1f5 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 29 Jul 2004 22:26:57 +0000 Subject: [PATCH] We're building crypto stuff, not ssl stuff. Additionally, we're in the fips subdirectory, not the crypto one... --- fips/fips-lib.com | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.25.1