From: tb Date: Fri, 7 Jan 2022 09:40:03 +0000 (+0000) Subject: gost needs to look into ecs_locl.h X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7081195d3cbd4ae6945b23b2cb4f164927fcf16e;p=openbsd gost needs to look into ecs_locl.h --- 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 * Copyright (c) 2005-2006 Cryptocom LTD @@ -59,6 +59,7 @@ #include #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 * Copyright (c) 2005-2006 Cryptocom LTD @@ -62,6 +62,7 @@ #include #include +#include "ecs_locl.h" #include "evp_locl.h" #include "gost_locl.h" #include "gost_asn1.h"