1. 30 4月, 2001 1 次提交
  2. 18 4月, 2001 1 次提交
    • G
      Some more tweaks from ENGINE code. · a4a9d97a
      Geoff Thorpe 提交于
      Previously RAND_get_rand_method was returning a non-const pointer, but it
      should be const. As with all other such cases, METHOD pointers are stored and
      returned as "const". The only methods one should be able to alter are methods
      "local" to the relevant code, in which case a non-const handle to the methods
      should already exist.
      
      This change has been forced by the constifying of the ENGINE code (before
      which RAND_METHOD was the only method pointer in an ENGINE structure that was
      not constant).
      a4a9d97a
  3. 27 10月, 2000 1 次提交
  4. 02 3月, 2000 1 次提交
  5. 19 2月, 2000 1 次提交
  6. 16 1月, 2000 1 次提交
  7. 14 1月, 2000 1 次提交
  8. 12 9月, 1999 1 次提交
    • A
      Initial support for MacOS. · 17f389bb
      Andy Polyakov 提交于
      This will soon be complemented with MacOS specific source code files and
      INSTALL.MacOS.
      
      I (Andy) have decided to get rid of a number of #include <sys/types.h>.
      I've verified it's ok (both by examining /usr/include/*.h and compiling)
      on a number of Unix platforms. Unfortunately I don't have Windows box
      to verify this on. I really appreciate if somebody could try to compile
      it and contact me a.s.a.p. in case a problem occurs.
      
      Submitted by: Roy Wood <roy@centricsystems.ca>
      Reviewed by: Andy Polyakov <appro@fy.chalmers.se>
      17f389bb
  9. 24 4月, 1999 1 次提交
  10. 20 4月, 1999 1 次提交
  11. 10 2月, 1999 1 次提交
  12. 22 12月, 1998 1 次提交
  13. 21 12月, 1998 3 次提交