summaryrefslogtreecommitdiffstats
path: root/libopkg/pkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/pkg.h')
-rw-r--r--libopkg/pkg.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libopkg/pkg.h b/libopkg/pkg.h
index 5d468cb..1dc65a3 100644
--- a/libopkg/pkg.h
+++ b/libopkg/pkg.h
@@ -161,9 +161,7 @@ struct pkg
char *local_filename;
char *tmp_unpack_dir;
char *md5sum;
-#if defined HAVE_SHA256
char *sha256sum;
-#endif
unsigned long size; /* in bytes */
unsigned long installed_size; /* in bytes */
char *priority;