[openssh-commits] [openssh] branch master updated: include includes.h
git+noreply at mindrot.org
git+noreply at mindrot.org
Sun Jun 14 20:24:46 AEST 2026
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new 1c46384db include includes.h
1c46384db is described below
commit 1c46384db91a724a214ce96297d64c7ea9274a4c
Author: Damien Miller <djm at mindrot.org>
AuthorDate: Sun Jun 14 20:24:25 2026 +1000
include includes.h
---
libcrux-mlkem-mldsa.c | 1 +
ssh-mldsa-eddsa.c | 2 ++
2 files changed, 3 insertions(+)
diff --git a/libcrux-mlkem-mldsa.c b/libcrux-mlkem-mldsa.c
index d7e0e7c38..6aa94dadb 100644
--- a/libcrux-mlkem-mldsa.c
+++ b/libcrux-mlkem-mldsa.c
@@ -15,6 +15,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include "includes.h"
#include <sys/types.h>
#include <stdint.h>
diff --git a/ssh-mldsa-eddsa.c b/ssh-mldsa-eddsa.c
index 6d4372652..17588a23e 100644
--- a/ssh-mldsa-eddsa.c
+++ b/ssh-mldsa-eddsa.c
@@ -17,6 +17,8 @@
/* draft-miller-sshm-mldsa44-ed25519-composite-sigs-00 */
+#include "includes.h"
+
#include <sys/types.h>
#include <stdint.h>
#include <string.h>
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list