Removing dependency to gnutls, only gcrypt is required now.

This commit is contained in:
lotodore
2011-03-08 18:42:57 +00:00
parent 629ec5929d
commit 4ec5f4eae9
6 changed files with 40 additions and 18 deletions
+1 -3
View File
@@ -67,10 +67,8 @@ typedef int pid_t;
#include <openssl/rand.h>
#include <openssl/evp.h>
#else
// For all other systems, we use GnuTLS.
#include <gnutls/openssl.h>
// For all other systems, we use gcrypt.
#include <gcrypt.h>
#define PKTH_USE_GNUTLS
#endif
#endif