1. 04 Oct, 2019 1 commit
  2. 27 Aug, 2019 6 commits
  3. 26 Aug, 2019 3 commits
  4. 19 Aug, 2019 1 commit
  5. 15 Aug, 2019 1 commit
  6. 13 Aug, 2019 2 commits
  7. 03 Aug, 2019 2 commits
    • Merge pull request #3113 from jcfaracco/clang · 2ffda4c4
      Christian Brauner authored
      utils: Fix wrong integer of a function parameter.
    • utils: Fix wrong integer of a function parameter. · 7c3d3976
      Julio Faracco authored
      If SSL is enabled, utils will include function `do_sha1_hash()` to
      generate a sha1 encrypted buffer. Last function argument of
      `EVP_DigestFinal_ex()` requires a `unsigned int` but the current
      parameter is an `integer` type.
      
      See error:
      utils.c:350:38: error: passing 'int *' to parameter of type 'unsigned int *' converts between pointers to integer types with different sign
            [-Werror,-Wpointer-sign]
              EVP_DigestFinal_ex(mdctx, md_value, md_len);
                                                  ^~~~~~
      /usr/include/openssl/evp.h:549:49: note: passing argument to parameter 's' here
                                        unsigned int *s);
      Signed-off-by: 's avatarJulio Faracco <jcfaracco@gmail.com>
  8. 29 Jul, 2019 3 commits
  9. 28 Jul, 2019 2 commits
  10. 26 Jul, 2019 2 commits
  11. 23 Jul, 2019 3 commits
  12. 22 Jul, 2019 5 commits
  13. 16 Jul, 2019 2 commits
  14. 11 Jul, 2019 7 commits