Fix typo in HKDF example documentation
[openssl.git] / doc / man3 / SSL_CTX_set_cert_cb.pod
index 87e1b78b2ae8c7101fa763bcc514d5883144f99d..d14b9ebe5c121cdda08feb8249a157b07ab2aeb2 100644 (file)
@@ -8,7 +8,8 @@ SSL_CTX_set_cert_cb, SSL_set_cert_cb - handle certificate callback function
 
  #include <openssl/ssl.h>
 
- void SSL_CTX_set_cert_cb(SSL_CTX *c, int (*cert_cb)(SSL *ssl, void *arg), void *arg);
+ void SSL_CTX_set_cert_cb(SSL_CTX *c, int (*cert_cb)(SSL *ssl, void *arg),
+                          void *arg);
  void SSL_set_cert_cb(SSL *s, int (*cert_cb)(SSL *ssl, void *arg), void *arg);
 
  int (*cert_cb)(SSL *ssl, void *arg);