diff options
author | 2015-09-29 10:58:51 +0000 | |
---|---|---|
committer | 2015-09-29 10:58:51 +0000 | |
commit | e1e4c63e52dea85eb7ca789fba149efc570ac56e (patch) | |
tree | a06a94077d855b0087dda28314c35b48d997cb86 /lib/libtls/tls_client.c | |
parent | get rid of the mutex between access to the status block and myx_down (diff) | |
download | wireguard-openbsd-e1e4c63e52dea85eb7ca789fba149efc570ac56e.tar.xz wireguard-openbsd-e1e4c63e52dea85eb7ca789fba149efc570ac56e.zip |
make the bpf filters a bpf_program instead of an array of bpf_insn.
bpf_program contains a pointer to that same array, but also the
number of elements in it. this allows us to know the size when we
want to free them.
ok deraadt@
Diffstat (limited to 'lib/libtls/tls_client.c')
0 files changed, 0 insertions, 0 deletions