Inherit from GSSCommand publicly, rather than privately.
authorMark Donnelly <mark@painless-security.com>
Tue, 25 Nov 2014 16:11:37 +0000 (11:11 -0500)
committerMark Donnelly <mark@painless-security.com>
Tue, 25 Nov 2014 16:11:37 +0000 (11:11 -0500)
commitb15d7e8c8799da4c75c4664a011cf5de2b9e3055
tree4b388a7916f1c5261f09f5a347c5f498825b5a5e
parent44f60fd28283ef6e50343b2fdd3baeaa18dff641
Inherit from GSSCommand publicly, rather than privately.

The code to process commands from the user interface relies on the inheritance from the GSSCommand interface, which doesn't work if that inheritance is private.
json_gssapi/src/commands/GSSUnwrap.h
json_gssapi/src/commands/GSSWrap.h