]> pd.if.org Git - zpackage/blobdiff - lib/integ.c
move blake2 out of subdirectory
[zpackage] / lib / integ.c
index c2f1e230f3f3721b0e8ee0b5c0b0d4f943ed1956..510dc58bc21de664316ecaef2585ab4e56c9ec7a 100644 (file)
@@ -4,7 +4,7 @@
 
 #include "zpm.h"
 #include "sqlite3.h"
-#include "lib/blake2/ref/blake2.h"
+#include "blake2.h"
 
 static void hash_byte(struct blake2b_state__ *h, int ch) {
        unsigned char buf[1];