Browse Source

fix missing registration of PRNG's in ltcrypt

Steffen Jaeckel 8 years ago
parent
commit
bb42345234
1 changed files with 1 additions and 0 deletions
  1. 1 0
      demos/ltcrypt.c

+ 1 - 0
demos/ltcrypt.c

@@ -47,6 +47,7 @@ int main(int argc, char *argv[])
    /* register algs, so they can be printed */
    register_all_ciphers();
    register_all_hashes();
+   register_all_prngs();
 
    if (argc < 4) {
       if ((argc > 2) && (!strcmp(argv[1], "-t"))) {