]> pd.if.org Git - zpackage/blobdiff - src/hash.c
move blake2 out of subdirectory
[zpackage] / src / hash.c
index 498a7a1c83ed083619dbca85edf7dfbed7d00f61..dd5b9ef433f4d953d4288142e10422a7a29a0fe0 100644 (file)
@@ -7,7 +7,7 @@
 
 #include "zpm.h"
 #include "sha256.h"
-#include "lib/blake2/ref/blake2.h"
+#include "blake2.h"
 
 static int hash_file(int fd, char *hash) {
        unsigned char buf[4096];