diff options
author | Ori Bernstein <ori@eigenstate.org> | 2021-12-13 02:17:02 +0000 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2021-12-13 02:17:02 +0000 |
commit | 7efbea82c63846a281db36d3854e13d3ab5498d2 (patch) | |
tree | 62d22c284ed5a788b91e4db43315ddc5913bd518 /sys/src/libc | |
parent | b4d4cf69be84b92796b5e5bd81f16999a54bff39 (diff) |
devssl, cpu, import, oexportfs: delete
SSL is implemented by devssl. It's extremely
obsolete by now, and is not used anywhere but
cpu, import, and oexportfs.
This change strips out the devssl bits, but
does not (yet) remove the code from libsec.
Diffstat (limited to 'sys/src/libc')
-rw-r--r-- | sys/src/libc/9sys/mkfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/libc/9sys/mkfile b/sys/src/libc/9sys/mkfile index fe581f14b..0371c865f 100644 --- a/sys/src/libc/9sys/mkfile +++ b/sys/src/libc/9sys/mkfile @@ -33,7 +33,6 @@ OFILES=\ postnote.$O\ privalloc.$O\ procsetname.$O\ - pushssl.$O\ pushtls.$O\ putenv.$O\ qlock.$O\ |