Searched defs:dhvalue (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-ssl-iostream/
H A Diostream-openssl-context.c121 char *dhvalue; local
123 dhvalue = t_strdup_noconst(set->dh);
124 bio = BIO_new_mem_buf(dhvalue, strlen(dhvalue));

Completed in 11 milliseconds