24 lines
776 B
Diff
24 lines
776 B
Diff
|
From fb4d8d8e26dd83b0782a3e92fded1cd9ca3aa0cd Mon Sep 17 00:00:00 2001
|
||
|
From: Jiri Tyr <jtyr@users.noreply.github.com>
|
||
|
Date: Tue, 21 Jun 2016 14:16:45 +0100
|
||
|
Subject: [PATCH] Fix comment indicating the end of the function
|
||
|
|
||
|
This patch corrects the comment indicating the end of the `verify_file()` function.
|
||
|
---
|
||
|
easyrsa3/easyrsa | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa
|
||
|
index bcb3aeb..088faeb 100755
|
||
|
--- a/easyrsa3/easyrsa
|
||
|
+++ b/easyrsa3/easyrsa
|
||
|
@@ -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
|