summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-08-30 09:20:08 +0000
committerSimon Josefsson <simon@josefsson.org>2005-08-30 09:20:08 +0000
commit808346e3fd6cead6e121bad8fd1b7fc293da5c56 (patch)
tree6051f3852bddc450a35f03029caf063d64db73ce
parent3d71cbcbec0f1af0456993823d41669f34120e38 (diff)
downloadgnutls-808346e3fd6cead6e121bad8fd1b7fc293da5c56.tar.gz
Pull up from HEAD.
-rw-r--r--src/crypt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/crypt.c b/src/crypt.c
index 1fb8943fcc..cd26fcc6d1 100644
--- a/src/crypt.c
+++ b/src/crypt.c
@@ -62,6 +62,8 @@ void srptool_version(void)
/* Gnulib portability files. */
#include <getpass.h>
+#include <error.h>
+const char *program_name = "srptool";
#define _MAX(x,y) (x>y?x:y)