I forgot to change fips to fips-1_0 in one place. That stopped the
authorRichard Levitte <levitte@openssl.org>
Sun, 26 Feb 2006 11:17:21 +0000 (11:17 +0000)
committerRichard Levitte <levitte@openssl.org>
Sun, 26 Feb 2006 11:17:21 +0000 (11:17 +0000)
build completely.  Hopefully, things will work better now.

makevms.com

index d38e2125dc4c913bf7a25a1c5f570b3de21c6656..a7396253024d5776934c63cd41f6a89e931bc878 100755 (executable)
@@ -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: