Bug 358515

Summary: sha0 in list generated by all_hash_types() even when sha0 is not supported.
Product: [Frameworks and Libraries] qca Reporter: maurerpe <junk4me46806>
Component: generalAssignee: Ivan Romanov <drizt72>
Status: RESOLVED FIXED    
Severity: normal CC: aacid, bradh, junk4me46806, justin
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Patch to remove sha0 from all_hash_types() when sha0 is not available

Description maurerpe 2016-01-25 02:26:39 UTC
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.
Comment 1 maurerpe 2016-01-25 02:27:50 UTC
Created attachment 96820 [details]
Patch to remove sha0 from all_hash_types() when sha0 is not available