make sure to request an element which is always available

This commit is contained in:
Steffen Jaeckel 2017-07-20 13:34:16 +02:00
parent ab8c5b8b49
commit 6b925485a8

View File

@ -19,7 +19,7 @@
int main(void) {
/* given a specific size name, get and print its size */
char name[] = "ecc_key";
char name[] = "ltc_hash_descriptor";
unsigned int size;
char *sizes_list;
unsigned int sizes_list_len;