summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ts/ts_rsp_print.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/ts/ts_rsp_print.c')
-rw-r--r--src/lib/libcrypto/ts/ts_rsp_print.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ts/ts_rsp_print.c b/src/lib/libcrypto/ts/ts_rsp_print.c
index cfff955cd6..c65d226686 100644
--- a/src/lib/libcrypto/ts/ts_rsp_print.c
+++ b/src/lib/libcrypto/ts/ts_rsp_print.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ts_rsp_print.c,v 1.6 2022/07/24 08:16:47 tb Exp $ */ 1/* $OpenBSD: ts_rsp_print.c,v 1.7 2023/07/07 07:25:21 beck 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 2002. 3 * project 2002.
4 */ 4 */
@@ -95,6 +95,7 @@ TS_RESP_print_bio(BIO *bio, TS_RESP *a)
95 95
96 return 1; 96 return 1;
97} 97}
98LCRYPTO_ALIAS(TS_RESP_print_bio);
98 99
99int 100int
100TS_STATUS_INFO_print_bio(BIO *bio, TS_STATUS_INFO *a) 101TS_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)
177 178
178 return 1; 179 return 1;
179} 180}
181LCRYPTO_ALIAS(TS_STATUS_INFO_print_bio);
180 182
181static int 183static int
182TS_status_map_print(BIO *bio, struct status_map_st *a, ASN1_BIT_STRING *v) 184TS_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)
275 277
276 return 1; 278 return 1;
277} 279}
280LCRYPTO_ALIAS(TS_TST_INFO_print_bio);
278 281
279static int 282static int
280TS_ACCURACY_print_bio(BIO *bio, const TS_ACCURACY *accuracy) 283TS_ACCURACY_print_bio(BIO *bio, const TS_ACCURACY *accuracy)