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

6 lines
91 B
C

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