~ubuntu-branches/ubuntu/maverick/openssl/maverick

« back to all changes in this revision

Viewing changes to doc/ssl/SSL_CTX_get_ex_new_index.pod

  • Committer: Bazaar Package Importer
  • Author(s): Kurt Roeckx
  • Date: 2005-12-13 21:37:42 UTC
  • mto: (11.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20051213213742-d0ydaylf80l16bj1
Tags: upstream-0.9.8a
ImportĀ upstreamĀ versionĀ 0.9.8a

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
 int SSL_CTX_set_ex_data(SSL_CTX *ctx, int idx, void *arg);
17
17
 
18
 
 void *SSL_CTX_get_ex_data(SSL_CTX *ctx, int idx);
 
18
 void *SSL_CTX_get_ex_data(const SSL_CTX *ctx, int idx);
19
19
 
20
20
 typedef int new_func(void *parent, void *ptr, CRYPTO_EX_DATA *ad,
21
21
                int idx, long argl, void *argp);