mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-29 05:44:17 -04:00
5 lines
91 B
C
5 lines
91 B
C
#ifdef BORG_USE_LIBB2
|
|
#include <blake2.h>
|
|
#else
|
|
#include "blake2/ref/blake2b-ref.c"
|
|
#endif
|