diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2023-07-07 07:25:22 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2023-07-07 07:25:22 +0000 |
commit | a26bdf5494d834bad106471ab9f09c4561271f67 (patch) | |
tree | 4bb90e00afaa2943dd4f09ca13df74c9d99c640e /lib/libcrypto/ts/ts_rsp_print.c | |
parent | 775b243805a491c1abf4185994b28629f57eb2c8 (diff) |
Hide symbols in ts
ok jsing@
Diffstat (limited to 'lib/libcrypto/ts/ts_rsp_print.c')
-rw-r--r-- | lib/libcrypto/ts/ts_rsp_print.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libcrypto/ts/ts_rsp_print.c b/lib/libcrypto/ts/ts_rsp_print.c index cfff955cd66..c65d2266868 100644 --- a/lib/libcrypto/ts/ts_rsp_print.c +++ b/lib/libcrypto/ts/ts_rsp_print.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ts_rsp_print.c,v 1.6 2022/07/24 08:16:47 tb Exp $ */ +/* $OpenBSD: ts_rsp_print.c,v 1.7 2023/07/07 07:25:21 beck Exp $ */ /* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL * project 2002. */ @@ -95,6 +95,7 @@ TS_RESP_print_bio(BIO *bio, TS_RESP *a) return 1; } +LCRYPTO_ALIAS(TS_RESP_print_bio); int TS_STATUS_INFO_print_bio(BIO *bio, TS_STATUS_INFO *a) @@ -177,6 +178,7 @@ TS_STATUS_INFO_print_bio(BIO *bio, TS_STATUS_INFO *a) return 1; } +LCRYPTO_ALIAS(TS_STATUS_INFO_print_bio); static int TS_status_map_print(BIO *bio, struct status_map_st *a, ASN1_BIT_STRING *v) @@ -275,6 +277,7 @@ TS_TST_INFO_print_bio(BIO *bio, TS_TST_INFO *a) return 1; } +LCRYPTO_ALIAS(TS_TST_INFO_print_bio); static int TS_ACCURACY_print_bio(BIO *bio, const TS_ACCURACY *accuracy) |