]> git.proxmox.com Git - mirror_ovs.git/blobdiff - tests/test-aes128.c
ofp-actions: Only set defined bits when encoding "load" actions.
[mirror_ovs.git] / tests / test-aes128.c
index 86f5521b623e79c6288580bc1f6ad6e46d0d805b..7960551be9834ef8430c29d097eff0d4dd370fb8 100644 (file)
  */
 
 #include <config.h>
-#include <ctype.h>
+#undef NDEBUG
 #include "aes128.h"
-#include "util.h"
+#include <ctype.h>
 #include "ovstest.h"
+#include "util.h"
 
 static void
 hex_to_uint8(const char *input, uint8_t *output, size_t n)