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.h | |
| 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.h')
| -rw-r--r-- | src/lib/libcrypto/ts/ts.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/ts/ts.h b/src/lib/libcrypto/ts/ts.h index a7d0131e2d..6021a309f7 100644 --- a/src/lib/libcrypto/ts/ts.h +++ b/src/lib/libcrypto/ts/ts.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ts.h,v 1.20 2023/04/16 08:31:54 tb Exp $ */ | 1 | /* $OpenBSD: ts.h,v 1.21 2023/04/25 17:52:54 tb Exp $ */ |
| 2 | /* Written by Zoltan Glozik (zglozik@opentsa.org) for the OpenSSL | 2 | /* Written by Zoltan Glozik (zglozik@opentsa.org) for the OpenSSL |
| 3 | * project 2002, 2003, 2004. | 3 | * project 2002, 2003, 2004. |
| 4 | */ | 4 | */ |
| @@ -487,9 +487,6 @@ int TS_RESP_verify_token(TS_VERIFY_CTX *ctx, PKCS7 *token); | |||
| 487 | 487 | ||
| 488 | /* Set all fields to zero. */ | 488 | /* Set all fields to zero. */ |
| 489 | TS_VERIFY_CTX *TS_VERIFY_CTX_new(void); | 489 | TS_VERIFY_CTX *TS_VERIFY_CTX_new(void); |
| 490 | #if !defined(LIBRESSL_NEXT_API) || defined(LIBRESSL_INTERNAL) | ||
| 491 | void TS_VERIFY_CTX_init(TS_VERIFY_CTX *ctx); | ||
| 492 | #endif | ||
| 493 | void TS_VERIFY_CTX_free(TS_VERIFY_CTX *ctx); | 490 | void TS_VERIFY_CTX_free(TS_VERIFY_CTX *ctx); |
| 494 | void TS_VERIFY_CTX_cleanup(TS_VERIFY_CTX *ctx); | 491 | void TS_VERIFY_CTX_cleanup(TS_VERIFY_CTX *ctx); |
| 495 | 492 | ||
