summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/reallocarray.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-11-11Change the return value of tls_config_set_protocols() andjsing3-12/+18
tls_config_set_verify_depth() from void to int. This makes them consistent with all other tls_config_set_* functions and will allow for call time validation to be implemented. Rides libtls major bump. ok beck@
2016-11-11Disable ec assembly for amd64 pending fixes for ssh, and bumpbeck4-10/+10
majors appropriately
2016-11-11add copyright and licenseschwarze1-3/+52
and change the reference to BIO_set_flags() from .Fn to .Xr: we do have that function and we should import the manual
2016-11-11add Copyright and license,schwarze1-5/+53
simplify the BIO_callback_ctrl() prototype, and change .Fn to .Xr for two functions documented elsewhere
2016-11-11add Copyright and licenseschwarze1-4/+51
and delete useless and incorrect sentence "None of the functions presented here return any value."
2016-11-11import ASN1_TYPE_get(3) from OpenSSL,schwarze2-1/+213
deleting ASN1_TYPE_unpack_sequence() and ASN1_TYPE_pack_sequence() which we don't have
2016-11-10minor cleanup;jmc1-6/+6