diff options
author | beck <> | 2023-07-07 07:25:21 +0000 |
---|---|---|
committer | beck <> | 2023-07-07 07:25:21 +0000 |
commit | f7311fa38af140970fbce9879df494c74cf88bbe (patch) | |
tree | 03f67cd10b025f5ce0904de547993e7926649551 /src/lib/libcrypto/ts/ts_req_print.c | |
parent | 87bbb7970b95630cb663ed01ef2de6f7c27882b1 (diff) | |
download | openbsd-f7311fa38af140970fbce9879df494c74cf88bbe.tar.gz openbsd-f7311fa38af140970fbce9879df494c74cf88bbe.tar.bz2 openbsd-f7311fa38af140970fbce9879df494c74cf88bbe.zip |
Hide symbols in ts
ok jsing@
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); | ||