fix missing registration of PRNG's in ltcrypt

This commit is contained in:
Steffen Jaeckel
2017-08-26 12:07:24 +02:00
parent b49ce35b2c
commit bb42345234
+1
View File
@@ -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"))) {