odp-util: Format and scan multiple MPLS labels.
[cascardo/ovs.git] / tests / test-aes128.c
index 86f5521..7960551 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)