diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-08-15 13:43:03 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-08-15 13:43:03 +0200 |
commit | d0829e6ba6b888c7912e0925198dbad6bda2d73e (patch) | |
tree | 895975d493832005b0d9d91cfd7e0d27ff9add47 /tests | |
parent | bc0036e01455d342a2c208c54ba9e8ac292a27ad (diff) | |
download | gnutls-d0829e6ba6b888c7912e0925198dbad6bda2d73e.tar.gz |
Fix warning. Tiny patch from Andreas Metzler <ametzler@downhill.at.eu.org>.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/x509self.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/x509self.c b/tests/x509self.c index 8d23df8753..047266976a 100644 --- a/tests/x509self.c +++ b/tests/x509self.c @@ -39,6 +39,9 @@ #include "utils.h" +#include "ex-session-info.c" +#include "ex-x509-info.c" + pid_t child; static void @@ -394,9 +397,6 @@ server_start (void) success ("server: ready. Listening to port '%d'.\n", PORT); } -#include "ex-session-info.c" -#include "ex-x509-info.c" - void server (void) { |