borgbackup/src
James Buren 067dd10027 src/borg/crypto/low_level.pyx: fix compiler warning
The generated source code was producing a compiler warning due to
the pointers differing in constness. The called function expects
a non-const pointer while the generated code produces a const pointer
via a cast. This changes the cast to drop 'const' to make the compiler
happy.
2022-02-25 17:36:48 -06:00
..
borg src/borg/crypto/low_level.pyx: fix compiler warning 2022-02-25 17:36:48 -06:00