patch-xioopts_c 707 B

1234567891011121314151617181920
  1. $OpenBSD: patch-xioopts_c,v 1.2 2015/04/13 14:43:28 jasper Exp $
  2. --- xioopts.c.orig Sat Jan 24 11:15:22 2015
  3. +++ xioopts.c Mon Apr 13 14:58:09 2015
  4. @@ -412,7 +412,6 @@ const struct optname optionnames[] = {
  5. #ifdef ECHOPRT
  6. IF_TERMIOS("echoprt", &opt_echoprt)
  7. #endif
  8. - IF_OPENSSL("egd", &opt_openssl_egd)
  9. IF_ANY ("end-close", &opt_end_close)
  10. IF_TERMIOS("eof", &opt_veof)
  11. IF_TERMIOS("eol", &opt_veol)
  12. @@ -1102,7 +1101,6 @@ const struct optname optionnames[] = {
  13. IF_OPENSSL("openssl-compress", &opt_openssl_compress)
  14. #endif
  15. IF_OPENSSL("openssl-dhparam", &opt_openssl_dhparam)
  16. - IF_OPENSSL("openssl-egd", &opt_openssl_egd)
  17. #if WITH_FIPS
  18. IF_OPENSSL("openssl-fips", &opt_openssl_fips)
  19. #endif