Skip to content

Commit 6b92548

Browse files
committed
make sure to request an element which is always available
1 parent ab8c5b8 commit 6b92548

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demos/sizes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
int main(void) {
2020

2121
/* given a specific size name, get and print its size */
22-
char name[] = "ecc_key";
22+
char name[] = "ltc_hash_descriptor";
2323
unsigned int size;
2424
char *sizes_list;
2525
unsigned int sizes_list_len;

0 commit comments

Comments
 (0)