20 lines
706 B
Text
20 lines
706 B
Text
|
$OpenBSD: patch-xioopts_c,v 1.1 2014/04/24 15:17:08 sthen Exp $
|
||
|
--- xioopts.c.orig Sun Mar 9 14:51:39 2014
|
||
|
+++ xioopts.c Sat Apr 19 15:43:29 2014
|
||
|
@@ -409,7 +409,6 @@ const struct optname optionnames[] = {
|
||
|
#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)
|
||
|
@@ -1098,7 +1097,6 @@ const struct optname optionnames[] = {
|
||
|
IF_OPENSSL("openssl-compress", &opt_openssl_compress)
|
||
|
#endif
|
||
|
IF_OPENSSL("openssl-dhparam", &opt_openssl_dhparam)
|
||
|
- IF_OPENSSL("openssl-egd", &opt_openssl_egd)
|
||
|
#if WITH_FIPS
|
||
|
IF_OPENSSL("openssl-fips", &opt_openssl_fips)
|
||
|
#endif
|