diff options
| author | tb <> | 2021-12-04 16:08:32 +0000 |
|---|---|---|
| committer | tb <> | 2021-12-04 16:08:32 +0000 |
| commit | 57082c28039cc632468182b73bebd65a224cbf9d (patch) | |
| tree | f715863d54b5b53f8b08263f59e57f439ae0b14b /src/lib/libcrypto/evp | |
| parent | b55825e6725e34d4de42e439e4db49afd16ed49c (diff) | |
| download | openbsd-57082c28039cc632468182b73bebd65a224cbf9d.tar.gz openbsd-57082c28039cc632468182b73bebd65a224cbf9d.tar.bz2 openbsd-57082c28039cc632468182b73bebd65a224cbf9d.zip | |
Add #include "bn_lcl.h" to the files that will soon need it.
ok inoguchi jsing
Diffstat (limited to 'src/lib/libcrypto/evp')
| -rw-r--r-- | src/lib/libcrypto/evp/pmeth_gn.c | 3 |
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 | ||
| 69 | int | 70 | int |
