diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-01-07 07:33:36 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-01-07 07:33:36 +0000 |
commit | 7c2b8683083eb9e0c25aee7d361100e30da010a5 (patch) | |
tree | 881ac516d4b6f448ffd42b6de7d144d4a491d3ce /lib/libcrypto/bio/bss_sock.c | |
parent | f5313a127a742b637e4a0bff2a0c3610ae71d1e0 (diff) |
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
Diffstat (limited to 'lib/libcrypto/bio/bss_sock.c')
0 files changed, 0 insertions, 0 deletions