Skip to content

Commit 0c3927c

Browse files
committed
upstream: explicitly include endian.h
OpenBSD-Commit-ID: 13511fdef7535bdbc35b644c90090013da43a318
1 parent cf3e48e commit 0c3927c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

kexmlkem768x25519.c

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $OpenBSD: kexmlkem768x25519.c,v 1.1 2024/09/02 12:13:56 djm Exp $ */
1+
/* $OpenBSD: kexmlkem768x25519.c,v 1.2 2024/10/27 02:06:59 djm Exp $ */
22
/*
33
* Copyright (c) 2023 Markus Friedl. All rights reserved.
44
*
@@ -34,6 +34,9 @@
3434
#include <stdbool.h>
3535
#include <string.h>
3636
#include <signal.h>
37+
#ifdef HAVE_ENDIAN_H
38+
# include <endian.h>
39+
#endif
3740

3841
#include "sshkey.h"
3942
#include "kex.h"

0 commit comments

Comments
 (0)