diff options
| author | tb <> | 2021-12-12 21:30:14 +0000 |
|---|---|---|
| committer | tb <> | 2021-12-12 21:30:14 +0000 |
| commit | b632ec4f99386efc52214c580c9f233748302224 (patch) | |
| tree | 68f1da62b9246ae5a21e41ac2ee05ee8307cfa6f /src/lib/libcrypto/gost | |
| parent | e6d34a52bf003f2e199023dc166779f5d25bfcff (diff) | |
| download | openbsd-b632ec4f99386efc52214c580c9f233748302224.tar.gz openbsd-b632ec4f99386efc52214c580c9f233748302224.tar.bz2 openbsd-b632ec4f99386efc52214c580c9f233748302224.zip | |
Include evp_locl.h where it will be needed once most structs from
evp.h will be moved to evp_locl.h in an upcoming bump.
ok inoguchi
Diffstat (limited to 'src/lib/libcrypto/gost')
| -rw-r--r-- | src/lib/libcrypto/gost/gost89imit_ameth.c | 3 | ||||
| -rw-r--r-- | src/lib/libcrypto/gost/gostr341001_ameth.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libcrypto/gost/gost89imit_ameth.c b/src/lib/libcrypto/gost/gost89imit_ameth.c index a2631d97f8..3fdfa3eef2 100644 --- a/src/lib/libcrypto/gost/gost89imit_ameth.c +++ b/src/lib/libcrypto/gost/gost89imit_ameth.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: gost89imit_ameth.c,v 1.2 2014/11/09 23:06:52 miod Exp $ */ | 1 | /* $OpenBSD: gost89imit_ameth.c,v 1.3 2021/12/12 21:30:14 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2014 Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 3 | * Copyright (c) 2014 Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> |
| 4 | * Copyright (c) 2005-2006 Cryptocom LTD | 4 | * Copyright (c) 2005-2006 Cryptocom LTD |
| @@ -55,6 +55,7 @@ | |||
| 55 | #include <openssl/evp.h> | 55 | #include <openssl/evp.h> |
| 56 | 56 | ||
| 57 | #include "asn1_locl.h" | 57 | #include "asn1_locl.h" |
| 58 | #include "evp_locl.h" | ||
| 58 | 59 | ||
| 59 | static void | 60 | static void |
| 60 | mackey_free_gost(EVP_PKEY *pk) | 61 | mackey_free_gost(EVP_PKEY *pk) |
diff --git a/src/lib/libcrypto/gost/gostr341001_ameth.c b/src/lib/libcrypto/gost/gostr341001_ameth.c index 294b654d4f..d4c3d8a9c7 100644 --- a/src/lib/libcrypto/gost/gostr341001_ameth.c +++ b/src/lib/libcrypto/gost/gostr341001_ameth.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: gostr341001_ameth.c,v 1.17 2021/04/20 17:16:38 tb Exp $ */ | 1 | /* $OpenBSD: gostr341001_ameth.c,v 1.18 2021/12/12 21:30:14 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2014 Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 3 | * Copyright (c) 2014 Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> |
| 4 | * Copyright (c) 2005-2006 Cryptocom LTD | 4 | * Copyright (c) 2005-2006 Cryptocom LTD |
| @@ -63,6 +63,7 @@ | |||
| 63 | 63 | ||
| 64 | 64 | ||
| 65 | #include "asn1_locl.h" | 65 | #include "asn1_locl.h" |
| 66 | #include "evp_locl.h" | ||
| 66 | #include "gost_locl.h" | 67 | #include "gost_locl.h" |
| 67 | #include "gost_asn1.h" | 68 | #include "gost_asn1.h" |
| 68 | 69 | ||
