diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-06-12 15:49:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-06-12 15:49:32 +0000 |
commit | 49a392b36834a2c852c7913eca64b1663500622a (patch) | |
tree | c526d22b9e2f914670ee1207fe73124442677cfd /lib/libcrypto/rand | |
parent | dba886c38cea7b6970051b037308699d853bc83b (diff) |
tags as requested by miod and tedu
Diffstat (limited to 'lib/libcrypto/rand')
-rw-r--r-- | lib/libcrypto/rand/rand.h | 2 | ||||
-rw-r--r-- | lib/libcrypto/rand/rand_err.c | 2 | ||||
-rw-r--r-- | lib/libcrypto/rand/rand_lib.c | 1 | ||||
-rw-r--r-- | lib/libcrypto/rand/randfile.c | 2 |
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. * |