svn commit: r213065 - head/sys/opencrypto

Pawel Jakub Dawidek pjd at FreeBSD.org
Thu Sep 23 11:33:29 UTC 2010


Author: pjd
Date: Thu Sep 23 11:33:29 2010
New Revision: 213065
URL: http://svn.freebsd.org/changeset/base/213065

Log:
  Remove redundant space.
  
  MFC after:	1 week

Modified:
  head/sys/opencrypto/xform.c

Modified: head/sys/opencrypto/xform.c
==============================================================================
--- head/sys/opencrypto/xform.c	Thu Sep 23 11:26:38 2010	(r213064)
+++ head/sys/opencrypto/xform.c	Thu Sep 23 11:33:29 2010	(r213065)
@@ -226,7 +226,7 @@ struct auth_hash auth_hash_hmac_ripemd_1
 };
 
 struct auth_hash auth_hash_key_md5 = {
-	CRYPTO_MD5_KPDK, "Keyed MD5", 
+	CRYPTO_MD5_KPDK, "Keyed MD5",
 	0, MD5_KPDK_HASH_LEN, 0, sizeof(MD5_CTX),
 	(void (*)(void *)) MD5Init, MD5Update_int,
 	(void (*)(u_int8_t *, void *)) MD5Final


More information about the svn-src-all mailing list