summaryrefslogtreecommitdiff
path: root/net-libs/libgssglue/files/libgssglue-0.3-protos.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/libgssglue/files/libgssglue-0.3-protos.patch')
-rw-r--r--net-libs/libgssglue/files/libgssglue-0.3-protos.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/net-libs/libgssglue/files/libgssglue-0.3-protos.patch b/net-libs/libgssglue/files/libgssglue-0.3-protos.patch
deleted file mode 100644
index 8c15108d32e7..000000000000
--- a/net-libs/libgssglue/files/libgssglue-0.3-protos.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-https://gitlab.com/gsasl/libgssglue/-/merge_requests/1
-
-add missing prototype to header
-
---- a/src/mglueP.h
-+++ b/src/mglueP.h
-@@ -477,6 +477,10 @@ OM_uint32 generic_gss_str_to_oid
- gss_OID * /* oid */
- );
-
-+OM_uint32
-+generic_gss_copy_oid_set(OM_uint32 *minor_status,
-+ const gss_OID_set_desc * const oidset,
-+ gss_OID_set *new_oidset);
-
- gss_OID gss_find_mechanism_from_name_type (gss_OID); /* name_type */
-