CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/06/11 10:35:25
Modified files:
lib/libtls : tls_signer.c
Log message:
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@
