]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - misc.c
Move base64_decode_atom into misc.c.
authorSimon Tatham <anakin@pobox.com>
Tue, 9 Sep 2014 11:46:10 +0000 (11:46 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 9 Sep 2014 11:46:10 +0000 (11:46 +0000)
commit80a9a7918a7d6ebb2fd6ea22c2607c1cf9e1011c
treeedfad1f4455ebd16ea436749633913cfe9f8e6d3
parent2e364812da2c307634e0084fed099204a97e0685
Move base64_decode_atom into misc.c.

I'm about to need to refer to it from a source file that won't
necessarily always be linked against sshpubk.c, so it needs to live
somewhere less specialist. Now it sits alongside base64_encode_atom
(already in misc.c for another reason), which is neater anyway.

[originally from svn r10218]
misc.c
misc.h
sshpubk.c