The gssapi.h in src/include/gssapi/ does not define the constants GSS_C_PRF_KEY_FULL and GSS_C_PRF_KEY_PARTIAL defined in RFC 4401, though it does provide a declaration of the function gss_pseudo_random with which they are used. The pristine vendor code in src/crypto/heimdal/lib/gssapi/gssapi does have these definitions. Fix: Since the value of the symbol is mandated by the RFC's C bindings, consumers can provide their own defintions as a workaround. A proper fix would be to synchronize the installed header with the vendor tree. How-To-Repeat: View the gssapi.h headers.
For bugs matching the following criteria: Status: In Progress Changed: (is less than) 2014-06-01 Reset to default assignee and clear in-progress tags. Mail being skipped