diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/ec/ecp_nistz256.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/ecp_nistz256.c b/src/lib/libcrypto/ec/ecp_nistz256.c index e3a6cc855a..62aac44c64 100644 --- a/src/lib/libcrypto/ec/ecp_nistz256.c +++ b/src/lib/libcrypto/ec/ecp_nistz256.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ecp_nistz256.c,v 1.13 2022/11/24 01:30:01 jsing Exp $ */ | 1 | /* $OpenBSD: ecp_nistz256.c,v 1.14 2022/11/26 16:08:52 tb Exp $ */ |
2 | /* Copyright (c) 2014, Intel Corporation. | 2 | /* Copyright (c) 2014, Intel Corporation. |
3 | * | 3 | * |
4 | * Permission to use, copy, modify, and/or distribute this software for any | 4 | * Permission to use, copy, modify, and/or distribute this software for any |
@@ -46,7 +46,7 @@ | |||
46 | #include <openssl/ec.h> | 46 | #include <openssl/ec.h> |
47 | #include <openssl/err.h> | 47 | #include <openssl/err.h> |
48 | 48 | ||
49 | #include "ec_lcl.h" | 49 | #include "ec_local.h" |
50 | 50 | ||
51 | #if BN_BITS2 != 64 | 51 | #if BN_BITS2 != 64 |
52 | #define TOBN(hi,lo) lo,hi | 52 | #define TOBN(hi,lo) lo,hi |