mirror of
https://github.com/borgbackup/borg.git
synced 2026-02-25 10:59:33 -05:00
5 lines
87 B
C
5 lines
87 B
C
#ifdef BORG_USE_LIBB2
|
|
#include <blake2.h>
|
|
#else
|
|
#include "blake2/blake2b-ref.c"
|
|
#endif
|