Skip to content

Commit

Permalink
lib-ssl-iostream: Remove unused DH members
Browse files Browse the repository at this point in the history
These are not being used anywhere.
  • Loading branch information
cmouse committed Aug 3, 2018
1 parent cd08262 commit dd63234
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib-ssl-iostream/iostream-openssl.h
Expand Up @@ -22,7 +22,6 @@ struct ssl_iostream_context {
pool_t pool;
struct ssl_iostream_settings set;

DH *dh_512, *dh_default;
int username_nid;

bool client_ctx:1;
Expand Down

0 comments on commit dd63234

Please sign in to comment.