NAME
DHgetexnewindex, DHsetexdata, DHgetexdata - add application
specific data to DH structuresSYNOPSIS
#include
int DHgetexnewindex(long argl, void *argp, CRYPTOEXnew *newfunc, CRYPTOEXdup *dupfunc, CRYPTOEXfree *freefunc); int DHsetexdata(DH *d, int idx, void *arg); char *DHgetexdata(DH *d, int idx);DESCRIPTION
These functions handle application specific data in DH structures. Their usage is identical to that of RSAgetexnewindex(), RSAsetexdata() and RSAgetexdata() as described in RSAgetexnewindex(3).SEE ALSO
RSAgetexnewindex(3), dh(3) HISTORY DHgetexnewindex(), DHsetexdata() and DHgetexdata() are available since OpenSSL 0.9.5.0.9.7l 2002-07-10 DHgetexnewindex(3)