CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/01 20:28:20
Modified files:
lib/libcrypto/ecdh: ech_key.c
Log message:
ech_key.c: Fix includes
We need stdint.h for uintptr_t, stdlib.h for malloc, ec.h for various
things, but there's no need for objects. or sha.h.
