GSSAPI: use rk_UNCONST() on password and cert oid
commitafab2ff86778340fc54f532c2dcf2d383f393a48
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Fri, 31 Jul 2015 03:01:07 +0000 (31 15:01 +1200)
committerDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Fri, 31 Jul 2015 03:51:13 +0000 (31 15:51 +1200)
treee6a2d94faeeb1bce4f94407977bad0676631fc74
parentf132e0b2a3c66becd305f6f2ac1c311f6e453001
GSSAPI: use rk_UNCONST() on password and cert oid

These missed out on the rk_UNCONST()ification by virtue of being added
in a parallel branch. In the diagram below, they got added in 02cf28e,
while the rk_UNCONSTs were added in f5f9014.

cc47c8f Turn on -Wextra -Wno-sign-compare -Wno-unused-paramter and fix issues.
*   3069d80 Merge branch 'master' into lukeh/acquire-cred-ex
|\
| * f5f9014 Warning fixes from Christos Zoulas
* | 02cf28e implement gss_acquire_cred_ex with password support
|/
2170219 add more oids

rk_UNCONST amounts to a cast to (void *), removing const.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
lib/gssapi/mech/gss_oid.c