[openssh-commits] [openssh] branch master updated: Restore utf8.h removed earlier as it's needed.

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Feb 18 01:12:46 AEDT 2026


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 9eb778cfd Restore utf8.h removed earlier as it's needed.
9eb778cfd is described below

commit 9eb778cfde5bca1d84bbad74d8664256301bb13b
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Mon Feb 16 18:58:04 2026 -0500

    Restore utf8.h removed earlier as it's needed.
    
    ... for msetlocale prototype.
---
 ssh.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ssh.c b/ssh.c
index 68da120a2..8648fec09 100644
--- a/ssh.c
+++ b/ssh.c
@@ -96,6 +96,7 @@
 #include "match.h"
 #include "version.h"
 #include "ssherr.h"
+#include "utf8.h"
 
 #ifdef ENABLE_PKCS11
 #include "ssh-pkcs11.h"

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


More information about the openssh-commits mailing list