Commit 7775bf55 authored by Richard Levitte's avatar Richard Levitte
Browse files

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

build completely.  Hopefully, things will work better now.
parent a0a82def
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: