From: Richard Levitte Date: Sun, 26 Feb 2006 11:17:21 +0000 (+0000) Subject: I forgot to change fips to fips-1_0 in one place. That stopped the X-Git-Tag: OpenSSL_0_9_7j~16 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7775bf5564a4d640a0983747aecd0106c2abacca;p=oweals%2Fopenssl.git I forgot to change fips to fips-1_0 in one place. That stopped the build completely. Hopefully, things will work better now. --- 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: