diff --git a/lib/isc/include/isc/random.h b/lib/isc/include/isc/random.h index 8d74f25cae..ec6c899454 100644 --- a/lib/isc/include/isc/random.h +++ b/lib/isc/include/isc/random.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2007, 2009 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2009, 2014 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/lib/isc/random.c b/lib/isc/random.c index d0cbdc872f..dc9893fff7 100644 --- a/lib/isc/random.c +++ b/lib/isc/random.c @@ -14,6 +14,7 @@ * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ + /*% * ChaCha based random number generator derived from OpenBSD. *