[BACK]Return to dgst.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / openssl

Diff for /src/usr.bin/openssl/dgst.c between version 1.18 and 1.19

version 1.18, 2019/08/30 12:32:14 version 1.19, 2022/01/14 09:28:07
Line 302 
Line 302 
         /* Skip shortnames */          /* Skip shortnames */
         if (strcmp(from, mname))          if (strcmp(from, mname))
                 return;                  return;
         /* Skip clones */  
         if (EVP_MD_flags(m) & EVP_MD_FLAG_PKEY_DIGEST)  
                 return;  
         if (strchr(mname, ' '))          if (strchr(mname, ' '))
                 mname = EVP_MD_name(m);                  mname = EVP_MD_name(m);
         BIO_printf(arg, " -%-17s To use the %s message digest algorithm\n",          BIO_printf(arg, " -%-17s To use the %s message digest algorithm\n",

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19