1. 17 6月, 2000 1 次提交
    • D
      Safe stack reorganisation in terms of function casts. · 3aceb94b
      Dr. Stephen Henson 提交于
      After some messing around this seems to work but needs
      a few more tests. Working out the syntax for sk_set_cmp_func()
      (cast it to a function that itself returns a function pointer)
      was painful :-(
      
      Needs some testing to see what other compilers think of this
      syntax.
      
      Also needs similar stuff for ASN1_SET_OF etc etc.
      3aceb94b
  2. 02 6月, 2000 1 次提交
    • R
      There have been a number of complaints from a number of sources that names · 26a3a48d
      Richard Levitte 提交于
      like Malloc, Realloc and especially Free conflict with already existing names
      on some operating systems or other packages.  That is reason enough to change
      the names of the OpenSSL memory allocation macros to something that has a
      better chance of being unique, like prepending them with OPENSSL_.
      
      This change includes all the name changes needed throughout all C files.
      26a3a48d
  3. 01 6月, 2000 1 次提交
  4. 03 3月, 2000 1 次提交
    • D
      · 645820f2
      Dr. Stephen Henson 提交于
      Make name_funcs_stack static.
      645820f2
  5. 26 2月, 2000 1 次提交
  6. 31 1月, 2000 2 次提交
  7. 29 1月, 2000 1 次提交
  8. 18 1月, 2000 1 次提交
    • R
      Compaq C 6.2 for VMS will complain when we want to convert · a9188d4e
      Richard Levitte 提交于
      non-function pointers to function pointers and vice versa.
      The current solution is to have unions that describe the
      conversion we want to do, and gives us the ability to extract
      the type of data we want.
      
      The current solution is a quick fix, and can probably be made
      in a more general or elegant way.
      a9188d4e
  9. 19 5月, 1999 1 次提交
  10. 24 4月, 1999 1 次提交
  11. 20 4月, 1999 1 次提交
  12. 18 4月, 1999 1 次提交
  13. 17 1月, 1999 1 次提交
  14. 21 12月, 1998 1 次提交