summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/rand
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-06-12 15:49:27 +0000
committerderaadt <deraadt@openbsd.org>2014-06-12 15:49:27 +0000
commitc3d6a26af7455bccce87985ff78ef0efc39b65e1 (patch)
treee33a1578f7baa601a43c5042bc97fea75fedf2f4 /lib/libcrypto/rand
parentupdate to 1.6.0 with official syslog support backported from the 1.7 branch (diff)
downloadwireguard-openbsd-c3d6a26af7455bccce87985ff78ef0efc39b65e1.tar.xz
wireguard-openbsd-c3d6a26af7455bccce87985ff78ef0efc39b65e1.zip
tags as requested by miod and tedu
Diffstat (limited to 'lib/libcrypto/rand')
-rw-r--r--lib/libcrypto/rand/rand.h2
-rw-r--r--lib/libcrypto/rand/rand_err.c2
-rw-r--r--lib/libcrypto/rand/rand_lib.c1
-rw-r--r--lib/libcrypto/rand/randfile.c2
4 files changed, 4 insertions, 3 deletions
diff --git a/lib/libcrypto/rand/rand.h b/lib/libcrypto/rand/rand.h
index 7e0f09d03c4..af3d111b132 100644
--- a/lib/libcrypto/rand/rand.h
+++ b/lib/libcrypto/rand/rand.h
@@ -1,4 +1,4 @@
-/* crypto/rand/rand.h */
+/* $OpenBSD: rand.h,v 1.20 2014/06/12 15:49:30 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/lib/libcrypto/rand/rand_err.c b/lib/libcrypto/rand/rand_err.c
index 4f3c94feeff..35b1d43666f 100644
--- a/lib/libcrypto/rand/rand_err.c
+++ b/lib/libcrypto/rand/rand_err.c
@@ -1,4 +1,4 @@
-/* crypto/rand/rand_err.c */
+/* $OpenBSD: rand_err.c,v 1.13 2014/06/12 15:49:30 deraadt Exp $ */
/* ====================================================================
* Copyright (c) 1999-2011 The OpenSSL Project. All rights reserved.
*
diff --git a/lib/libcrypto/rand/rand_lib.c b/lib/libcrypto/rand/rand_lib.c
index c16c7198552..200a868d709 100644
--- a/lib/libcrypto/rand/rand_lib.c
+++ b/lib/libcrypto/rand/rand_lib.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: rand_lib.c,v 1.17 2014/06/12 15:49:30 deraadt Exp $ */
/*
* Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
*
diff --git a/lib/libcrypto/rand/randfile.c b/lib/libcrypto/rand/randfile.c
index 0689908ce0a..ba9bf1d4901 100644
--- a/lib/libcrypto/rand/randfile.c
+++ b/lib/libcrypto/rand/randfile.c
@@ -1,4 +1,4 @@
-/* crypto/rand/randfile.c */
+/* $OpenBSD: randfile.c,v 1.38 2014/06/12 15:49:30 deraadt Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*