diff options
author | Koop Mast <kwm@FreeBSD.org> | 2014-11-19 13:04:57 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2014-11-19 13:04:57 +0000 |
commit | 062df37da8d6da0da8822b078a67fd74c652d4ea (patch) | |
tree | d617285dd6b91654c7da705960c43922d4ac59ac /security/gnome-keyring/files/patch-pkcs11_rpc-layer_gkm-rpc-dispatch.c | |
parent | Allow package building to allow users to get rapide update of the timezones by (diff) |
Remove obsolete patches.
Submitted by: antoine@
Diffstat (limited to 'security/gnome-keyring/files/patch-pkcs11_rpc-layer_gkm-rpc-dispatch.c')
-rw-r--r-- | security/gnome-keyring/files/patch-pkcs11_rpc-layer_gkm-rpc-dispatch.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/gnome-keyring/files/patch-pkcs11_rpc-layer_gkm-rpc-dispatch.c b/security/gnome-keyring/files/patch-pkcs11_rpc-layer_gkm-rpc-dispatch.c deleted file mode 100644 index 146d8b69da05..000000000000 --- a/security/gnome-keyring/files/patch-pkcs11_rpc-layer_gkm-rpc-dispatch.c +++ /dev/null @@ -1,11 +0,0 @@ ---- pkcs11/rpc-layer/gkm-rpc-dispatch.c.orig 2010-09-04 12:06:44.000000000 +0200 -+++ pkcs11/rpc-layer/gkm-rpc-dispatch.c 2010-09-04 12:07:12.000000000 +0200 -@@ -784,7 +784,7 @@ rpc_C_Finalize (CallState *cs) - { - CK_SLOT_ID_PTR slots; - CK_ULONG n_slots, i; -- CK_RV ret; -+ CK_RV ret = CKR_OK; - - debug (("C_Finalize: enter")); - |