diff options
Diffstat (limited to 'src/lib/libssl/src/apps/CA.sh')
-rw-r--r-- | src/lib/libssl/src/apps/CA.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/src/apps/CA.sh b/src/lib/libssl/src/apps/CA.sh index 728f5bf4d8..d9f3069fb2 100644 --- a/src/lib/libssl/src/apps/CA.sh +++ b/src/lib/libssl/src/apps/CA.sh | |||
@@ -60,7 +60,7 @@ case $i in | |||
60 | echo "Request (and private key) is in newreq.pem" | 60 | echo "Request (and private key) is in newreq.pem" |
61 | ;; | 61 | ;; |
62 | -newca) | 62 | -newca) |
63 | # if explictly asked for or it doesn't exist then setup the directory | 63 | # if explicitly asked for or it doesn't exist then setup the directory |
64 | # structure that Eric likes to manage things | 64 | # structure that Eric likes to manage things |
65 | NEW="1" | 65 | NEW="1" |
66 | if [ "$NEW" -o ! -f ${CATOP}/serial ]; then | 66 | if [ "$NEW" -o ! -f ${CATOP}/serial ]; then |