diff options
author | joshua <> | 2024-03-29 01:47:29 +0000 |
---|---|---|
committer | joshua <> | 2024-03-29 01:47:29 +0000 |
commit | 7536eba9a09ea33b8a77ea48b1384919b4c61aa2 (patch) | |
tree | 452259c0fee1c60e6a350ce598f802264c12aa68 /src/lib/libcrypto/des/enc_writ.c | |
parent | bd27f014831cffb017e8eb3be8173b37fbcc5c8c (diff) | |
download | openbsd-7536eba9a09ea33b8a77ea48b1384919b4c61aa2.tar.gz openbsd-7536eba9a09ea33b8a77ea48b1384919b4c61aa2.tar.bz2 openbsd-7536eba9a09ea33b8a77ea48b1384919b4c61aa2.zip |
Hide symbols in DES
ok jsing beck
Diffstat (limited to 'src/lib/libcrypto/des/enc_writ.c')
-rw-r--r-- | src/lib/libcrypto/des/enc_writ.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
1 | /* $OpenBSD: enc_writ.c,v 1.17 2023/07/08 07:34:34 jsing Exp $ */ | 1 | /* $OpenBSD: enc_writ.c,v 1.18 2024/03/29 01:47:29 joshua Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -165,3 +165,4 @@ DES_enc_write(int fd, const void *_buf, int len, | |||
165 | 165 | ||
166 | return (len); | 166 | return (len); |
167 | } | 167 | } |
168 | LCRYPTO_ALIAS(DES_enc_write); | ||