diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-01-07 09:40:04 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-01-07 09:40:04 +0000 |
commit | 3a4f523e401b167fbb3220dd70daa8ec9aa0573d (patch) | |
tree | 65c6f06c93abac3152e10697fc7d3f7430b7a8e5 | |
parent | 04f786e1dba1906596f8548c5cbc9abf44131a5b (diff) |
gost needs to look into ecs_locl.h
-rw-r--r-- | lib/libcrypto/gost/gostr341001.c | 3 | ||||
-rw-r--r-- | lib/libcrypto/gost/gostr341001_pmeth.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/libcrypto/gost/gostr341001.c b/lib/libcrypto/gost/gostr341001.c index bfbd032161f..a6082568ff8 100644 --- a/lib/libcrypto/gost/gostr341001.c +++ b/lib/libcrypto/gost/gostr341001.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gostr341001.c,v 1.8 2021/04/20 17:16:38 tb Exp $ */ +/* $OpenBSD: gostr341001.c,v 1.9 2022/01/07 09:40:03 tb Exp $ */ /* * Copyright (c) 2014 Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> * Copyright (c) 2005-2006 Cryptocom LTD @@ -59,6 +59,7 @@ #include <openssl/gost.h> #include "bn_lcl.h" +#include "ecs_locl.h" #include "gost_locl.h" /* Convert little-endian byte array into bignum */ diff --git a/lib/libcrypto/gost/gostr341001_pmeth.c b/lib/libcrypto/gost/gostr341001_pmeth.c index 0eb1d873dea..b668761e67c 100644 --- a/lib/libcrypto/gost/gostr341001_pmeth.c +++ b/lib/libcrypto/gost/gostr341001_pmeth.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gostr341001_pmeth.c,v 1.14 2017/01/29 17:49:23 beck Exp $ */ +/* $OpenBSD: gostr341001_pmeth.c,v 1.15 2022/01/07 09:40:03 tb Exp $ */ /* * Copyright (c) 2014 Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> * Copyright (c) 2005-2006 Cryptocom LTD @@ -62,6 +62,7 @@ #include <openssl/ecdsa.h> #include <openssl/x509.h> +#include "ecs_locl.h" #include "evp_locl.h" #include "gost_locl.h" #include "gost_asn1.h" |