[BACK]Return to nsec3hash.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mpl / bind / dist / bin / tools

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/mpl/bind/dist/bin/tools/nsec3hash.c between version 1.1 and 1.2

version 1.1, 2018/08/12 12:07:15 version 1.2, 2018/08/12 13:02:30
Line 57  check_result(isc_result_t result, const 
Line 57  check_result(isc_result_t result, const 
 }  }
   
 static void  static void
 usage() {  usage(void) {
         fprintf(stderr, "Usage: %s salt algorithm iterations domain\n",          fprintf(stderr, "Usage: %s salt algorithm iterations domain\n",
                 program);                  program);
         fprintf(stderr, "       %s -r algorithm flags iterations salt domain\n",          fprintf(stderr, "       %s -r algorithm flags iterations salt domain\n",

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb <webmaster@jp.NetBSD.org>