summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-11-16 08:52:56 +0000
committerRichard Levitte <levitte@openssl.org>2001-11-16 08:52:56 +0000
commite0031b80eec4b090970b34f969dc5e2242d6a4dc (patch)
tree314d129552feedc04cb700d2f06b255183ded852
parentb19941ab053fcbafb8802ace73da05a89383fd3b (diff)
Make sure evp_locl.h can be included (hw_openbsd_dev_crypto.c needs that).
-rw-r--r--crypto/crypto-lib.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/crypto-lib.com b/crypto/crypto-lib.com
index 2fdf623fe3..0db456a582 100644
--- a/crypto/crypto-lib.com
+++ b/crypto/crypto-lib.com
@@ -1188,7 +1188,7 @@ $ IF ARCH.EQS."VAX" .AND. F$TRNLNM("DECC$CC_DEFAULT").NES."/DECC" -
THEN CC = "CC/DECC"
$ CC = CC + "/''CC_OPTIMIZE'/''DEBUGGER'/STANDARD=ANSI89" + -
"/NOLIST/PREFIX=ALL" + -
- "/INCLUDE=(SYS$DISK:[],SYS$DISK:[-],SYS$DISK:[.ENGINE.VENDOR_DEFNS])" + -
+ "/INCLUDE=(SYS$DISK:[],SYS$DISK:[-],SYS$DISK:[.ENGINE.VENDOR_DEFNS],SYS$DISK:[.EVP])" + -
CCEXTRAFLAGS
$!
$! Define The Linker Options File Name.