sync includes in tls_signer.c
authorop <op@openbsd.org>
Tue, 11 Jun 2024 16:35:24 +0000 (16:35 +0000)
committerop <op@openbsd.org>
Tue, 11 Jun 2024 16:35:24 +0000 (16:35 +0000)
commit8e652f1740c86323e13ef461f7c5ec9d380cb333
tree1fece86edba88b0ae0c8dd1c42a7aabfbff32a2b
parentc12b402c8dd2f66f27ca84b641e384f8ed5a4349
sync includes in tls_signer.c

pthread -> mutex
stdint -> uint8_t
stdio.h -> asprintf
stdlib.h -> calloc
string.h -> memcpy

ecdsa -> ECDSA_METHOD leftover, remove
ec -> EC_KEY
evp -> EVP_PKEY
pem -> PEM_read_bio_X509
x509 -> X509

90% of the diff is from tb@, I only spotted the missing string.h :)

ok tb@
lib/libtls/tls_signer.c