mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-21 21:57:36 +00:00
move blake2 to borg/algorithms
This commit is contained in:
parent
fa381ffcbe
commit
390aa76c72
7 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ from cpython.buffer cimport PyBUF_SIMPLE, PyObject_GetBuffer, PyBuffer_Release
|
|||
API_VERSION = '1.1_01'
|
||||
|
||||
|
||||
cdef extern from "blake2-libselect.h":
|
||||
cdef extern from "algorithms/blake2-libselect.h":
|
||||
ctypedef struct blake2b_state:
|
||||
pass
|
||||
|
||||
|
|
Loading…
Reference in a new issue