1. 13 6月, 2000 3 次提交
  2. 11 6月, 2000 3 次提交
  3. 10 6月, 2000 3 次提交
  4. 09 6月, 2000 6 次提交
  5. 08 6月, 2000 5 次提交
  6. 07 6月, 2000 1 次提交
  7. 06 6月, 2000 3 次提交
  8. 05 6月, 2000 2 次提交
  9. 04 6月, 2000 5 次提交
  10. 03 6月, 2000 1 次提交
  11. 02 6月, 2000 4 次提交
  12. 01 6月, 2000 4 次提交
    • U
      Bug fix for 64 bit HP-UX. · db82b8f9
      Ulf Möller 提交于
      Submitted by: Karsten Spang <ks@bellesystems.com>
      db82b8f9
    • R
      Small fix to enable reading from stdin as well. · a9ef75c5
      Richard Levitte 提交于
      Contributed by Yoichiro Okabe <okabe@wizsoft.co.jp>
      a9ef75c5
    • G
      "make update" + stripping the type-specific stack functions out of · 7edd2091
      Geoff Thorpe 提交于
      libeay.num and ssleay.num.
      7edd2091
    • G
      This change will cause builds (by default) to not use different STACK · e41c8d6a
      Geoff Thorpe 提交于
      structures and functions for each stack type. The previous behaviour
      can be enabled by configuring with the "-DDEBUG_SAFESTACK" option.
      This will also cause "make update" (mkdef.pl in particular) to
      update the libeay.num and ssleay.num symbol tables with the number of
      extra functions DEBUG_SAFESTACK creates.
      
      The way this change works is to accompany each DECLARE_STACK_OF()
      macro with a set of "#define"d versions of the sk_##type##_***
      functions that ensures all the existing "type-safe" stack calls are
      precompiled into the underlying stack calls. The presence or abscence
      of the DEBUG_SAFESTACK symbol controls whether this block of
      "#define"s or the DECLARE_STACK_OF() macro is taking effect. The
      block of "#define"s is in turn generated and maintained by a perl
      script (util/mkstack.pl) that encompasses the block with delimiting
      C comments. This works in a similar way to the auto-generated error
      codes and, like the other such maintenance utilities, is invoked
      by the "make update" target.
      
      A long (but mundane) commit will follow this with the results of
      "make update" - this will include all the "#define" blocks for
      each DECLARE_STACK_OF() statement, along with stripped down
      libeay.num and ssleay.num files.
      e41c8d6a