summaryrefslogtreecommitdiff
path: root/lib/libcrypto
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-06-20 20:18:20 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-06-20 20:18:20 +0000
commit579220a1423598cfe3c857618f42274a9337a3ca (patch)
tree8b6b46ff9b30c91751338320ca49a05f55dcc0d9 /lib/libcrypto
parent9911901007af243efa9b2ade1d4ec8888ab75a94 (diff)
indent
Diffstat (limited to 'lib/libcrypto')
-rw-r--r--lib/libcrypto/arc4random/getentropy_linux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/arc4random/getentropy_linux.c b/lib/libcrypto/arc4random/getentropy_linux.c
index 993c1d2a837..ea838cd03c0 100644
--- a/lib/libcrypto/arc4random/getentropy_linux.c
+++ b/lib/libcrypto/arc4random/getentropy_linux.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: getentropy_linux.c,v 1.2 2014/06/20 19:53:36 otto Exp $ */
+/* $OpenBSD: getentropy_linux.c,v 1.3 2014/06/20 20:18:19 deraadt Exp $ */
/*
* Copyright (c) 2014 Theo de Raadt <deraadt@openbsd.org>
@@ -179,7 +179,7 @@ start:
if (fd == -1) {
if (errno == EINTR)
goto start;
- goto nodevrandom;
+ goto nodevrandom;
}
fcntl(fd, F_SETFD, fcntl(fd, F_GETFD) | FD_CLOEXEC);
#endif