Added missing ';' after methods in the synopsis section of pod files
[openssl.git] / doc / man3 / SSL_SESSION_set1_id.pod
index 14e27656ff04f37f64c5fab6d870e9f5f71f97f8..297e9cdacb8c207196e6091015fb4047e3fc4782 100644 (file)
@@ -11,7 +11,7 @@ SSL_SESSION_set1_id
  #include <openssl/ssl.h>
 
  const unsigned char *SSL_SESSION_get_id(const SSL_SESSION *s,
-                                         unsigned int *len)
+                                         unsigned int *len);
  int SSL_SESSION_set1_id(SSL_SESSION *s, const unsigned char *sid,
                          unsigned int sid_len);