2 #include "nettle-meta.h"
4 const char* armors
[] = {
13 int count
= sizeof(armors
)/sizeof(*armors
);
14 for (i
= 0; i
< count
; i
++) {
15 for (j
= 0; NULL
!= nettle_armors
[j
]; j
++) {
16 if (0 == strcmp(armors
[i
], nettle_armors
[j
]->name
))
19 ASSERT(NULL
!= nettle_armors
[j
]); /* make sure we found a matching armor */
22 while (NULL
!= nettle_armors
[j
])
24 ASSERT(j
== count
); /* we are not missing testing any armors */