]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man3/BIO_set_callback.pod
add BIO_socket_wait(), BIO_wait(), and BIO_connect_retry() improving timeout support
[thirdparty/openssl.git] / doc / man3 / BIO_set_callback.pod
index 9537a2e168b9ab9de1c0fb20f497d0945a5bbe65..dd3aa7b11c2f6b89131c7c0b52dd77169fdf9dd5 100644 (file)
@@ -48,7 +48,7 @@ out information relating to each BIO operation. If the callback
 argument is set it is interpreted as a BIO to send the information
 to, otherwise stderr is used.
 
-BIO_callback_fn_ex() is the type of the callback function and BIO_callback_fn()
+BIO_callback_fn_ex is the type of the callback function and BIO_callback_fn
 is the type of the old format callback function. The meaning of each argument
 is described below: