diff options
Diffstat (limited to 'src/lib/libcrypto/ct/ct_b64.c')
-rw-r--r-- | src/lib/libcrypto/ct/ct_b64.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ct/ct_b64.c b/src/lib/libcrypto/ct/ct_b64.c index bfc69a7da3..101cd1e2b1 100644 --- a/src/lib/libcrypto/ct/ct_b64.c +++ b/src/lib/libcrypto/ct/ct_b64.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ct_b64.c,v 1.6 2021/12/20 17:19:19 jsing Exp $ */ | 1 | /* $OpenBSD: ct_b64.c,v 1.7 2023/07/08 07:22:58 beck Exp $ */ |
2 | /* | 2 | /* |
3 | * Written by Rob Stradling (rob@comodo.com) and Stephen Henson | 3 | * Written by Rob Stradling (rob@comodo.com) and Stephen Henson |
4 | * (steve@openssl.org) for the OpenSSL project 2014. | 4 | * (steve@openssl.org) for the OpenSSL project 2014. |
@@ -180,6 +180,7 @@ SCT_new_from_base64(unsigned char version, const char *logid_base64, | |||
180 | SCT_free(sct); | 180 | SCT_free(sct); |
181 | return NULL; | 181 | return NULL; |
182 | } | 182 | } |
183 | LCRYPTO_ALIAS(SCT_new_from_base64); | ||
183 | 184 | ||
184 | /* | 185 | /* |
185 | * Allocate, build and returns a new |ct_log| from input |pkey_base64| | 186 | * Allocate, build and returns a new |ct_log| from input |pkey_base64| |
@@ -222,3 +223,4 @@ CTLOG_new_from_base64(CTLOG **ct_log, const char *pkey_base64, const char *name) | |||
222 | 223 | ||
223 | return 1; | 224 | return 1; |
224 | } | 225 | } |
226 | LCRYPTO_ALIAS(CTLOG_new_from_base64); | ||