summaryrefslogtreecommitdiff
path: root/src/psk.c
diff options
context:
space:
mode:
authorKevin Cernekee <cernekee@gmail.com>2014-03-06 22:35:08 -0800
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-03-07 08:13:32 +0100
commit0725ad38511343a91e506b53cd931f630bd259a8 (patch)
tree23ab923f8e70a34545f5ca3c585097fac7ba403e /src/psk.c
parentfdd10532c0b81f54c5c09d52aa7867cf490e9f0a (diff)
downloadgnutls-0725ad38511343a91e506b53cd931f630bd259a8.tar.gz
Rename psk-args.def to psktool-args.def
Other utilities generate invoke-%.texi from %-args.def, but currently invoke-psktool.texi is generated from psk-args.def. If we make psktool conform to the same convention as the other utilities, we can use a generic pattern to handle all of them the same way. Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Diffstat (limited to 'src/psk.c')
-rw-r--r--src/psk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/psk.c b/src/psk.c
index 7bf7ae7524..e7dba82040 100644
--- a/src/psk.c
+++ b/src/psk.c
@@ -38,7 +38,7 @@ int main(int argc, char **argv)
#include <string.h>
#include <stdlib.h>
#include <gnutls/gnutls.h>
-#include <psk-args.h>
+#include <psktool-args.h>
#include <gnutls/crypto.h> /* for random */