diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-05-20 10:43:35 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-05-20 10:43:35 +0000 |
commit | 4c5c25c1a610af924867f7d2baa64f37d81d8b67 (patch) | |
tree | 71e44aa7a77bdd1516827e6dc47a7835eb05970d /src/tls_test.c | |
parent | d8f29688941b616c4b1a3cf9f2797e707b60ae50 (diff) | |
download | gnutls-4c5c25c1a610af924867f7d2baa64f37d81d8b67.tar.gz |
Separated the library to gnutls and gnutls-extra. gnutls-extra library contains the GPL parts of gnutls
Diffstat (limited to 'src/tls_test.c')
-rw-r--r-- | src/tls_test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tls_test.c b/src/tls_test.c index f4c82e95cd..40cb9c7fc8 100644 --- a/src/tls_test.c +++ b/src/tls_test.c @@ -28,6 +28,7 @@ #include <string.h> #include <unistd.h> #include "../lib/gnutls.h" +#include "../lib/gnutls-extra.h" #include <sys/time.h> #include <signal.h> #include <netdb.h> |