summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-06-08 20:05:39 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-06-08 20:05:39 +0000
commit90bea32a9b22777b4b32e787661aa532c7d77fc2 (patch)
treec440dc034d44d8b7c95073cc80b7a3f3b3b6c219 /main.c
parent6f8d5623a93d23e714f3252ab1bca02b9fc3bc86 (diff)
GPG support, first take.
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/main.c b/main.c
index a8369e16..2bea7ce7 100644
--- a/main.c
+++ b/main.c
@@ -202,6 +202,9 @@ static void show_version (void)
#ifdef HAVE_PGP2
"+HAVE_PGP2 "
#endif
+#ifdef HAVE_GPG
+ "+HAVE_GPG "
+#endif
#endif
@@ -241,6 +244,9 @@ static void show_version (void)
# ifdef _PGPV3PATH
printf ("_PGPV3PATH=\"%s\"\n", _PGPV3PATH);
# endif
+# ifdef _PGPGPPATH
+ pritnf ("_PGPGPGPATH=\"%s\"\n", _PGPGPGPATH);
+# endif
#endif