diff options
Diffstat (limited to 'src/lib/libcrypto/ts/ts_req_print.c')
-rw-r--r-- | src/lib/libcrypto/ts/ts_req_print.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ts/ts_req_print.c b/src/lib/libcrypto/ts/ts_req_print.c index 64a8133a58..ddcdda97a3 100644 --- a/src/lib/libcrypto/ts/ts_req_print.c +++ b/src/lib/libcrypto/ts/ts_req_print.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ts_req_print.c,v 1.4 2014/07/11 08:44:49 jsing Exp $ */ | 1 | /* $OpenBSD: ts_req_print.c,v 1.5 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 | */ |
@@ -102,3 +102,4 @@ TS_REQ_print_bio(BIO *bio, TS_REQ *a) | |||
102 | 102 | ||
103 | return 1; | 103 | return 1; |
104 | } | 104 | } |
105 | LCRYPTO_ALIAS(TS_REQ_print_bio); | ||