Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Feb 2019 04:02:00 +0000 (UTC)
From:      Sean Eric Fagan <sef@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r344142 - head/sys/opencrypto
Message-ID:  <201902150402.x1F420a9019762@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902150402.x1F420a9019762>