Browse Source

make sure to request an element which is always available

Steffen Jaeckel 8 years ago
parent
commit
6b925485a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      demos/sizes.c

+ 1 - 1
demos/sizes.c

@@ -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;