2000-01-22 20:05:23 +00:00
|
|
|
=pod
|
|
|
|
|
|
|
|
=head1 NAME
|
|
|
|
|
|
|
|
d2i_DHparams, i2d_DHparams - ...
|
|
|
|
|
|
|
|
=head1 SYNOPSIS
|
|
|
|
|
2000-01-27 01:25:31 +00:00
|
|
|
#include <openssl/dh.h>
|
2000-01-22 20:05:23 +00:00
|
|
|
|
|
|
|
DH *d2i_DHparams(DH **a, unsigned char **pp, long length);
|
|
|
|
int i2d_DHparams(DH *a, unsigned char **pp);
|
|
|
|
|
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
|
|
|
...
|
|
|
|
|
|
|
|
=head1 RETURN VALUES
|
|
|
|
|
|
|
|
...
|
|
|
|
|
|
|
|
=head1 SEE ALSO
|
|
|
|
|
|
|
|
...
|
|
|
|
|
|
|
|
=head1 HISTORY
|
|
|
|
|
|
|
|
...
|
|
|
|
|
|
|
|
=cut
|