1. 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
  2. 08 1月, 2016 2 次提交
  3. 18 12月, 2015 1 次提交
  4. 02 12月, 2015 1 次提交
  5. 02 9月, 2015 1 次提交
  6. 13 5月, 2015 1 次提交
  7. 01 4月, 2015 1 次提交
  8. 22 1月, 2015 1 次提交
  9. 19 12月, 2014 1 次提交
  10. 19 2月, 2009 1 次提交
  11. 04 6月, 2008 1 次提交
  12. 11 5月, 2005 1 次提交
    • B
      Fix more error codes. · 8afca8d9
      Bodo Möller 提交于
      (Also improve util/ck_errf.pl script, and occasionally
      fix source code formatting.)
      8afca8d9
  13. 18 5月, 2004 1 次提交
  14. 20 4月, 2004 1 次提交
    • G
      Reduce header interdependencies, initially in engine.h (the rest of the · 3a87a9b9
      Geoff Thorpe 提交于
      changes are the fallout). As this could break source code that doesn't
      directly include headers for interfaces it uses, changes to recursive
      includes are covered by the OPENSSL_NO_DEPRECATED symbol. It's better to
      define this when building and using openssl, and then adapt code where
      necessary - this is how to stay current. However the mechanism exists for
      the lethargic.
      3a87a9b9
  15. 26 6月, 2003 1 次提交
    • R
      Implement missing functions. · ed5fae58
      Richard Levitte 提交于
      Have the f parameter to _ctrl functions have the prototype (*)(void)
      rather than (*)(), for the sake of C++ compilers.
      Disable unimplemented functionality.
      ed5fae58
  16. 13 6月, 2003 1 次提交
  17. 04 6月, 2003 1 次提交
  18. 20 5月, 2003 1 次提交
  19. 08 5月, 2003 2 次提交
  20. 06 5月, 2003 1 次提交
  21. 02 5月, 2003 1 次提交
  22. 01 5月, 2003 2 次提交