1. 02 5月, 2016 1 次提交
  2. 27 1月, 2016 1 次提交
    • R
      Remove /* foo.c */ comments · 34980760
      Rich Salz 提交于
      This was done by the following
              find . -name '*.[ch]' | /tmp/pl
      where /tmp/pl is the following three-line script:
              print unless $. == 1 && m@/\* .*\.[ch] \*/@;
              close ARGV if eof; # Close file to reset $.
      
      And then some hand-editing of other files.
      Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
      34980760
  3. 14 5月, 2015 1 次提交
  4. 24 1月, 2015 1 次提交
  5. 22 1月, 2015 1 次提交
  6. 06 1月, 2015 1 次提交
  7. 14 1月, 2013 1 次提交
  8. 24 9月, 2012 1 次提交
  9. 11 10月, 2006 1 次提交
  10. 25 10月, 2005 1 次提交
  11. 20 7月, 2005 1 次提交
  12. 24 6月, 2005 1 次提交
  13. 04 5月, 2005 1 次提交
  14. 15 5月, 2004 1 次提交
  15. 28 12月, 2002 1 次提交
  16. 27 12月, 2002 1 次提交
  17. 14 10月, 2001 1 次提交
  18. 20 2月, 2001 1 次提交
    • R
      Make all configuration macros available for application by making · cf1b7d96
      Richard Levitte 提交于
      sure they are available in opensslconf.h, by giving them names starting
      with "OPENSSL_" to avoid conflicts with other packages and by making
      sure e_os2.h will cover all platform-specific cases together with
      opensslconf.h.
      
      I've checked fairly well that nothing breaks with this (apart from
      external software that will adapt if they have used something like
      NO_KRB5), but I can't guarantee it completely, so a review of this
      change would be a good thing.
      cf1b7d96
  19. 19 3月, 2000 1 次提交
  20. 04 2月, 2000 1 次提交
  21. 06 9月, 1999 1 次提交
  22. 28 8月, 1999 1 次提交
  23. 25 7月, 1999 1 次提交
  24. 29 5月, 1999 1 次提交
  25. 21 5月, 1999 1 次提交
  26. 17 5月, 1999 1 次提交
  27. 16 5月, 1999 1 次提交
  28. 15 5月, 1999 1 次提交
  29. 13 5月, 1999 1 次提交
  30. 27 4月, 1999 1 次提交
  31. 24 4月, 1999 1 次提交
  32. 21 12月, 1998 2 次提交