mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-09 09:19:33 +00:00
allow specifying no flags
svn path=/trunk/kdesupport/qca/; revision=684040
This commit is contained in:
parent
d6bdaea6a6
commit
e6a602e06b
@ -754,6 +754,7 @@ public:
|
||||
*/
|
||||
enum AuthFlags
|
||||
{
|
||||
AuthFlagsNone = 0x00,
|
||||
AllowPlain = 0x01,
|
||||
AllowAnonymous = 0x02,
|
||||
RequireForwardSecrecy = 0x04,
|
||||
|
Loading…
x
Reference in New Issue
Block a user