Fix mistype in define clause
[oweals/opkg-lede.git] / libopkg / release.c
index 86f9a8d4370d7d2cac7b21c0b58e3babff4c1617..1b6e838ee8f4bee260b3c0760c677e87d11fdf68 100644 (file)
@@ -305,7 +305,7 @@ release_verify_file(release_t *release, const char* file_name, const char *pathn
      struct stat f_info;
      char *f_md5 = NULL;
      const char *md5 = release_get_md5(release, pathname);
      struct stat f_info;
      char *f_md5 = NULL;
      const char *md5 = release_get_md5(release, pathname);
-#ifndef HAVE_SHA256
+#ifdef HAVE_SHA256
      char *f_sha256 = NULL;
      const char *sha256 = release_get_sha256(release, pathname);
 #endif
      char *f_sha256 = NULL;
      const char *sha256 = release_get_sha256(release, pathname);
 #endif