CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2014/07/08 03:46:44

Modified files:
        lib/libssl/src/crypto/bio: b_sock.c 

Log message:
Avoid locking in BIO_get_port() by using getservbyname_r() instead of
getservbyname(). While here, provide a common/single return path.

ok deraadt@

Reply via email to