Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
d2i_DHparams, i2d_DHparams — PKCS#3 DH parameter functionsSYNOPSIS
#include <openssl/dh.h>d2i_DHparams(DH **a, unsigned char **pp, long length);
i2d_DHparams(DH *a, unsigned char **pp);