[openssh-commits] [openssh] 08/09: upstream: De-underscore __inline__ to match -portable
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Feb 12 05:00:07 AEDT 2026
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 4ef24496b7c4c918d4d3a049f83739fbe2e36e9f
Author: dtucker at openbsd.org <dtucker at openbsd.org>
AuthorDate: Mon Feb 9 22:15:45 2026 +0000
upstream: De-underscore __inline__ to match -portable
(and every other use of it in ssh). ID sync only.
OpenBSD-Commit-ID: 83c913d5e2345635bc5434167ed67cec5409d494
---
cipher-aesctr.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/cipher-aesctr.c b/cipher-aesctr.c
index eed95c3e6..2a8d446f1 100644
--- a/cipher-aesctr.c
+++ b/cipher-aesctr.c
@@ -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.
*
@@ -17,11 +17,11 @@
#include "includes.h"
+#ifndef WITH_OPENSSL
+
#include <sys/types.h>
#include <string.h>
-#ifndef WITH_OPENSSL
-
#include "cipher-aesctr.h"
/*
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list