diff options
Diffstat (limited to 'src/lib/libcrypto/gost/gostr341001_pmeth.c')
-rw-r--r-- | src/lib/libcrypto/gost/gostr341001_pmeth.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/gost/gostr341001_pmeth.c b/src/lib/libcrypto/gost/gostr341001_pmeth.c index ae39b05901..38f94ecd81 100644 --- a/src/lib/libcrypto/gost/gostr341001_pmeth.c +++ b/src/lib/libcrypto/gost/gostr341001_pmeth.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: gostr341001_pmeth.c,v 1.16 2022/03/30 07:17:48 tb Exp $ */ | 1 | /* $OpenBSD: gostr341001_pmeth.c,v 1.17 2022/11/26 16:08:53 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 |
@@ -62,9 +62,9 @@ | |||
62 | #include <openssl/ecdsa.h> | 62 | #include <openssl/ecdsa.h> |
63 | #include <openssl/x509.h> | 63 | #include <openssl/x509.h> |
64 | 64 | ||
65 | #include "ecs_locl.h" | 65 | #include "ecs_local.h" |
66 | #include "evp_locl.h" | 66 | #include "evp_local.h" |
67 | #include "gost_locl.h" | 67 | #include "gost_local.h" |
68 | #include "gost_asn1.h" | 68 | #include "gost_asn1.h" |
69 | 69 | ||
70 | static ECDSA_SIG * | 70 | static ECDSA_SIG * |