diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/gost/gost_local.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/gost/gost_local.h b/src/lib/libcrypto/gost/gost_local.h index 830f14149e..db07d06f04 100644 --- a/src/lib/libcrypto/gost/gost_local.h +++ b/src/lib/libcrypto/gost/gost_local.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: gost_local.h,v 1.2 2022/11/26 17:23:18 tb Exp $ */ | 1 | /* $OpenBSD: gost_local.h,v 1.3 2023/07/28 15:50:33 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2014 Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 3 | * Copyright (c) 2014 Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> |
4 | * Copyright (c) 2005-2006 Cryptocom LTD | 4 | * Copyright (c) 2005-2006 Cryptocom LTD |
@@ -53,7 +53,6 @@ | |||
53 | #define HEADER_GOST_LOCAL_H | 53 | #define HEADER_GOST_LOCAL_H |
54 | 54 | ||
55 | #include <openssl/ec.h> | 55 | #include <openssl/ec.h> |
56 | #include <openssl/ecdsa.h> | ||
57 | 56 | ||
58 | __BEGIN_HIDDEN_DECLS | 57 | __BEGIN_HIDDEN_DECLS |
59 | 58 | ||