gss: __gss_c_attr_stream_sizes_oid_desc declspec
__gss_c_attr_stream_sizes_oid_desc was tagged with GSSAPI_LIB_FUNCTION instead of GSSAPI_LIB_VARIABLE; whilst the macro expansion is identical, fix for cleanliness
This commit is contained in:
@@ -194,7 +194,7 @@ gss_release_iov_buffer(OM_uint32 *minor_status,
|
||||
* @ingroup gssapi
|
||||
*/
|
||||
|
||||
gss_OID_desc GSSAPI_LIB_FUNCTION __gss_c_attr_stream_sizes_oid_desc =
|
||||
gss_OID_desc GSSAPI_LIB_VARIABLE __gss_c_attr_stream_sizes_oid_desc =
|
||||
{10, rk_UNCONST("\x2a\x86\x48\x86\xf7\x12\x01\x02\x01\x03")};
|
||||
|
||||
GSSAPI_LIB_FUNCTION OM_uint32 GSSAPI_LIB_CALL
|
||||
|
Reference in New Issue
Block a user