Bug 358515 - sha0 in list generated by all_hash_types() even when sha0 is not supported.
Summary: sha0 in list generated by all_hash_types() even when sha0 is not supported.
Status: RESOLVED FIXED
Alias: None
Product: qca
Classification: Frameworks and Libraries
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Ivan Romanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-25 02:26 UTC by maurerpe
Modified: 2020-01-25 10:37 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Patch to remove sha0 from all_hash_types() when sha0 is not available (288 bytes, patch)
2016-01-25 02:27 UTC, maurerpe
Details

Note You need to log in before you can comment on or make changes to this bug.
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