ftbfs
[oweals/gnunet.git] / src / pq / test_pq.c
index 2c839d9ee01d9e1aa3c6d1dc6e6030365eec5c52..67cf32733429a0bf9dbc496a3486b2facf41e4e8 100644 (file)
   WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   Affero General Public License for more details.
+  You should have received a copy of the GNU Affero General Public License
+  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+     SPDX-License-Identifier: AGPL3.0-or-later
 */
 /**
  * @file pq/test_pq.c
@@ -186,9 +191,8 @@ run_queries (PGconn *conn)
     GNUNET_break (abs_time.abs_value_us == abs_time2.abs_value_us);
     GNUNET_break (forever.abs_value_us == forever2.abs_value_us);
     GNUNET_break (0 ==
-                 memcmp (&hc,
-                         &hc2,
-                         sizeof (struct GNUNET_HashCode)));
+                 GNUNET_memcmp (&hc,
+                         &hc2));
     GNUNET_break (0 ==
                  GNUNET_CRYPTO_rsa_signature_cmp (sig,
                                                   sig2));