about summary refs log tree commit diff stats
path: root/src/main.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-03-22 00:12:14 +0000
committerJames Booth <boothj5@gmail.com>2015-03-22 00:12:14 +0000
commit2490c3ed202a912438d34594c01811f7532430a4 (patch)
treeb8dd9563c6f1bf4c320d60d525507d70adf720bb /src/main.c
parentf1f047889eed360a0c91be4fcabd24199089c02a (diff)
downloadprofani-tty-2490c3ed202a912438d34594c01811f7532430a4.tar.gz
Added pgp key list command
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 3bb7eeb6..ea8f0cea 100644
--- a/src/main.c
+++ b/src/main.c
@@ -121,6 +121,12 @@ main(int argc, char **argv)
         g_print("OTR support: Disabled\n");
 #endif
 
+#ifdef HAVE_LIBGPGME
+        g_print("PGP support: Enabled\n");
+#else
+        g_print("PGP support: Disabled\n");
+#endif
+
         return 0;
     }