diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-01-07 12:13:12 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-01-07 12:13:12 +0100 |
commit | 853e17f15174cded630124cc6b31798c2cd33f44 (patch) | |
tree | 4143acc1d70089f10db9f0d422bec86ab82da88e /tests/dhepskself.c | |
parent | 73b18e6f6336324619877923ac79b31ca19b5194 (diff) | |
download | gnutls-853e17f15174cded630124cc6b31798c2cd33f44.tar.gz |
Fix warnings.
Diffstat (limited to 'tests/dhepskself.c')
-rw-r--r-- | tests/dhepskself.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/dhepskself.c b/tests/dhepskself.c index 3d41f24c82..99ceb107eb 100644 --- a/tests/dhepskself.c +++ b/tests/dhepskself.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2008 Free Software Foundation + * Copyright (C) 2004, 2005, 2008, 2009 Free Software Foundation * * Author: Simon Josefsson * @@ -141,7 +141,6 @@ end: #define SA struct sockaddr #define MAX_BUF 1024 #define PORT 5556 /* listen to 5556 port */ -#define DH_BITS 1024 /* These are global */ gnutls_psk_server_credentials_t server_pskcred; |