- also support sha256
[platform/upstream/libsolv.git] / src / repodata.h
index e581035..8c3c338 100644 (file)
@@ -19,8 +19,9 @@
 #include "pool.h"
 #include "dirpool.h"
 
-#define SIZEOF_MD5 16
-#define SIZEOF_SHA1 20
+#define SIZEOF_MD5     16
+#define SIZEOF_SHA1    20
+#define SIZEOF_SHA256  32
 
 struct _Repo;
 struct _Repokey;