diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/bn/bn_nist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/bn/bn_nist.c b/src/lib/libcrypto/bn/bn_nist.c index 6b51bb10f0..227ff008ba 100644 --- a/src/lib/libcrypto/bn/bn_nist.c +++ b/src/lib/libcrypto/bn/bn_nist.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bn_nist.c,v 1.22 2022/07/31 14:38:38 jsing Exp $ */ | 1 | /* $OpenBSD: bn_nist.c,v 1.23 2022/11/26 16:08:51 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Written by Nils Larsch for the OpenSSL project | 3 | * Written by Nils Larsch for the OpenSSL project |
4 | */ | 4 | */ |
@@ -60,7 +60,7 @@ | |||
60 | #include <stdint.h> | 60 | #include <stdint.h> |
61 | #include <string.h> | 61 | #include <string.h> |
62 | 62 | ||
63 | #include "bn_lcl.h" | 63 | #include "bn_local.h" |
64 | 64 | ||
65 | #define CTASSERT(x) extern char _ctassert[(x) ? 1 : -1 ] \ | 65 | #define CTASSERT(x) extern char _ctassert[(x) ? 1 : -1 ] \ |
66 | __attribute__((__unused__)) | 66 | __attribute__((__unused__)) |