diff options
Diffstat (limited to '')
-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) |