Deleted Added
full compact
CRYPTO_set_ex_data.pod (59192) CRYPTO_set_ex_data.pod (215697)
1=pod
2
3=head1 NAME
4
5CRYPTO_set_ex_data, CRYPTO_get_ex_data - internal application specific data functions
6
7=head1 SYNOPSIS
8
1=pod
2
3=head1 NAME
4
5CRYPTO_set_ex_data, CRYPTO_get_ex_data - internal application specific data functions
6
7=head1 SYNOPSIS
8
9 #include <openssl/crypto.h>
10
9 int CRYPTO_set_ex_data(CRYPTO_EX_DATA *r, int idx, void *arg);
10
11 void *CRYPTO_get_ex_data(CRYPTO_EX_DATA *r, int idx);
12
13=head1 DESCRIPTION
14
15Several OpenSSL structures can have application specific data attached to them.
16These functions are used internally by OpenSSL to manipulate application

--- 35 unchanged lines hidden ---
11 int CRYPTO_set_ex_data(CRYPTO_EX_DATA *r, int idx, void *arg);
12
13 void *CRYPTO_get_ex_data(CRYPTO_EX_DATA *r, int idx);
14
15=head1 DESCRIPTION
16
17Several OpenSSL structures can have application specific data attached to them.
18These functions are used internally by OpenSSL to manipulate application

--- 35 unchanged lines hidden ---