Olav Reinert
bb0fc22518
- Include upstream patches + f174800.patch Generate random serial number for all certificates + 29d4dee.patch Fixes #91 basename: invalid option -- 's' + b93d0a1.patch Spelling fixes and sentence structure improvements + fb4d8d8.patch Fix comment indicating the end of the function verify_file() + b75faa4.patch Convert README and COPYING into markdown files - Rename openSUSE specific patch easyrsa.packaging.patch to easy-rsa-packaging.patch - spec-cleaner -m (Add also SUSE copyrights) OBS-URL: https://build.opensuse.org/request/show/497926 OBS-URL: https://build.opensuse.org/package/show/network:vpn/easy-rsa?expand=0&rev=3
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
|