[openssh-commits] [openssh] branch master updated: Remove debug change accidentally commited.

git+noreply at mindrot.org git+noreply at mindrot.org
Thu May 22 22:11:20 AEST 2025


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

The following commit(s) were added to refs/heads/master by this push:
     new 2b2a7a2a0 Remove debug change accidentally commited.
2b2a7a2a0 is described below

commit 2b2a7a2a0d70023b439080bb2770ff36522dbea8
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Thu May 22 22:09:48 2025 +1000

    Remove debug change accidentally commited.
    
    Fixes Coverity CID 481160.
---
 cipher.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list