CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/22 11:02:49
Modified files:
lib/libcrypto/ct: ct_sct.c
Log message:
Fix #includes in ct_sct.c
This does not need tls1.h (upstream used TLSEXT constants we don't have)
nor does it need evp.h. But it does need asn1.h, objects.h for STACK_OF
and NID_*, among other things and it also uses uint64_t and allocates,
so it needs stdint.h and stdlib.h.
