changeset 4048:9e2a96d7e9ae HEAD

More comma removals
author Timo Sirainen <tss@iki.fi>
date Fri, 24 Feb 2006 12:24:11 +0200
parents 20e742b83a79
children 2fa6dc0e0e27
files src/auth/auth-client-interface.h src/lib-auth/auth-client.h
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/auth/auth-client-interface.h	Fri Feb 24 12:20:27 2006 +0200
+++ b/src/auth/auth-client-interface.h	Fri Feb 24 12:24:11 2006 +0200
@@ -23,7 +23,7 @@
 	/* Provides forward secrecy between sessions */
 	MECH_SEC_FORWARD_SECRECY	= 0x0020,
 	/* Provides mutual authentication */
-	MECH_SEC_MUTUAL_AUTH		= 0x0040,
+	MECH_SEC_MUTUAL_AUTH		= 0x0040
 };
 
 #endif
--- a/src/lib-auth/auth-client.h	Fri Feb 24 12:20:27 2006 +0200
+++ b/src/lib-auth/auth-client.h	Fri Feb 24 12:24:11 2006 +0200
@@ -9,7 +9,7 @@
 
 enum auth_request_flags {
 	AUTH_REQUEST_FLAG_SECURED		= 0x01,
-	AUTH_REQUEST_FLAG_VALID_CLIENT_CERT	= 0x02,
+	AUTH_REQUEST_FLAG_VALID_CLIENT_CERT	= 0x02
 };
 
 struct auth_mech_desc {