diff options
| author | tb <> | 2022-01-07 09:40:03 +0000 |
|---|---|---|
| committer | tb <> | 2022-01-07 09:40:03 +0000 |
| commit | b832de683c05102d9874b3b63f2f3e51488fc323 (patch) | |
| tree | 97ec98956021191b7a11189e1403fc3fd4ca66bf /src | |
| parent | 72ddf309b6ca09529e5603af312e92fbefe2d810 (diff) | |
| download | openbsd-b832de683c05102d9874b3b63f2f3e51488fc323.tar.gz openbsd-b832de683c05102d9874b3b63f2f3e51488fc323.tar.bz2 openbsd-b832de683c05102d9874b3b63f2f3e51488fc323.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" |
