I forgot to change fips to fips-1_0 in one place. That stopped the

build completely.  Hopefully, things will work better now.
This commit is contained in:
Richard Levitte 2006-02-26 11:17:21 +00:00
parent a0a82def50
commit 7775bf5564

View File

@ -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: