Fix comment indicating the end of the function

This patch corrects the comment indicating the end of the `verify_file()` function.
This commit is contained in:
Jiri Tyr 2016-06-21 14:16:45 +01:00 committed by Jiri Tyr
parent b887f3bf1a
commit fb4d8d8e26

View File

@ -928,7 +928,7 @@ verify_file() {
local format="$1" path="$2"
"$EASYRSA_OPENSSL" $format -in "$path" -noout 2>/dev/null || return 1
return 0
} # => verify_x509()
} # => verify_file()
# show-* command backend
# Prints req/cert details in a readable format