We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f3481 commit fe8d28aCopy full SHA for fe8d28a
kexmlkem768x25519.c
@@ -1,4 +1,4 @@
1
-/* $OpenBSD: kexmlkem768x25519.c,v 1.1 2024/09/02 12:13:56 djm Exp $ */
+/* $OpenBSD: kexmlkem768x25519.c,v 1.2 2024/10/27 02:06:59 djm Exp $ */
2
/*
3
* Copyright (c) 2023 Markus Friedl. All rights reserved.
4
*
@@ -34,6 +34,9 @@
34
#include <stdbool.h>
35
#include <string.h>
36
#include <signal.h>
37
+#ifdef HAVE_ENDIAN_H
38
+# include <endian.h>
39
+#endif
40
41
#include "sshkey.h"
42
#include "kex.h"
0 commit comments