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

Diff for /src/usr.bin/snmp/snmpc.c between version 1.40 and 1.41

version 1.40, 2022/12/26 19:16:03 version 1.41, 2024/04/23 13:34:50
Line 233 
Line 233 
                                 errx(1, "-3K");                                  errx(1, "-3K");
                         }                          }
                         privkeylevel = USM_KEY_LOCALIZED;                          privkeylevel = USM_KEY_LOCALIZED;
                                 break;                          break;
                 case 'k':                  case 'k':
                         authkey = snmpc_hex2bin(optarg, &authkeylen);                          authkey = snmpc_hex2bin(optarg, &authkeylen);
                         if (authkey == NULL) {                          if (authkey == NULL) {

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41