util/incore: fix typo.
[openssl.git] / doc / ssl / SSL_SESSION_get_ex_new_index.pod
index da0bcf1590caf59f7dee4cc617f7c0161a3336e8..657cda931ff9e04b30db2dfe472b85a9941465ce 100644 (file)
@@ -15,7 +15,7 @@ SSL_SESSION_get_ex_new_index, SSL_SESSION_set_ex_data, SSL_SESSION_get_ex_data -
 
  int SSL_SESSION_set_ex_data(SSL_SESSION *session, int idx, void *arg);
 
- void *SSL_SESSION_get_ex_data(SSL_SESSION *session, int idx);
+ void *SSL_SESSION_get_ex_data(const SSL_SESSION *session, int idx);
 
  typedef int new_func(void *parent, void *ptr, CRYPTO_EX_DATA *ad,
                 int idx, long argl, void *argp);