1. 22 Dec, 2015 11 commits
  2. 21 Dec, 2015 1 commit
  3. 19 Dec, 2015 4 commits
  4. 18 Dec, 2015 3 commits
  5. 17 Dec, 2015 4 commits
  6. 16 Dec, 2015 15 commits
  7. 15 Dec, 2015 2 commits
    • Matt Caswell's avatar
      Fix build on Solaris · 19a86b03
      Matt Caswell authored
      
      
      Solaris builds were failing during async compilation because the .o files
      created from compiling the corresponding .c files held in async/arch were
      ending up in the top level async directory. Consequently the link fails
      because it can't find the .o files.
      
      Thanks to Richard Levitte for pointing me in the right direction on this.
      
      Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
      19a86b03
    • Matt Caswell's avatar
      Fix updating via mkdef.pl · 3addf183
      Matt Caswell authored
      
      
      The previous commit introduced a new file format for ssleay.num and
      libeay.num, i.e. the introduction of a version field. Therefore the update
      capability in mkdef.pl needs updating to take account of the new format.
      
      Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
      3addf183