[BACK]Return to skeysubr.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libskey

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

Diff for /src/lib/libskey/skeysubr.c between version 1.27 and 1.28

version 1.27, 2012/03/21 10:10:37 version 1.28, 2012/03/22 22:59:43
Line 46  static int keycrunch_sha1(char *, const 
Line 46  static int keycrunch_sha1(char *, const 
 /* static int keycrunch_rmd160(char *, const char *, const char *); */  /* static int keycrunch_rmd160(char *, const char *, const char *); */
 static void lowcase(char *);  static void lowcase(char *);
 static void skey_echo(int);  static void skey_echo(int);
 static void trapped(int);  static void trapped(int) __dead;
 static char *mkSeedPassword(const char *, const char *, size_t *);  static char *mkSeedPassword(const char *, const char *, size_t *);
   
 /* Current hash type (index into skey_hash_types array) */  /* Current hash type (index into skey_hash_types array) */

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

CVSweb <webmaster@jp.NetBSD.org>