From: Darren Tucker Date: Thu, 22 May 2025 12:09:48 +0000 (+1000) Subject: Remove debug change accidentally commited. X-Git-Tag: V_10_1_P1~265 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b2a7a2a0d70023b439080bb2770ff36522dbea8;p=thirdparty%2Fopenssh-portable.git Remove debug change accidentally commited. Fixes Coverity CID 481160. --- diff --git a/cipher.c b/cipher.c index 692aafe96..8a18da2df 100644 --- a/cipher.c +++ b/cipher.c @@ -75,7 +75,7 @@ struct sshcipher { #define CFLAG_CHACHAPOLY (1<<1) #define CFLAG_AESCTR (1<<2) #define CFLAG_NONE (1<<3) -#define CFLAG_INTERNAL 0 +#define CFLAG_INTERNAL CFLAG_NONE /* Don't use "none" for packets */ #ifdef WITH_OPENSSL const EVP_CIPHER *(*evptype)(void); #else