diff options
Diffstat (limited to 'lib/libcrypto/bio/bss_log.c')
-rw-r--r-- | lib/libcrypto/bio/bss_log.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/bio/bss_log.c b/lib/libcrypto/bio/bss_log.c index 296c87ff898..9e2e8826462 100644 --- a/lib/libcrypto/bio/bss_log.c +++ b/lib/libcrypto/bio/bss_log.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bss_log.c,v 1.23 2022/01/07 09:02:17 tb Exp $ */ +/* $OpenBSD: bss_log.c,v 1.24 2023/07/05 21:23:37 beck Exp $ */ /* ==================================================================== * Copyright (c) 1999 The OpenSSL Project. All rights reserved. * @@ -98,6 +98,7 @@ BIO_s_log(void) { return (&methods_slg); } +LCRYPTO_ALIAS(BIO_s_log); static int slg_new(BIO *bi) |