diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/bn/bn_gf2m.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/bn/bn_gf2m.c b/src/lib/libcrypto/bn/bn_gf2m.c index 8adbbeb040..e5818ca18d 100644 --- a/src/lib/libcrypto/bn/bn_gf2m.c +++ b/src/lib/libcrypto/bn/bn_gf2m.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bn_gf2m.c,v 1.27 2022/11/26 13:56:33 jsing Exp $ */ | 1 | /* $OpenBSD: bn_gf2m.c,v 1.28 2022/11/26 16:08:51 tb Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. | 3 | * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. |
4 | * | 4 | * |
@@ -95,7 +95,7 @@ | |||
95 | 95 | ||
96 | #include <openssl/err.h> | 96 | #include <openssl/err.h> |
97 | 97 | ||
98 | #include "bn_lcl.h" | 98 | #include "bn_local.h" |
99 | 99 | ||
100 | #ifndef OPENSSL_NO_EC2M | 100 | #ifndef OPENSSL_NO_EC2M |
101 | 101 | ||