From: dtucker@openbsd.org Date: Mon, 9 Feb 2026 22:15:45 +0000 (+0000) Subject: upstream: De-underscore __inline__ to match -portable X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ef24496b7c4c918d4d3a049f83739fbe2e36e9f;p=thirdparty%2Fopenssh-portable.git upstream: De-underscore __inline__ to match -portable (and every other use of it in ssh). ID sync only. OpenBSD-Commit-ID: 83c913d5e2345635bc5434167ed67cec5409d494 --- 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 #include -#ifndef WITH_OPENSSL - #include "cipher-aesctr.h" /*