diff options
Diffstat (limited to 'kexmlkem768x25519.c')
-rw-r--r-- | kexmlkem768x25519.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/kexmlkem768x25519.c b/kexmlkem768x25519.c index 2b5d39608238..2585d1db3935 100644 --- a/kexmlkem768x25519.c +++ b/kexmlkem768x25519.c @@ -28,15 +28,11 @@ #include <sys/types.h> #include <stdio.h> -#ifdef HAVE_STDINT_H #include <stdint.h> -#endif #include <stdbool.h> #include <string.h> #include <signal.h> -#ifdef HAVE_ENDIAN_H -# include <endian.h> -#endif +#include <endian.h> #include "sshkey.h" #include "kex.h" |