]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: De-underscore __inline__ to match -portable
authordtucker@openbsd.org <dtucker@openbsd.org>
Mon, 9 Feb 2026 22:15:45 +0000 (22:15 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Wed, 11 Feb 2026 17:40:06 +0000 (12:40 -0500)
(and every other use of it in ssh).  ID sync only.

OpenBSD-Commit-ID: 83c913d5e2345635bc5434167ed67cec5409d494

cipher-aesctr.c

index eed95c3e6e3c22fa37c10e9ac5f24821581b0283..2a8d446f15d37388e761fa45bd6643635633c0f2 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: cipher-aesctr.c,v 1.2 2015/01/14 10:24:42 markus Exp $ */
+/* $OpenBSD: cipher-aesctr.c,v 1.3 2026/02/09 22:15:45 dtucker Exp $ */
 /*
  * Copyright (c) 2003 Markus Friedl.  All rights reserved.
  *
 
 #include "includes.h"
 
+#ifndef WITH_OPENSSL
+
 #include <sys/types.h>
 #include <string.h>
 
-#ifndef WITH_OPENSSL
-
 #include "cipher-aesctr.h"
 
 /*