Commit qca-ossl: Fix build without support for SHA-0 on 24 Sept 2015 (0dbed8eb38afd1561907a52283091c37e7b85156), fixed qca-ossl.cpp to compile when the openssl implementation doesn't support sha0, but it didn't remove sha0 from the list returned by all_hash_types(). Reproducible: Always Actual Results: sha0 included. Expected Results: sha0 should not be included.
Created attachment 96820 [details] Patch to remove sha0 from all_hash_types() when sha0 is not available