Переглянути джерело

move blake2 files to subdir ref/ (as seen in orig. repo)

(cherry picked from commit 8924d78d44c4aaec6cee4f846560fb710c28e9ea)
Thomas Waldmann 7 роки тому
батько
коміт
ba38d5199b

+ 1 - 1
src/borg/algorithms/blake2-libselect.h

@@ -1,5 +1,5 @@
 #ifdef BORG_USE_LIBB2
 #ifdef BORG_USE_LIBB2
 #include <blake2.h>
 #include <blake2.h>
 #else
 #else
-#include "blake2/blake2b-ref.c"
+#include "blake2/ref/blake2b-ref.c"
 #endif
 #endif

+ 0 - 0
src/borg/algorithms/blake2/blake2-impl.h → src/borg/algorithms/blake2/ref/blake2-impl.h


+ 0 - 0
src/borg/algorithms/blake2/blake2.h → src/borg/algorithms/blake2/ref/blake2.h


+ 0 - 0
src/borg/algorithms/blake2/blake2b-ref.c → src/borg/algorithms/blake2/ref/blake2b-ref.c