1. Nov 29, 2020
  2. Oct 31, 2020
  3. Oct 29, 2020
    • Vitaly Chikunov's avatar
      CMakeLists.txt: Fix warning on gcc-9 · ca0646fc
      Vitaly Chikunov authored
      /root/rpmbuild/BUILD/openssl-gost-engine-1.1.1/CMakeFiles/CMakeTmp/src.c:4:14: warning: initialization of 'int *' from incompatible pointer type 'char *' [-Wincompatible-pointer-types]
          4 |     int *p = buf + 1;
            |              ^~~
      /root/rpmbuild/BUILD/openssl-gost-engine-1.1.1/CMakeFiles/CMakeTmp/src.c:5:14: warning: initialization of 'int *' from incompatible pointer type 'char *' [-Wincompatible-pointer-types]
          5 |     int *q = buf + 2;
            |              ^~~
      
      Reported-by: Ilya Shipitsin <https://github.com/chipitsine>
      Fixes: #288
      (cherry picked from commit 6c7addf7)
      ca0646fc
  4. Sep 18, 2020
  5. Aug 07, 2020
  6. May 03, 2020
  7. May 02, 2020
  8. May 01, 2020
  9. Mar 01, 2020
  10. Feb 27, 2020
  11. Feb 26, 2020
  12. Feb 22, 2020
  13. Feb 18, 2020
  14. Feb 14, 2020
  15. Feb 10, 2020
  16. Feb 06, 2020
  17. Feb 05, 2020
  18. Feb 04, 2020
  19. Feb 03, 2020