[Heimdal-source-changes] [heimdal/heimdal] 30bf21: gss: fix copy/paste error in gss_destroy_cred()

Luke Howard noreply at github.com
Sat Apr 11 02:06:33 CEST 2020


  Branch: refs/heads/master
  Home:   https://github.com/heimdal/heimdal
  Commit: 30bf21401c900c07eaac2231467aa5044dfd7bc7
      https://github.com/heimdal/heimdal/commit/30bf21401c900c07eaac2231467aa5044dfd7bc7
  Author: Luke Howard <lukeh at padl.com>
  Date:   2020-04-11 (Sat, 11 Apr 2020)

  Changed paths:
    M lib/gssapi/mech/gss_destroy_cred.c

  Log Message:
  -----------
  gss: fix copy/paste error in gss_destroy_cred()

gss_destroy_cred() was missing a calling convention, instead had the import
declaration twice


  Commit: 4f7dc7694e720e70bfbbc2373727ac849ce28515
      https://github.com/heimdal/heimdal/commit/4f7dc7694e720e70bfbbc2373727ac849ce28515
  Author: Luke Howard <lukeh at padl.com>
  Date:   2020-04-11 (Sat, 11 Apr 2020)

  Changed paths:
    M lib/gssapi/mech/gss_aeap.c

  Log Message:
  -----------
  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


Compare: https://github.com/heimdal/heimdal/compare/7055365f47d9...4f7dc7694e72


More information about the Heimdal-source-changes mailing list