Skip to content
3 changes: 3 additions & 0 deletions examples/posix/wh_posix_server/user_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ extern "C" {
/** Curve25519 Options */
#define HAVE_CURVE25519

/** Ed25519 Options */
#define HAVE_ED25519

/** DH and DHE Options */
#define NO_DH
#define HAVE_DH_DEFAULT_PARAMS
Expand Down
Loading