Loading fips-1.0/fips-lib.com +1 −1 Original line number Diff line number Diff line Loading @@ -1169,7 +1169,7 @@ $! Save directory information $! $ __HERE = F$PARSE(F$PARSE("A.;",F$ENVIRONMENT("PROCEDURE"))-"A.;","[]A.;") - "A.;" $ __HERE = F$EDIT(__HERE,"UPCASE") $ __TOP = __HERE - "FIPS]" $ __TOP = __HERE - "FIPS-1_0]" $ __INCLUDE = __TOP + "INCLUDE.OPENSSL]" $! $! Set up the logical name OPENSSL to point at the include directory Loading makevms.com +4 −4 Original line number Diff line number Diff line Loading @@ -480,7 +480,7 @@ $! $ EXHEADER := ssl.h,ssl2.h,ssl3.h,ssl23.h,tls1.h,kssl.h $ COPY SYS$DISK:[.SSL]'EXHEADER' SYS$DISK:[.INCLUDE.OPENSSL] $! $! Copy All The ".H" Files From The [.FIPS] Directories. $! Copy All The ".H" Files From The [.FIPS-1_0] Directories. $! $ FDIRS := ,SHA,RAND,DES,AES,DSA,RSA,DH,HMAC $ EXHEADER_ := fips.h Loading @@ -502,7 +502,7 @@ $ tmp = EXHEADER_'D' $ IF tmp .EQS. "" THEN GOTO LOOP_FDIRS $ IF D .EQS. "" $ THEN $ COPY [.FIPS]'tmp' SYS$DISK:[.INCLUDE.OPENSSL] !/LOG $ COPY [.FIPS-1_0]'tmp' SYS$DISK:[.INCLUDE.OPENSSL] !/LOG $ ELSE $ COPY [.FIPS.'D']'tmp' SYS$DISK:[.INCLUDE.OPENSSL] !/LOG $ ENDIF Loading Loading @@ -538,9 +538,9 @@ $! Go Back To The Main Directory. $! $ SET DEFAULT [-] $! $! Go To The [.FIPS] Directory. $! Go To The [.FIPS-1_0] Directory. $! $ SET DEFAULT SYS$DISK:[.FIPS] $ SET DEFAULT SYS$DISK:[.FIPS-1_0] $! $! Build The [.xxx.EXE.CRYPTO]LIBCRYPTO.OLB Library. $! Loading Loading
fips-1.0/fips-lib.com +1 −1 Original line number Diff line number Diff line Loading @@ -1169,7 +1169,7 @@ $! Save directory information $! $ __HERE = F$PARSE(F$PARSE("A.;",F$ENVIRONMENT("PROCEDURE"))-"A.;","[]A.;") - "A.;" $ __HERE = F$EDIT(__HERE,"UPCASE") $ __TOP = __HERE - "FIPS]" $ __TOP = __HERE - "FIPS-1_0]" $ __INCLUDE = __TOP + "INCLUDE.OPENSSL]" $! $! Set up the logical name OPENSSL to point at the include directory Loading
makevms.com +4 −4 Original line number Diff line number Diff line Loading @@ -480,7 +480,7 @@ $! $ EXHEADER := ssl.h,ssl2.h,ssl3.h,ssl23.h,tls1.h,kssl.h $ COPY SYS$DISK:[.SSL]'EXHEADER' SYS$DISK:[.INCLUDE.OPENSSL] $! $! Copy All The ".H" Files From The [.FIPS] Directories. $! Copy All The ".H" Files From The [.FIPS-1_0] Directories. $! $ FDIRS := ,SHA,RAND,DES,AES,DSA,RSA,DH,HMAC $ EXHEADER_ := fips.h Loading @@ -502,7 +502,7 @@ $ tmp = EXHEADER_'D' $ IF tmp .EQS. "" THEN GOTO LOOP_FDIRS $ IF D .EQS. "" $ THEN $ COPY [.FIPS]'tmp' SYS$DISK:[.INCLUDE.OPENSSL] !/LOG $ COPY [.FIPS-1_0]'tmp' SYS$DISK:[.INCLUDE.OPENSSL] !/LOG $ ELSE $ COPY [.FIPS.'D']'tmp' SYS$DISK:[.INCLUDE.OPENSSL] !/LOG $ ENDIF Loading Loading @@ -538,9 +538,9 @@ $! Go Back To The Main Directory. $! $ SET DEFAULT [-] $! $! Go To The [.FIPS] Directory. $! Go To The [.FIPS-1_0] Directory. $! $ SET DEFAULT SYS$DISK:[.FIPS] $ SET DEFAULT SYS$DISK:[.FIPS-1_0] $! $! Build The [.xxx.EXE.CRYPTO]LIBCRYPTO.OLB Library. $! Loading