diff options
author | Greg Hudson <ghudson@mit.edu> | 2013-02-11 21:13:15 -0500 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 2013-02-11 21:13:15 -0500 |
commit | 884e040c0478c94585395a03dfbb0bbdee7c5ed4 (patch) | |
tree | f6f47a2bb105de4d5d8032faa95a96ee0bd27c8f /src/lib/gssapi/generic/gssapiP_generic.h | |
parent | 7905cd6a2eddbf264242bb2a85f811878b2da7ab (diff) | |
download | krb5-884e040c0478c94585395a03dfbb0bbdee7c5ed4.tar.gz krb5-884e040c0478c94585395a03dfbb0bbdee7c5ed4.tar.xz krb5-884e040c0478c94585395a03dfbb0bbdee7c5ed4.zip |
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.
ticket: 7567 (new)
target_version: 1.11.1
tags: pullup
Diffstat (limited to 'src/lib/gssapi/generic/gssapiP_generic.h')
0 files changed, 0 insertions, 0 deletions