diff options
author | tobhe@openbsd.org <tobhe@openbsd.org> | 2021-01-03 19:05:21 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2021-01-08 03:45:46 +0100 |
commit | 4d96a3ebab2224f17e639a15078e03be1ad3736d (patch) | |
tree | 7924eafde66c573d3d93835b044d2da0ca6fb4e6 /sntrup761.c | |
parent | Undef int32 after sort routines. (diff) | |
download | openssh-4d96a3ebab2224f17e639a15078e03be1ad3736d.tar.xz openssh-4d96a3ebab2224f17e639a15078e03be1ad3736d.zip |
upstream: Prevent redefinition of `crypto_int32' error with gcc3.
Fixes compilation on luna88k.
Feedback millert@
Found by and ok aoyama@
OpenBSD-Commit-ID: f305ddfe575a26cc53431af3fde3f4aeebed9ba6
Diffstat (limited to 'sntrup761.c')
-rw-r--r-- | sntrup761.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sntrup761.c b/sntrup761.c index 5b2456ad2..c7ef95c77 100644 --- a/sntrup761.c +++ b/sntrup761.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sntrup761.c,v 1.2 2020/12/30 14:13:28 tobhe Exp $ */ +/* $OpenBSD: sntrup761.c,v 1.3 2021/01/03 18:05:21 tobhe Exp $ */ /* * Public Domain, Authors: @@ -160,7 +160,6 @@ typedef int16_t int16; #define int32_divmod_uint14 CRYPTO_NAMESPACE(int32_divmod_uint14) -typedef int32_t int32; /* assuming 1 <= m < 16384: |