1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-03 06:45:37 -08:00
openbsd-src/usr.sbin/npppd
tb 9974885ab0 npppd: convert to EVP_MD_CTX on heap
In the upcoming libcrypto bump, EVP_MD_CTX will become opaque, so
all EVP_MD_CTX variables will need to be moved from the stack to
the heap. This is a mechanical conversion which also switches
from EVP_Digest{Init,Final}() to their _ex() versions as suggested
by millert.

We cannot do error checking since this code is structured in
several layers of void functions. This will have to be fixed
by someone else.

ok millert
2022-01-07 07:33:35 +00:00
..
common Remove ipsec_utils.c, its headers, and the code block which use it 2021-05-22 08:29:57 +00:00
l2tp Remove ipsec_utils.c, its headers, and the code block which use it 2021-05-22 08:29:57 +00:00
npppd npppd: convert to EVP_MD_CTX on heap 2022-01-07 07:33:35 +00:00
pppoe spellings 2021-03-29 03:54:39 +00:00
pptp spellings 2021-03-29 03:54:39 +00:00
Makefile Install npppd.conf(5) with mode 0600 instead of 0640. npppd.conf(5) can 2020-06-22 09:28:04 +00:00