Hi Martin,

Martin Vahlensieck wrote on Sun, Mar 29, 2020 at 01:51:58AM +0100:

> I found some more.

Thanks, committed, also including in lh_stats(3).
  Ingo


> Index: libcrypto/man/RC4.3
> ===================================================================
> RCS file: /cvs/src/lib/libcrypto/man/RC4.3,v
> retrieving revision 1.7
> diff -u -p -r1.7 RC4.3
> --- libcrypto/man/RC4.3       6 Jun 2019 01:06:59 -0000       1.7
> +++ libcrypto/man/RC4.3       29 Mar 2020 00:48:17 -0000
> @@ -112,11 +112,6 @@ yield a continuous key stream.
>  Since RC4 is a stream cipher (the input is XOR'ed with a pseudo-random
>  key stream to produce the output), decryption uses the same function
>  calls as encryption.
> -.Sh RETURN VALUES
> -.Fn RC4_set_key
> -and
> -.Fn RC4
> -do not return values.
>  .Sh SEE ALSO
>  .Xr blowfish 3 ,
>  .Xr EVP_EncryptInit 3 ,
> Index: libcrypto/man/X509_STORE_CTX_set_verify_cb.3
> ===================================================================
> RCS file: /cvs/src/lib/libcrypto/man/X509_STORE_CTX_set_verify_cb.3,v
> retrieving revision 1.4
> diff -u -p -r1.4 X509_STORE_CTX_set_verify_cb.3
> --- libcrypto/man/X509_STORE_CTX_set_verify_cb.3      22 Mar 2018 17:38:08 
> -0000      1.4
> +++ libcrypto/man/X509_STORE_CTX_set_verify_cb.3      29 Mar 2020 00:48:17 
> -0000
> @@ -108,9 +108,6 @@ In some cases (such as S/MIME verificati
>  structure is created and destroyed internally and the only way to set a
>  custom verification callback is by inheriting it from the associated
>  .Vt X509_STORE .
> -.Sh RETURN VALUES
> -.Fn X509_STORE_CTX_set_verify_cb
> -does not return a value.
>  .Sh EXAMPLES
>  Default callback operation:
>  .Bd -literal
> Index: libcrypto/man/X509_STORE_set_verify_cb_func.3
> ===================================================================
> RCS file: /cvs/src/lib/libcrypto/man/X509_STORE_set_verify_cb_func.3,v
> retrieving revision 1.8
> diff -u -p -r1.8 X509_STORE_set_verify_cb_func.3
> --- libcrypto/man/X509_STORE_set_verify_cb_func.3     27 Mar 2018 17:35:50 
> -0000      1.8
> +++ libcrypto/man/X509_STORE_set_verify_cb_func.3     29 Mar 2020 00:48:17 
> -0000
> @@ -86,11 +86,6 @@ structure when it is initialized.
>  This can be used to set the verification callback when the
>  .Vt X509_STORE_CTX
>  is otherwise inaccessible (for example during S/MIME verification).
> -.Sh RETURN VALUES
> -.Fn X509_STORE_set_verify_cb
> -and
> -.Fn X509_STORE_set_verify_cb_func
> -do not return a value.
>  .Sh SEE ALSO
>  .Xr X509_STORE_CTX_set_verify_cb 3 ,
>  .Xr X509_STORE_new 3
> Index: libssl/man/SSL_set_verify_result.3
> ===================================================================
> RCS file: /cvs/src/lib/libssl/man/SSL_set_verify_result.3,v
> retrieving revision 1.4
> diff -u -p -r1.4 SSL_set_verify_result.3
> --- libssl/man/SSL_set_verify_result.3        27 Mar 2018 17:35:50 -0000      
> 1.4
> +++ libssl/man/SSL_set_verify_result.3        29 Mar 2020 00:48:17 -0000
> @@ -79,9 +79,6 @@ The valid codes for
>  .Fa verify_result
>  are documented in
>  .Xr openssl 1 .
> -.Sh RETURN VALUES
> -.Fn SSL_set_verify_result
> -does not provide a return value.
>  .Sh SEE ALSO
>  .Xr openssl 1 ,
>  .Xr ssl 3 ,

Reply via email to