[krbdev.mit.edu #7567] SVN Commit

Greg Hudson via RT rt-comment at krbdev.mit.edu
Tue Feb 12 00:47:26 EST 2013


Fix RFC 5587 const pointer typedefs

gss_const_ctx_id_t, gss_const_cred_id_t, and gss_const_name_t are
supposed to be const pointers to the appropriate structures, not the
structures themselves.  These are not used by any prototypes yet, and
no application would have any reason to use them as they are, so it
should be safe to change them within the public header.

https://github.com/krb5/krb5/commit/884e040c0478c94585395a03dfbb0bbdee7c5ed4
Author: Greg Hudson <ghudson at mit.edu>
Commit: 884e040c0478c94585395a03dfbb0bbdee7c5ed4
Branch: master
 src/lib/gssapi/generic/gssapi.hin |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)



More information about the krb5-bugs mailing list