diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/ts/ts_lib.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ts/ts_lib.c b/src/lib/libcrypto/ts/ts_lib.c index ae715fb6c9..1e94922aa1 100644 --- a/src/lib/libcrypto/ts/ts_lib.c +++ b/src/lib/libcrypto/ts/ts_lib.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ts_lib.c,v 1.13 2022/11/26 16:08:54 tb Exp $ */ | 1 | /* $OpenBSD: ts_lib.c,v 1.14 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 | */ |
| @@ -89,6 +89,7 @@ TS_ASN1_INTEGER_print_bio(BIO *bio, const ASN1_INTEGER *num) | |||
| 89 | 89 | ||
| 90 | return result; | 90 | return result; |
| 91 | } | 91 | } |
| 92 | LCRYPTO_ALIAS(TS_ASN1_INTEGER_print_bio); | ||
| 92 | 93 | ||
| 93 | int | 94 | int |
| 94 | TS_OBJ_print_bio(BIO *bio, const ASN1_OBJECT *obj) | 95 | TS_OBJ_print_bio(BIO *bio, const ASN1_OBJECT *obj) |
| @@ -102,6 +103,7 @@ TS_OBJ_print_bio(BIO *bio, const ASN1_OBJECT *obj) | |||
| 102 | BIO_write(bio, "\n", 1); | 103 | BIO_write(bio, "\n", 1); |
| 103 | return 1; | 104 | return 1; |
| 104 | } | 105 | } |
| 106 | LCRYPTO_ALIAS(TS_OBJ_print_bio); | ||
| 105 | 107 | ||
| 106 | int | 108 | int |
| 107 | TS_ext_print_bio(BIO *bio, const STACK_OF(X509_EXTENSION) *extensions) | 109 | TS_ext_print_bio(BIO *bio, const STACK_OF(X509_EXTENSION) *extensions) |
| @@ -127,6 +129,7 @@ TS_ext_print_bio(BIO *bio, const STACK_OF(X509_EXTENSION) *extensions) | |||
| 127 | 129 | ||
| 128 | return 1; | 130 | return 1; |
| 129 | } | 131 | } |
| 132 | LCRYPTO_ALIAS(TS_ext_print_bio); | ||
| 130 | 133 | ||
| 131 | int | 134 | int |
| 132 | TS_X509_ALGOR_print_bio(BIO *bio, const X509_ALGOR *alg) | 135 | TS_X509_ALGOR_print_bio(BIO *bio, const X509_ALGOR *alg) |
| @@ -136,6 +139,7 @@ TS_X509_ALGOR_print_bio(BIO *bio, const X509_ALGOR *alg) | |||
| 136 | return BIO_printf(bio, "Hash Algorithm: %s\n", | 139 | return BIO_printf(bio, "Hash Algorithm: %s\n", |
| 137 | (i == NID_undef) ? "UNKNOWN" : OBJ_nid2ln(i)); | 140 | (i == NID_undef) ? "UNKNOWN" : OBJ_nid2ln(i)); |
| 138 | } | 141 | } |
| 142 | LCRYPTO_ALIAS(TS_X509_ALGOR_print_bio); | ||
| 139 | 143 | ||
| 140 | int | 144 | int |
| 141 | TS_MSG_IMPRINT_print_bio(BIO *bio, TS_MSG_IMPRINT *a) | 145 | TS_MSG_IMPRINT_print_bio(BIO *bio, TS_MSG_IMPRINT *a) |
| @@ -151,3 +155,4 @@ TS_MSG_IMPRINT_print_bio(BIO *bio, TS_MSG_IMPRINT *a) | |||
| 151 | 155 | ||
| 152 | return 1; | 156 | return 1; |
| 153 | } | 157 | } |
| 158 | LCRYPTO_ALIAS(TS_MSG_IMPRINT_print_bio); | ||
