From 7536eba9a09ea33b8a77ea48b1384919b4c61aa2 Mon Sep 17 00:00:00 2001 From: joshua <> Date: Fri, 29 Mar 2024 01:47:29 +0000 Subject: Hide symbols in DES ok jsing beck --- src/lib/libcrypto/des/enc_writ.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/des/enc_writ.c') diff --git a/src/lib/libcrypto/des/enc_writ.c b/src/lib/libcrypto/des/enc_writ.c index 3def8a8d73..39c6139360 100644 --- a/src/lib/libcrypto/des/enc_writ.c +++ b/src/lib/libcrypto/des/enc_writ.c @@ -1,4 +1,4 @@ -/* $OpenBSD: enc_writ.c,v 1.17 2023/07/08 07:34:34 jsing Exp $ */ +/* $OpenBSD: enc_writ.c,v 1.18 2024/03/29 01:47:29 joshua Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -165,3 +165,4 @@ DES_enc_write(int fd, const void *_buf, int len, return (len); } +LCRYPTO_ALIAS(DES_enc_write); -- cgit v1.2.3-55-g6feb