]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
update URL
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Thu, 24 Jan 2019 17:50:25 +0000 (17:50 +0000)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Thu, 24 Jan 2019 17:51:01 +0000 (17:51 +0000)
src/lib/tls/session.c

index 9d204dac58376737555bbe5eb2458d4e702d7282..a7c54370572ee556dd31473da5b1eb4ad330b71e 100644 (file)
@@ -440,7 +440,7 @@ unsigned int tls_session_psk_server_cb(SSL *ssl, const char *identity,
  *
  * @param[in] ssl      session.
  * @param[in] where    Which context the callback is being called in.
- *                     See https://www.openssl.org/docs/manmaster/ssl/SSL_CTX_set_info_callback.html
+ *                     See https://www.openssl.org/docs/manmaster/man3/SSL_CTX_set_info_callback.html
  *                     for additional info.
  * @param[in] ret      0 if an error occurred, or the alert type if an alert was received.
  */