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

View File

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