1. 05 6月, 1999 1 次提交
  2. 04 6月, 1999 1 次提交
  3. 29 5月, 1999 2 次提交
  4. 27 5月, 1999 1 次提交
  5. 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
  6. 20 5月, 1999 1 次提交
  7. 18 5月, 1999 1 次提交
  8. 15 5月, 1999 4 次提交
  9. 13 5月, 1999 3 次提交
  10. 12 5月, 1999 1 次提交
  11. 10 5月, 1999 1 次提交
    • B
      The various character predicates (isspace and the like) may not be · 84a370a4
      Bodo Möller 提交于
      used with negative char values, so I've added casts to unsigned char.
      Maybe what really should be done is change all those arrays and
      pointers to type unsigned char [] or unsigned char *, respectively;
      but using plain char with those predicates is just wrong, so something
      had to be done.
      Submitted by:
      Reviewed by:
      PR:
      84a370a4
  12. 08 5月, 1999 1 次提交
  13. 06 5月, 1999 1 次提交
  14. 05 5月, 1999 4 次提交
  15. 30 4月, 1999 3 次提交
  16. 29 4月, 1999 2 次提交
  17. 27 4月, 1999 3 次提交
  18. 25 4月, 1999 2 次提交
  19. 24 4月, 1999 5 次提交