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. 13 6月, 2000 2 次提交
  3. 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
  4. 01 6月, 2000 1 次提交
  5. 02 5月, 2000 1 次提交
  6. 12 3月, 2000 1 次提交
  7. 08 3月, 2000 1 次提交
  8. 05 3月, 2000 1 次提交
  9. 03 3月, 2000 1 次提交
    • D
      · 645820f2
      Dr. Stephen Henson 提交于
      Make name_funcs_stack static.
      645820f2
  10. 26 2月, 2000 1 次提交
  11. 04 2月, 2000 1 次提交
  12. 31 1月, 2000 2 次提交
  13. 29 1月, 2000 1 次提交
  14. 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
  15. 29 12月, 1999 1 次提交
  16. 23 12月, 1999 1 次提交
  17. 20 12月, 1999 1 次提交
  18. 12 12月, 1999 1 次提交
  19. 26 11月, 1999 1 次提交
  20. 24 11月, 1999 1 次提交
  21. 25 10月, 1999 1 次提交
  22. 30 9月, 1999 1 次提交
  23. 10 9月, 1999 1 次提交
  24. 25 8月, 1999 1 次提交
  25. 11 8月, 1999 1 次提交
  26. 10 8月, 1999 1 次提交
  27. 03 8月, 1999 2 次提交
  28. 29 7月, 1999 1 次提交
  29. 28 7月, 1999 1 次提交
  30. 07 6月, 1999 1 次提交
  31. 05 6月, 1999 2 次提交
  32. 21 5月, 1999 3 次提交
    • B
      It was a very bad idea to use #include "../e_os.h" -- when this occurs · 7e701817
      Bodo Möller 提交于
      in cryptlib.h (which is often included as "../cryptlib.h"), then the
      question remains relative to which directory this is to be interpreted.
      gcc went one further directory up, as intended; but makedepend thinks
      differently, and so probably do some C compilers.  So the ../ must go away;
      thus e_os.h goes back into include/openssl (but I now use
      #include "openssl/e_os.h" instead of <openssl/e_os.h> to make the point) --
      and we have another huge bunch of dependency changes.  Argh.
      7e701817
    • B
      Add a kludge :-( · d6847aed
      Bodo Möller 提交于
      There were problems with putting e_os.h just into the top directory,
      because the test programs are compiled within test/ in the "standard"
      case in in their original directories in the makefile.one case;
      and in the latter symlinks may not be available.
      d6847aed
    • B
      Don't install e_os.h in include/openssl, use it only as a local · 17e3dd1c
      Bodo Möller 提交于
      include file.
      17e3dd1c
  33. 19 5月, 1999 1 次提交
  34. 15 5月, 1999 1 次提交