[openssh-commits] [openssh] branch master updated: Add includes.h for compat interfaces.

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Jul 30 22:20:35 AEST 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 15d1832b5 Add includes.h for compat interfaces.
15d1832b5 is described below

commit 15d1832b5e1248da3577ea1a7c5e636cd16067e0
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Thu Jul 30 22:15:46 2026 +1000

    Add includes.h for compat interfaces.
---
 kexmlkem768ecdh.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kexmlkem768ecdh.c b/kexmlkem768ecdh.c
index f7a4bb336..04c7a8fd2 100644
--- a/kexmlkem768ecdh.c
+++ b/kexmlkem768ecdh.c
@@ -23,6 +23,8 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include "includes.h"
+
 #include <sys/types.h>
 
 #include <stdio.h>

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


More information about the openssh-commits mailing list