borgbackup/src/borg/blake2-libselect.h
2016-11-11 03:08:11 +01:00

5 lines
87 B
C

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