Fix typo in search_oid
* cipher/md.c (search_oid): Invert condition on oid comparison.
Function stricmp() returns 0 in case strings match, so proper condition
that checks for matching OID strings should be if (!stricmp(...))
- Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>