summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-03-25 12:29:56 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-03-25 12:29:56 +0000
commitcf6a1dea19b6d4d810613515f024d6d475ed5487 (patch)
tree8166c2f27fcb1e6bc186182c60d0465cea18ee3e /apps
parentea5b3f5e6256c2f65931fb9e3ab9734a90ac06ab (diff)
PR: 2202 (partial)
Submitted by: Steven M. Schweda <sms@antinode.info> VMS fixes: Reduce copying into .apps and .test in makevms.com Don't try to use blank CA certificate in CA.com Allow use of C files from original directories in maketests.com
Diffstat (limited to 'apps')
-rw-r--r--apps/CA.com4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/CA.com b/apps/CA.com
index 02682e424a..00266db521 100644
--- a/apps/CA.com
+++ b/apps/CA.com
@@ -114,8 +114,8 @@ $!
$ IF F$SEARCH(CATOP+".private"+CAKEY) .EQS. ""
$ THEN
$ READ '__INPUT' FILE -
- /PROMT="CA certificate filename (or enter to create)"
-$ IF F$SEARCH(FILE) .NES. ""
+ /PROMPT="CA certificate filename (or enter to create): "
+$ IF (FILE .NES. "") .AND. (F$SEARCH(FILE) .NES. "")
$ THEN
$ COPY 'FILE' 'CATOP'.private'CAKEY'
$ RET=$STATUS