diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-30 17:00:36 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-04-30 17:00:36 +0000 |
commit | b6478e3ed30ad690751636af0beb137782eaa5cd (patch) | |
tree | 6942594296ddfe5059ab83e6433d4e08280ac0c7 /security/dirmngr/files/patch-assuan::mkerrors | |
parent | Brian Hatch updated his RSA blinding patch to only apply (diff) |
Add dirmngr, a client for managing and downloading certificate
revocation lists (X.509).
PR: 51577
Submitted by: Michael Nottebrock <michaelnottebrock@gmx.net>
Notes
Notes:
svn path=/head/; revision=79925
Diffstat (limited to 'security/dirmngr/files/patch-assuan::mkerrors')
-rw-r--r-- | security/dirmngr/files/patch-assuan::mkerrors | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/dirmngr/files/patch-assuan::mkerrors b/security/dirmngr/files/patch-assuan::mkerrors new file mode 100644 index 000000000000..f5d45193a0d6 --- /dev/null +++ b/security/dirmngr/files/patch-assuan::mkerrors @@ -0,0 +1,10 @@ +--- assuan/mkerrors.orig Thu Jan 30 07:49:26 2003 ++++ assuan/mkerrors Thu Jan 30 07:50:41 2003 +@@ -68,4 +68,5 @@ + return s; + } + +-EOF +\ No newline at end of file ++EOF ++ |