mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-07 16:59:28 +00:00
1c3afde094
libgssglue exports a gssapi interface which calls other gssapi libraries. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
22 lines
641 B
Diff
22 lines
641 B
Diff
fix the warning:
|
|
warning: implicit declaration of function 'generic_gss_copy_oid_set' [-Wimplicit-function-declaration]
|
|
|
|
Upstream-Status: Pending
|
|
Signed-off-by: Yao Zhao <yao.zhao@windriver.com>
|
|
|
|
--- a/src/mglueP.h
|
|
+++ b/src/mglueP.h
|
|
@@ -447,6 +447,12 @@ OM_uint32 generic_gss_copy_oid
|
|
gss_OID * /* new_oid */
|
|
);
|
|
|
|
+OM_uint32 generic_gss_copy_oid_set
|
|
+ (OM_uint32 *minor_status, /* minor_status */
|
|
+ const gss_OID_set_desc * const oidset, /* oid */
|
|
+ gss_OID_set *new_oidset /* new_oid */
|
|
+ );
|
|
+
|
|
OM_uint32 generic_gss_create_empty_oid_set
|
|
(OM_uint32 *, /* minor_status */
|
|
gss_OID_set * /* oid_set */
|