summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/pmeth_gn.c
diff options
context:
space:
mode:
authortb <>2021-12-04 16:08:32 +0000
committertb <>2021-12-04 16:08:32 +0000
commita75a07c9d53bf7f5f7c73650fec4ba578b806405 (patch)
treef715863d54b5b53f8b08263f59e57f439ae0b14b /src/lib/libcrypto/evp/pmeth_gn.c
parent76931b287b8254b40aa7ca868c21aaada115121e (diff)
downloadopenbsd-a75a07c9d53bf7f5f7c73650fec4ba578b806405.tar.gz
openbsd-a75a07c9d53bf7f5f7c73650fec4ba578b806405.tar.bz2
openbsd-a75a07c9d53bf7f5f7c73650fec4ba578b806405.zip
Add #include "bn_lcl.h" to the files that will soon need it.
ok inoguchi jsing
Diffstat (limited to 'src/lib/libcrypto/evp/pmeth_gn.c')
-rw-r--r--src/lib/libcrypto/evp/pmeth_gn.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/evp/pmeth_gn.c b/src/lib/libcrypto/evp/pmeth_gn.c
index 7f5311aff9..066291b800 100644
--- a/src/lib/libcrypto/evp/pmeth_gn.c
+++ b/src/lib/libcrypto/evp/pmeth_gn.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: pmeth_gn.c,v 1.7 2021/11/18 18:05:27 tb Exp $ */ 1/* $OpenBSD: pmeth_gn.c,v 1.8 2021/12/04 16:08:32 tb Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project 2006. 3 * project 2006.
4 */ 4 */
@@ -64,6 +64,7 @@
64#include <openssl/evp.h> 64#include <openssl/evp.h>
65#include <openssl/objects.h> 65#include <openssl/objects.h>
66 66
67#include "bn_lcl.h"
67#include "evp_locl.h" 68#include "evp_locl.h"
68 69
69int 70int