gost needs to look into ecs_locl.h
authortb <tb@openbsd.org>
Fri, 7 Jan 2022 09:40:03 +0000 (09:40 +0000)
committertb <tb@openbsd.org>
Fri, 7 Jan 2022 09:40:03 +0000 (09:40 +0000)
lib/libcrypto/gost/gostr341001.c
lib/libcrypto/gost/gostr341001_pmeth.c

index bfbd032..a608256 100644 (file)
@@ -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 */
index 0eb1d87..b668761 100644 (file)
@@ -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"