diff options
| author | tb <> | 2022-07-24 08:16:47 +0000 |
|---|---|---|
| committer | tb <> | 2022-07-24 08:16:47 +0000 |
| commit | 2fafe1cde355b3cfbb3b49badb99d5597b3f3fa5 (patch) | |
| tree | d4b5a641a1e684361d921596482872ed4f79e586 /src/lib/libcrypto/ts/ts_verify_ctx.c | |
| parent | b9334d33de10f785516e0aa5ef42152c1d14181a (diff) | |
| download | openbsd-2fafe1cde355b3cfbb3b49badb99d5597b3f3fa5.tar.gz openbsd-2fafe1cde355b3cfbb3b49badb99d5597b3f3fa5.tar.bz2 openbsd-2fafe1cde355b3cfbb3b49badb99d5597b3f3fa5.zip | |
Start making ts opaque
Move the not yet exposed EssCertIDv2 struct internals to ts_local.h and move
the ASN.1 function prototypes that we don't want to expose with them.
Include ts_local.h where necessary or where it will be needed soon.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/ts/ts_verify_ctx.c')
| -rw-r--r-- | src/lib/libcrypto/ts/ts_verify_ctx.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ts/ts_verify_ctx.c b/src/lib/libcrypto/ts/ts_verify_ctx.c index 7608a7d109..83ef54a894 100644 --- a/src/lib/libcrypto/ts/ts_verify_ctx.c +++ b/src/lib/libcrypto/ts/ts_verify_ctx.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ts_verify_ctx.c,v 1.9 2017/01/29 17:49:23 beck Exp $ */ | 1 | /* $OpenBSD: ts_verify_ctx.c,v 1.10 2022/07/24 08:16:47 tb Exp $ */ |
| 2 | /* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL | 2 | /* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL |
| 3 | * project 2003. | 3 | * project 2003. |
| 4 | */ | 4 | */ |
| @@ -62,6 +62,8 @@ | |||
| 62 | #include <openssl/objects.h> | 62 | #include <openssl/objects.h> |
| 63 | #include <openssl/ts.h> | 63 | #include <openssl/ts.h> |
| 64 | 64 | ||
| 65 | #include "ts_local.h" | ||
| 66 | |||
| 65 | TS_VERIFY_CTX * | 67 | TS_VERIFY_CTX * |
| 66 | TS_VERIFY_CTX_new(void) | 68 | TS_VERIFY_CTX_new(void) |
| 67 | { | 69 | { |
