diff options
Diffstat (limited to 'src/lib/libcrypto/ts/ts_rsp_print.c')
| -rw-r--r-- | src/lib/libcrypto/ts/ts_rsp_print.c | 5 |
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 | } |
| 98 | LCRYPTO_ALIAS(TS_RESP_print_bio); | ||
| 98 | 99 | ||
| 99 | int | 100 | int |
| 100 | TS_STATUS_INFO_print_bio(BIO *bio, TS_STATUS_INFO *a) | 101 | 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) | |||
| 177 | 178 | ||
| 178 | return 1; | 179 | return 1; |
| 179 | } | 180 | } |
| 181 | LCRYPTO_ALIAS(TS_STATUS_INFO_print_bio); | ||
| 180 | 182 | ||
| 181 | static int | 183 | static int |
| 182 | TS_status_map_print(BIO *bio, struct status_map_st *a, ASN1_BIT_STRING *v) | 184 | 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) | |||
| 275 | 277 | ||
| 276 | return 1; | 278 | return 1; |
| 277 | } | 279 | } |
| 280 | LCRYPTO_ALIAS(TS_TST_INFO_print_bio); | ||
| 278 | 281 | ||
| 279 | static int | 282 | static int |
| 280 | TS_ACCURACY_print_bio(BIO *bio, const TS_ACCURACY *accuracy) | 283 | TS_ACCURACY_print_bio(BIO *bio, const TS_ACCURACY *accuracy) |
