1. 03 Apr, 2016 9 commits
  2. 02 Apr, 2016 7 commits
  3. 01 Apr, 2016 16 commits
  4. 31 Mar, 2016 7 commits
  5. 30 Mar, 2016 1 commit
    • Marcel Raad's avatar
      openssl: Fix compilation warnings · 4dae0491
      Marcel Raad authored
      When compiling with OpenSSL 1.1.0 (so that the HAVE_X509_GET0_SIGNATURE
      && HAVE_X509_GET0_EXTENSIONS pre-processor block is active), Visual C++
      14 complains:
      
      warning C4701: potentially uninitialized local variable 'palg' used
      warning C4701: potentially uninitialized local variable 'psig' used
      4dae0491