aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2026-08-13 07:04:20 +0200
committerTheo Buehler <tb@openbsd.org>2026-08-13 07:04:20 +0200
commit19455c1957470c627bf25db7efeca8f80651fdf3 (patch)
tree0ef32dc231b954aeb9ea744719caf2eb176e68b8 /crypto/Makefile.am
parent964d95250d4e98984fcdd3c49697de703afe32cd (diff)
parent05b343edd8581d797522051f1e903063429d6601 (diff)
downloadportable-19455c1957470c627bf25db7efeca8f80651fdf3.tar.gz
portable-19455c1957470c627bf25db7efeca8f80651fdf3.tar.bz2
portable-19455c1957470c627bf25db7efeca8f80651fdf3.zip
Land #1357 - merge ftruncate shim into posix_win.c and fix it
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r--crypto/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index f703e33..7969aee 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -148,10 +148,6 @@ if !HAVE_FREEZERO
148libcompat_la_SOURCES += compat/freezero.c 148libcompat_la_SOURCES += compat/freezero.c
149endif 149endif
150 150
151if !HAVE_FTRUNCATE
152libcompat_la_SOURCES += compat/ftruncate.c
153endif
154
155if !HAVE_GETDELIM 151if !HAVE_GETDELIM
156libcompat_la_SOURCES += compat/getdelim.c 152libcompat_la_SOURCES += compat/getdelim.c
157endif 153endif