Fix #includes in ct_sct.c
authortb <tb@openbsd.org>
Sat, 22 Jul 2023 17:02:49 +0000 (17:02 +0000)
committertb <tb@openbsd.org>
Sat, 22 Jul 2023 17:02:49 +0000 (17:02 +0000)
commitd5d65c43c8c64e1fab17ac256c1a7b76070f7b7b
tree76aab34de74222f52624cb2784d4a2db95acac74
parent06b95ca79a1974e34199b8e4d432927791f0ac25
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.
lib/libcrypto/ct/ct_sct.c