borgbackup/src/borg/algorithms/blake2-libselect.h
2017-12-18 04:29:33 +01:00

5 lines
86 B
C

#ifdef BORG_USE_LIBB2
#include <blake2.h>
#else
#include "blake2/ref/blake2.h"
#endif