Rename all public/private key load/save functions.
Now they have names that are more consistent (no more userkey_this but that_userkey); a bit shorter; and, most importantly, all the current functions end in _f to indicate that they deal with keys stored in disk files. I'm about to add a second set of entry points that deal with keys via the more general BinarySource / BinarySink interface, which will sit alongside these with a different suffix.
Showing
- cmdgen.c 11 additions, 12 deletionscmdgen.c
- pageant.c 8 additions, 7 deletionspageant.c
- ssh.h 17 additions, 16 deletionsssh.h
- ssh1login.c 6 additions, 7 deletionsssh1login.c
- ssh2userauth.c 5 additions, 7 deletionsssh2userauth.c
- sshpubk.c 12 additions, 15 deletionssshpubk.c
- unix/uxpgnt.c 4 additions, 4 deletionsunix/uxpgnt.c
- unix/uxserver.c 7 additions, 8 deletionsunix/uxserver.c
- windows/winpgen.c 8 additions, 11 deletionswindows/winpgen.c
Loading
Please register or sign in to comment