CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/12/15 01:47:45
Modified files:
lib/libtls : tls_keypair.c
Log message:
Fix return value variable type in tls_keypair_load_cert
ERR_peek_error() returns unsigned long.
Reported by github issue by @rozhuk-im.
ok bcook@ jsing@
