move gpg2ssh stuff into it's own subdirectory to reduce some cluter
authorJameson Graef Rollins <jrollins@phys.columbia.edu>
Sun, 25 May 2008 18:51:32 +0000 (14:51 -0400)
committerJameson Graef Rollins <jrollins@phys.columbia.edu>
Sun, 25 May 2008 18:51:32 +0000 (14:51 -0400)
gpg2ssh/Makefile [moved from Makefile with 100% similarity]
gpg2ssh/gnutls-helpers.c [moved from gnutls-helpers.c with 100% similarity]
gpg2ssh/gnutls-helpers.h [moved from gnutls-helpers.h with 100% similarity]
gpg2ssh/gpg2ssh.c [moved from gpg2ssh.c with 100% similarity]
gpg2ssh/main.c [moved from main.c with 100% similarity]
gpg2ssh/ssh2gpg.c [moved from ssh2gpg.c with 100% similarity]

similarity index 100%
rename from Makefile
rename to gpg2ssh/Makefile
similarity index 100%
rename from gnutls-helpers.c
rename to gpg2ssh/gnutls-helpers.c
similarity index 100%
rename from gnutls-helpers.h
rename to gpg2ssh/gnutls-helpers.h
similarity index 100%
rename from gpg2ssh.c
rename to gpg2ssh/gpg2ssh.c
similarity index 100%
rename from main.c
rename to gpg2ssh/main.c
similarity index 100%
rename from ssh2gpg.c
rename to gpg2ssh/ssh2gpg.c