4
0
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:
Justin Karneges 2007-07-05 23:32:34 +00:00
parent d6bdaea6a6
commit e6a602e06b

@ -754,6 +754,7 @@ public:
*/
enum AuthFlags
{
AuthFlagsNone = 0x00,
AllowPlain = 0x01,
AllowAnonymous = 0x02,
RequireForwardSecrecy = 0x04,