diff options
| author | tb <> | 2022-01-07 09:40:03 +0000 |
|---|---|---|
| committer | tb <> | 2022-01-07 09:40:03 +0000 |
| commit | 1dea570cc812620acbc5717c51f584b7e7ef91b7 (patch) | |
| tree | 97ec98956021191b7a11189e1403fc3fd4ca66bf /src | |
| parent | 842e79ce2b3a53daefa413bee5287b22d37edba6 (diff) | |
| download | openbsd-1dea570cc812620acbc5717c51f584b7e7ef91b7.tar.gz openbsd-1dea570cc812620acbc5717c51f584b7e7ef91b7.tar.bz2 openbsd-1dea570cc812620acbc5717c51f584b7e7ef91b7.zip | |
gost needs to look into ecs_locl.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/gost/gostr341001.c | 3 | ||||
| -rw-r--r-- | src/lib/libcrypto/gost/gostr341001_pmeth.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libcrypto/gost/gostr341001.c b/src/lib/libcrypto/gost/gostr341001.c index bfbd032161..a6082568ff 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.8 2021/04/20 17:16:38 tb Exp $ */ | 1 | /* $OpenBSD: gostr341001.c,v 1.9 2022/01/07 09:40:03 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,6 +59,7 @@ | |||
| 59 | #include <openssl/gost.h> | 59 | #include <openssl/gost.h> |
| 60 | 60 | ||
| 61 | #include "bn_lcl.h" | 61 | #include "bn_lcl.h" |
| 62 | #include "ecs_locl.h" | ||
| 62 | #include "gost_locl.h" | 63 | #include "gost_locl.h" |
| 63 | 64 | ||
| 64 | /* 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 0eb1d873de..b668761e67 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.14 2017/01/29 17:49:23 beck Exp $ */ | 1 | /* $OpenBSD: gostr341001_pmeth.c,v 1.15 2022/01/07 09:40:03 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,6 +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_locl.h" | ||
| 65 | #include "evp_locl.h" | 66 | #include "evp_locl.h" |
| 66 | #include "gost_locl.h" | 67 | #include "gost_locl.h" |
| 67 | #include "gost_asn1.h" | 68 | #include "gost_asn1.h" |
