svn commit: r344142 - head/sys/opencrypto

Sean Eric Fagan sef at FreeBSD.org
Fri Feb 15 04:02:00 UTC 2019


Author: sef
Date: Fri Feb 15 04:01:59 2019
New Revision: 344142
URL: https://svnweb.freebsd.org/changeset/base/344142

Log:
  Pasting in a source control line missed the last quote.  Fixed.

Modified:
  head/sys/opencrypto/cbc_mac.c

Modified: head/sys/opencrypto/cbc_mac.c
==============================================================================
--- head/sys/opencrypto/cbc_mac.c	Fri Feb 15 03:53:03 2019	(r344141)
+++ head/sys/opencrypto/cbc_mac.c	Fri Feb 15 04:01:59 2019	(r344142)
@@ -23,7 +23,7 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD$);
+__FBSDID("$FreeBSD$");
 
 #include <sys/types.h>
 #include <sys/systm.h>


More information about the svn-src-head mailing list