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:
parent
b887f3bf1a
commit
fb4d8d8e26
@ -928,7 +928,7 @@ verify_file() {
|
|||||||
local format="$1" path="$2"
|
local format="$1" path="$2"
|
||||||
"$EASYRSA_OPENSSL" $format -in "$path" -noout 2>/dev/null || return 1
|
"$EASYRSA_OPENSSL" $format -in "$path" -noout 2>/dev/null || return 1
|
||||||
return 0
|
return 0
|
||||||
} # => verify_x509()
|
} # => verify_file()
|
||||||
|
|
||||||
# show-* command backend
|
# show-* command backend
|
||||||
# Prints req/cert details in a readable format
|
# Prints req/cert details in a readable format
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user