Michael McConville wrote: > CVSROOT: /cvs > Module name: src > Changes by: m...@cvs.openbsd.org 2016/03/12 14:31:23 > > Modified files: > lib/libc/stdlib: hcreate.3 malloc.3 qsort.3 tsearch.3 > lib/libcrypto/man: ASN1_OBJECT_new.3 BUF_MEM_new.3 > lib/libssl/src/doc/crypto: DH_new.pod DH_set_method.pod > DSA_SIG_new.pod DSA_new.pod > DSA_set_method.pod > ERR_load_strings.pod RAND_cleanup.pod > RSA_blinding_on.pod RSA_new.pod > RSA_set_method.pod X509_new.pod > > Log message: > Remove sentences in RETURN VALUES sections saying that functions with > void return types 'return no value'. This is obvious and therefore > unneccessary to mention. > > We spare rewind(3)'s sentence because espie@ pointed out that it's a > warning - the function masks a potential error. > > This commit also adds a sentence to X509_free clarifying that it's > NULL-safe. This bit was discussed with doug@. > > ok martijn@, sentiment supported by schwarze@
was also ok jmc@