Fix typo in OIDs corresponding to SHA256, SHA384, and SHA512 (#21707)
[mono-project.git] / mcs / tools / mono-shlib-cop / README
blob74ae84347ede645d12ee756d7855c2ceb57cf0fd
1 mono-shlib-cop is a program to check unmanaged assembly dependencies.
2   - error: Does the unmanaged dependency exist?
3   - error: Does the imported symbol exist in the unmanaged library?
4   - warning: Is it a non-devel dependency 
5     (e.g. is foo.so.1 used instead of foo.so?)