From d692c27f466b0683d4f7dd5f72058e64e04f0cd4 Mon Sep 17 00:00:00 2001 From: mmcc <> Date: Sat, 12 Mar 2016 21:31:22 +0000 Subject: 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@ --- src/lib/libcrypto/doc/DH_set_method.pod | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib/libcrypto/doc/DH_set_method.pod') diff --git a/src/lib/libcrypto/doc/DH_set_method.pod b/src/lib/libcrypto/doc/DH_set_method.pod index 2a4c2735cb..d82fe7377a 100644 --- a/src/lib/libcrypto/doc/DH_set_method.pod +++ b/src/lib/libcrypto/doc/DH_set_method.pod @@ -89,8 +89,6 @@ DH_set_default_method() is used. DH_OpenSSL() and DH_get_default_method() return pointers to the respective Bs. -DH_set_default_method() returns no value. - DH_set_method() returns non-zero if the provided B was successfully set as the method for B (including unloading the ENGINE handle if the previous method was supplied by an ENGINE). -- cgit v1.2.3-55-g6feb