1. 05 7月, 2001 1 次提交
  2. 24 6月, 2001 1 次提交
    • R
      Do not loop i the OpenSSL UI method any more. Instead, letthe · b589977b
      Richard Levitte 提交于
      application do that.
      
      NOTE: there's no requirement for other UI_METHODs to avoid this kind
      of loop.  For example, a GUI UI_METHOD would probably check the
      lengths of the answers from within instead of being constantly
      redisplayed for everything that is wrong.
      b589977b
  3. 19 6月, 2001 1 次提交
  4. 11 6月, 2001 2 次提交
  5. 17 5月, 2001 1 次提交
    • D
      Fix for new UI functions under Win32. · b49a5b2d
      Dr. Stephen Henson 提交于
      For some unknown reason fopen("con", "w") is the
      only way to make this work. Using "r+" and "w+"
      causes the fopen call to fail and the fallback
      (using stdin) doesn't work because writing to stdin
      fails.
      b49a5b2d
  6. 12 5月, 2001 1 次提交
  7. 11 5月, 2001 1 次提交
  8. 07 5月, 2001 2 次提交