1
0
Fork 0
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:
Marian Beermann 2017-05-02 18:49:15 +02:00
parent fa381ffcbe
commit 390aa76c72
7 changed files with 1 additions and 1 deletions

View file

@ -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