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

6 lines
86 B
C

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