aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-01-17 13:53:08 +0000
committerOmar Polo <op@omarpolo.com>2021-01-17 13:53:08 +0000
commit5f564d23e9ea96fd6565ee4099fba6c31b71567e (patch)
tree349efbd6236e0838997797f361603c2e693b9d75 /README.md
parent65fba1d570390381f99396a547094f8b33f26ebf (diff)
mention libretls
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0bcaa14..e9cb7fa 100644
--- a/README.md
+++ b/README.md
@@ -32,9 +32,9 @@ mind: on Linux, FreeBSD and OpenBSD is sandboxed via `seccomp(2)`,
## Building
-gmid depends on a POSIX libc and libtls (part of LibreSSL). It can
-probably be linked against libretls, but I've never tried. At build
-time, flex and yacc (or GNU bison) are also needed.
+gmid depends on a POSIX libc and libtls (provided either by LibreSSL
+or libretls). At build time, flex and yacc (or GNU bison) are also
+needed.
The build is as simple as