1. 22 6月, 2000 2 次提交
    • D
      Change mkstack.pl so it now sorts each group · 4dd45354
      Dr. Stephen Henson 提交于
      into lexical order. Previously it depended on
      the order of files in the directory.
      
      This should now mean that all systems will
      agree on the order of safestack.h and will
      not change it needlessly and avoid massive
      needless commits to safestack.h in future.
      
      It wont however avoid this one :-(
      4dd45354
    • U
      use faster version · 8415060e
      Ulf Möller 提交于
      8415060e
  2. 21 6月, 2000 3 次提交
    • G
      * This adds some checking to the 'dlfcn' DSO_METHOD that at least lets · 1a797ac6
      Geoff Thorpe 提交于
        it cope with OpenBSD which doesn't understand "RTLD_NOW".
      * Added the dso_scheme config string entry for OpenBSD-x86 to give it
        DSO support.
      * 'make update' that has also absorbed some of Steve's mkstack changes
        for the ASN-related macros.
      1a797ac6
    • D
      · 13083215
      Dr. Stephen Henson 提交于
      Fixes for Win32 build.
      
      This is mostly a work around for the old VC++ problem
      that it treats func() as func(void).
      
      Various prototypes had been added to 'compare' function
      pointers that triggered this. This could be fixed by removing
      the prototype, adding function pointer casts to every call or
      changing the passed function to use the expected arguments.
      I mostly did the latter.
      
      The mkdef.pl script was modified to remove the typesafe
      functions which no longer exist.
      
      Oh and some functions called OPENSSL_freeLibrary() were
      changed back to FreeLibrary(), wonder how that happened :-)
      13083215
    • D
      · 7ef82068
      Dr. Stephen Henson 提交于
      Handle ASN1_SET_OF and PKCS12_STACK_OF using function
      casts in the same way as STACK_OF.
      7ef82068
  3. 20 6月, 2000 4 次提交
  4. 19 6月, 2000 5 次提交
  5. 18 6月, 2000 3 次提交
  6. 17 6月, 2000 1 次提交
    • D
      Safe stack reorganisation in terms of function casts. · 3aceb94b
      Dr. Stephen Henson 提交于
      After some messing around this seems to work but needs
      a few more tests. Working out the syntax for sk_set_cmp_func()
      (cast it to a function that itself returns a function pointer)
      was painful :-(
      
      Needs some testing to see what other compilers think of this
      syntax.
      
      Also needs similar stuff for ASN1_SET_OF etc etc.
      3aceb94b
  7. 16 6月, 2000 7 次提交
  8. 15 6月, 2000 2 次提交
  9. 14 6月, 2000 1 次提交
  10. 13 6月, 2000 6 次提交
  11. 11 6月, 2000 3 次提交
  12. 10 6月, 2000 3 次提交