CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/03/02 04:44:48
Modified files: lib/libssl : Symbols.list s3_lib.c ssl.h tls1.h lib/libssl/hidden/openssl: tls1.h Log message: Export SSL_get_{peer_,}signature_type_nid() Also move the prototypes to the correct header. Oversight reported by Frank Lichtenheld, thanks! Fixes https://github.com/libressl/openbsd/issues/147 ok jsing