mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-29 12:18:04 +01:00
ZMQ_GSSAPI_PLAINTEXT option for disabling encryption
This commit is contained in:
@@ -44,7 +44,8 @@ zmq::gssapi_mechanism_base_t::gssapi_mechanism_base_t (const options_t & options
|
||||
ret_flags (0),
|
||||
gss_flags (GSS_C_MUTUAL_FLAG | GSS_C_REPLAY_FLAG),
|
||||
cred (GSS_C_NO_CREDENTIAL),
|
||||
context (GSS_C_NO_CONTEXT)
|
||||
context (GSS_C_NO_CONTEXT),
|
||||
do_encryption (!options_.gss_plaintext)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user