summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/crypto/getentropy_linux.c
diff options
context:
space:
mode:
authorderaadt <>2015-08-25 17:26:43 +0000
committerderaadt <>2015-08-25 17:26:43 +0000
commitbd55fe52542759d547f63faf9b00c12e56e2dbf3 (patch)
tree7c30fba606798376c764c53e23e53dde90adfd5f /src/lib/libcrypto/crypto/getentropy_linux.c
parent78d8e271d36088f927cd3ce17960abe312011aa0 (diff)
downloadopenbsd-bd55fe52542759d547f63faf9b00c12e56e2dbf3.tar.gz
openbsd-bd55fe52542759d547f63faf9b00c12e56e2dbf3.tar.bz2
openbsd-bd55fe52542759d547f63faf9b00c12e56e2dbf3.zip
unify versions, so they are easier to diff.
Diffstat (limited to 'src/lib/libcrypto/crypto/getentropy_linux.c')
-rw-r--r--src/lib/libcrypto/crypto/getentropy_linux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/crypto/getentropy_linux.c b/src/lib/libcrypto/crypto/getentropy_linux.c
index 05fb95c4bb..fb218feefa 100644
--- a/src/lib/libcrypto/crypto/getentropy_linux.c
+++ b/src/lib/libcrypto/crypto/getentropy_linux.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: getentropy_linux.c,v 1.39 2015/06/13 02:33:58 bcook Exp $ */ 1/* $OpenBSD: getentropy_linux.c,v 1.40 2015/08/25 17:26:43 deraadt Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2014 Theo de Raadt <deraadt@openbsd.org> 4 * Copyright (c) 2014 Theo de Raadt <deraadt@openbsd.org>
@@ -299,7 +299,7 @@ sysctlfailed:
299} 299}
300#endif /* SYS__sysctl */ 300#endif /* SYS__sysctl */
301 301
302static int cl[] = { 302static const int cl[] = {
303 CLOCK_REALTIME, 303 CLOCK_REALTIME,
304#ifdef CLOCK_MONOTONIC 304#ifdef CLOCK_MONOTONIC
305 CLOCK_MONOTONIC, 305 CLOCK_MONOTONIC,