mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-31 06:37:28 -04:00
5 lines
86 B
C
5 lines
86 B
C
#ifdef BORG_USE_LIBB2
|
|
#include <blake2.h>
|
|
#else
|
|
#include "blake2/ref/blake2.h"
|
|
#endif
|