Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-07-22 | Fix #includes in ct_sct.c | tb | 1 | -5/+7 | |
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. |