summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorderaadt <>2014-07-19 16:10:50 +0000
committerderaadt <>2014-07-19 16:10:50 +0000
commit81e3215b858e889a4c9ddca28ea9a37f1ad4931d (patch)
tree14553b0675497a98182cb04b209913643bda7c13 /src
parent9947ffe3bb61905cafffde065eede71cb613e5b2 (diff)
downloadopenbsd-81e3215b858e889a4c9ddca28ea9a37f1ad4931d.tar.gz
openbsd-81e3215b858e889a4c9ddca28ea9a37f1ad4931d.tar.bz2
openbsd-81e3215b858e889a4c9ddca28ea9a37f1ad4931d.zip
tab love
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/arc4random/getentropy_linux.c6
-rw-r--r--src/lib/libcrypto/crypto/getentropy_linux.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libcrypto/arc4random/getentropy_linux.c b/src/lib/libcrypto/arc4random/getentropy_linux.c
index d5d36da1c5..b0223237d0 100644
--- a/src/lib/libcrypto/arc4random/getentropy_linux.c
+++ b/src/lib/libcrypto/arc4random/getentropy_linux.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: getentropy_linux.c,v 1.25 2014/07/16 14:26:47 kettenis Exp $ */ 1/* $OpenBSD: getentropy_linux.c,v 1.26 2014/07/19 16:10:50 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>
@@ -20,8 +20,8 @@
20 * http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man2/getentropy.2 20 * http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man2/getentropy.2
21 */ 21 */
22 22
23#define _POSIX_C_SOURCE 199309L 23#define _POSIX_C_SOURCE 199309L
24#define _GNU_SOURCE 1 24#define _GNU_SOURCE 1
25#include <sys/types.h> 25#include <sys/types.h>
26#include <sys/param.h> 26#include <sys/param.h>
27#include <sys/ioctl.h> 27#include <sys/ioctl.h>
diff --git a/src/lib/libcrypto/crypto/getentropy_linux.c b/src/lib/libcrypto/crypto/getentropy_linux.c
index d5d36da1c5..b0223237d0 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.25 2014/07/16 14:26:47 kettenis Exp $ */ 1/* $OpenBSD: getentropy_linux.c,v 1.26 2014/07/19 16:10:50 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>
@@ -20,8 +20,8 @@
20 * http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man2/getentropy.2 20 * http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man2/getentropy.2
21 */ 21 */
22 22
23#define _POSIX_C_SOURCE 199309L 23#define _POSIX_C_SOURCE 199309L
24#define _GNU_SOURCE 1 24#define _GNU_SOURCE 1
25#include <sys/types.h> 25#include <sys/types.h>
26#include <sys/param.h> 26#include <sys/param.h>
27#include <sys/ioctl.h> 27#include <sys/ioctl.h>