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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to