ktls / af_ktls

Linux Kernel TLS/DTLS Module
GNU General Public License v2.0
157 stars 25 forks source link

remove af_alg dep #86

Closed djwatson closed 8 years ago

djwatson commented 8 years ago

https://github.com/ktls/af_ktls/pull/84 removes the sgl af_alg calls.

This removes the completion af_alg calls, which only look useful in the context of aio, which the socket layer doesn't look like it uses.

Combined with #84 this should fix https://github.com/ktls/af_ktls/issues/27

fridex commented 8 years ago

LGTM