]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Move OPENBSD ORIGINAL marker.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 2 Sep 2022 04:20:04 +0000 (14:20 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 2 Sep 2022 04:30:38 +0000 (14:30 +1000)
Putting this after the copyright statement (which doesn't change)
instead of before the version identifier (which does) prevents merge
conflicts when resyncing changes.

openbsd-compat/arc4random_uniform.c

index b1a8aeea28016ee0d886545310c2d0fa449bd9c3..591f92d150fafc1a980fc976c87f8dad2f24d91c 100644 (file)
@@ -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