CVSROOT: /cvs Module name: ports Changes by: [email protected] 2021/11/17 07:13:10
Modified files:
security/ctunnel: Makefile
Added files:
security/ctunnel/patches: patch-src_crypto_c
Log message:
net/ctunnel: avoid upcoming build failure by using EVP_CIPHER_CTX_new()
instead of a naked calloc(). The better fix would be a update to 0.8;
in the interim land this.
ok pea (maintainer)
