aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-12-19 20:24:33 +0100
committerTheo Buehler <tb@openbsd.org>2024-12-20 01:14:04 +0100
commitbf808ea0fc581f58ec4aabd9d7f24d3a5275bc7a (patch)
treeab5a678d5652e2b261a7084706a36132b6aa4f80 /.gitignore
parentc8bb0114707a17ddb2d4a7a62deef2622252a05e (diff)
downloadportable-bf808ea0fc581f58ec4aabd9d7f24d3a5275bc7a.tar.gz
portable-bf808ea0fc581f58ec4aabd9d7f24d3a5275bc7a.tar.bz2
portable-bf808ea0fc581f58ec4aabd9d7f24d3a5275bc7a.zip
Provide getdelim and getline compat shims
These are portable implementations from NetBSD that are needed on Windows and perhaps some other platforms with the new versions of the mlkem tests.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3c82386..18f99c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -237,10 +237,14 @@ include/openssl/*.h
237 237
238/crypto/* 238/crypto/*
239!/crypto/Makefile.am.* 239!/crypto/Makefile.am.*
240!/crypto/compat/
241/crypto/compat/*
240!/crypto/compat/arc4random.h 242!/crypto/compat/arc4random.h
241!/crypto/compat/b_win.c 243!/crypto/compat/b_win.c
242!/crypto/compat/explicit_bzero_win.c 244!/crypto/compat/explicit_bzero_win.c
243!/crypto/compat/freezero.c 245!/crypto/compat/freezero.c
246!/crypto/compat/getdelim.c
247!/crypto/compat/getline.c
244!/crypto/compat/getpagesize.c 248!/crypto/compat/getpagesize.c
245!/crypto/compat/posix_win.c 249!/crypto/compat/posix_win.c
246!/crypto/compat/bsd_asprintf.c 250!/crypto/compat/bsd_asprintf.c