summaryrefslogtreecommitdiff
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
commitb3c5d125bc583ddffcb01954731e591589b5a7f6 (patch)
tree9a90404f9ce260940b80181a127033c13554ea41
parent4b4fc3e35e125e2d1368915092c2e64cc778e712 (diff)
indent
-rw-r--r--lib/libcrypto/crypto/getentropy_linux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/crypto/getentropy_linux.c b/lib/libcrypto/crypto/getentropy_linux.c
index 993c1d2a837..ea838cd03c0 100644
--- a/lib/libcrypto/crypto/getentropy_linux.c
+++ b/lib/libcrypto/crypto/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