19 lines
513 B
Diff
19 lines
513 B
Diff
--- xioopts.c.orig
|
|
+++ xioopts.c
|
|
@@ -413,7 +413,6 @@
|
|
#ifdef ECHOPRT
|
|
IF_TERMIOS("echoprt", &opt_echoprt)
|
|
#endif
|
|
- IF_OPENSSL("egd", &opt_openssl_egd)
|
|
IF_ANY ("end-close", &opt_end_close)
|
|
IF_TERMIOS("eof", &opt_veof)
|
|
IF_TERMIOS("eol", &opt_veol)
|
|
@@ -1104,7 +1103,6 @@
|
|
#endif
|
|
IF_OPENSSL("openssl-dhparam", &opt_openssl_dhparam)
|
|
IF_OPENSSL("openssl-dhparams", &opt_openssl_dhparam)
|
|
- IF_OPENSSL("openssl-egd", &opt_openssl_egd)
|
|
#if WITH_FIPS
|
|
IF_OPENSSL("openssl-fips", &opt_openssl_fips)
|
|
#endif
|