diff options
| author | tb <> | 2023-07-05 11:37:46 +0000 |
|---|---|---|
| committer | tb <> | 2023-07-05 11:37:46 +0000 |
| commit | 5c9a378ebd2bf3edf45466e286a087ac83670ea3 (patch) | |
| tree | 40771c395291cfdea4a7e3db5d03cfe53e864a1a /src/lib/libcrypto/gost | |
| parent | 197c9837c4e0a57a9dba842eeadbcbd95ce5c446 (diff) | |
| download | openbsd-5c9a378ebd2bf3edf45466e286a087ac83670ea3.tar.gz openbsd-5c9a378ebd2bf3edf45466e286a087ac83670ea3.tar.bz2 openbsd-5c9a378ebd2bf3edf45466e286a087ac83670ea3.zip | |
Rename ecs_local.h into ecdsa_local.h
Diffstat (limited to 'src/lib/libcrypto/gost')
| -rw-r--r-- | src/lib/libcrypto/gost/gostr341001.c | 4 | ||||
| -rw-r--r-- | src/lib/libcrypto/gost/gostr341001_pmeth.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/gost/gostr341001.c b/src/lib/libcrypto/gost/gostr341001.c index 79fddb11b0..1c34626a43 100644 --- a/src/lib/libcrypto/gost/gostr341001.c +++ b/src/lib/libcrypto/gost/gostr341001.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: gostr341001.c,v 1.11 2022/12/01 02:58:31 jsing Exp $ */ | 1 | /* $OpenBSD: gostr341001.c,v 1.12 2023/07/05 11:37:45 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 |
| @@ -59,7 +59,7 @@ | |||
| 59 | #include <openssl/gost.h> | 59 | #include <openssl/gost.h> |
| 60 | 60 | ||
| 61 | #include "bn_local.h" | 61 | #include "bn_local.h" |
| 62 | #include "ecs_local.h" | 62 | #include "ecdsa_local.h" |
| 63 | #include "gost_local.h" | 63 | #include "gost_local.h" |
| 64 | 64 | ||
| 65 | /* Convert little-endian byte array into bignum */ | 65 | /* Convert little-endian byte array into bignum */ |
diff --git a/src/lib/libcrypto/gost/gostr341001_pmeth.c b/src/lib/libcrypto/gost/gostr341001_pmeth.c index 38f94ecd81..93e4820d7c 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.17 2022/11/26 16:08:53 tb Exp $ */ | 1 | /* $OpenBSD: gostr341001_pmeth.c,v 1.18 2023/07/05 11:37:45 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,7 +62,7 @@ | |||
| 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_local.h" | 65 | #include "ecdsa_local.h" |
| 66 | #include "evp_local.h" | 66 | #include "evp_local.h" |
| 67 | #include "gost_local.h" | 67 | #include "gost_local.h" |
| 68 | #include "gost_asn1.h" | 68 | #include "gost_asn1.h" |
