summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openbsd-compat/arc4random_uniform.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/arc4random_uniform.c b/openbsd-compat/arc4random_uniform.c
index b1a8aeea..591f92d1 100644
--- a/openbsd-compat/arc4random_uniform.c
+++ b/openbsd-compat/arc4random_uniform.c
@@ -1,5 +1,3 @@
-/* OPENBSD ORIGINAL: lib/libc/crypt/arc4random_uniform.c */
-
/* $OpenBSD: arc4random_uniform.c,v 1.3 2019/01/20 02:59:07 bcook Exp $ */
/*
@@ -18,6 +16,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+/* OPENBSD ORIGINAL: lib/libc/crypto/arc4random_uniform.c */
+
#include "includes.h"
#ifdef HAVE_STDINT_H