From 7775bf5564a4d640a0983747aecd0106c2abacca Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sun, 26 Feb 2006 11:17:21 +0000 Subject: [PATCH] I forgot to change fips to fips-1_0 in one place. That stopped the build completely. Hopefully, things will work better now. --- makevms.com | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makevms.com b/makevms.com index d38e2125dc..a739625302 100755 --- a/makevms.com +++ b/makevms.com @@ -504,7 +504,7 @@ $ IF D .EQS. "" $ THEN $ COPY [.FIPS-1_0]'tmp' SYS$DISK:[.INCLUDE.OPENSSL] !/LOG $ ELSE -$ COPY [.FIPS.'D']'tmp' SYS$DISK:[.INCLUDE.OPENSSL] !/LOG +$ COPY [.FIPS-1_0.'D']'tmp' SYS$DISK:[.INCLUDE.OPENSSL] !/LOG $ ENDIF $ GOTO LOOP_FDIRS $ LOOP_FDIRS_END: -- 2.25.1