diff options
| author | tb <> | 2023-04-25 17:52:54 +0000 |
|---|---|---|
| committer | tb <> | 2023-04-25 17:52:54 +0000 |
| commit | ad8e5cf00f379430d2f0b02a2a3f2d39ad4093cb (patch) | |
| tree | 1be7feda66d288d739314a29c9374897df43917a /src/lib/libcrypto/ts/ts_verify_ctx.c | |
| parent | 73801d916399112cd98e764eed5d739f168d2a8f (diff) | |
| download | openbsd-ad8e5cf00f379430d2f0b02a2a3f2d39ad4093cb.tar.gz openbsd-ad8e5cf00f379430d2f0b02a2a3f2d39ad4093cb.tar.bz2 openbsd-ad8e5cf00f379430d2f0b02a2a3f2d39ad4093cb.zip | |
Remove TS_VERIFY_CTX_init()
Diffstat (limited to 'src/lib/libcrypto/ts/ts_verify_ctx.c')
| -rw-r--r-- | src/lib/libcrypto/ts/ts_verify_ctx.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/libcrypto/ts/ts_verify_ctx.c b/src/lib/libcrypto/ts/ts_verify_ctx.c index 2a3b1c316d..a7b90f9e4c 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.12 2023/03/31 17:47:39 tb Exp $ */ | 1 | /* $OpenBSD: ts_verify_ctx.c,v 1.13 2023/04/25 17:52:54 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 | */ |
| @@ -76,12 +76,6 @@ TS_VERIFY_CTX_new(void) | |||
| 76 | } | 76 | } |
| 77 | 77 | ||
| 78 | void | 78 | void |
| 79 | TS_VERIFY_CTX_init(TS_VERIFY_CTX *ctx) | ||
| 80 | { | ||
| 81 | memset(ctx, 0, sizeof(TS_VERIFY_CTX)); | ||
| 82 | } | ||
| 83 | |||
| 84 | void | ||
| 85 | TS_VERIFY_CTX_free(TS_VERIFY_CTX *ctx) | 79 | TS_VERIFY_CTX_free(TS_VERIFY_CTX *ctx) |
| 86 | { | 80 | { |
| 87 | if (!ctx) | 81 | if (!ctx) |
