1. 30 5月, 1999 1 次提交
  2. 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
  3. 19 5月, 1999 1 次提交
  4. 15 5月, 1999 1 次提交
  5. 04 5月, 1999 2 次提交
  6. 03 5月, 1999 1 次提交
  7. 02 5月, 1999 1 次提交
  8. 30 4月, 1999 2 次提交
  9. 29 4月, 1999 2 次提交
  10. 27 4月, 1999 3 次提交
  11. 25 4月, 1999 1 次提交
  12. 24 4月, 1999 3 次提交
  13. 20 4月, 1999 2 次提交
  14. 18 4月, 1999 1 次提交
  15. 13 4月, 1999 1 次提交
  16. 01 4月, 1999 1 次提交
  17. 22 3月, 1999 1 次提交
  18. 06 3月, 1999 2 次提交
  19. 01 3月, 1999 1 次提交
  20. 20 1月, 1999 1 次提交
  21. 31 12月, 1998 2 次提交
    • R
      Fix version stuff: · 9cb0969f
      Ralf S. Engelschall 提交于
      1. The already released version was 0.9.1c and not 0.9.1b
      
      2. The next release should be 0.9.2 and not 0.9.1d, because
         first the changes are already too large, second we should avoid any more
         0.9.1x confusions and third, the Apache version semantics of
         VERSION.REVISION.PATCHLEVEL for the version string is reasonable (and here
         .2 is already just a patchlevel and not major change).
      tVS: ----------------------------------------------------------------------
      9cb0969f
    • S
      Fix for sk_insert bug: it never worked properly. · e9b8eb31
      stephen 提交于
      Allow explicit tag asn macros to handle indefinite length constructed stuff:
      without this certain "certificates" can't be read in.
      e9b8eb31
  22. 23 12月, 1998 2 次提交
  23. 22 12月, 1998 1 次提交
  24. 21 12月, 1998 3 次提交