summaryrefslogtreecommitdiff
path: root/src/crypt.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-03-01 13:10:39 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-03-01 13:10:39 +0000
commitd792019ada0e64d4cb24b2f43c7404c51fed0550 (patch)
tree7c1a62d0fc5370bba58be7f14d9f84c7c51b799d /src/crypt.c
parent76699d66c0020076ecb62f4b43e59bd538ede730 (diff)
downloadgnutls-d792019ada0e64d4cb24b2f43c7404c51fed0550.tar.gz
Updated cli and server to read certificate and keys from command line
parameters. client, client-debug and server are now being installed.
Diffstat (limited to 'src/crypt.c')
-rw-r--r--src/crypt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crypt.c b/src/crypt.c
index 7446a8476c..f4640d51ee 100644
--- a/src/crypt.c
+++ b/src/crypt.c
@@ -26,6 +26,7 @@
#include "../lib/gnutls_int.h"
#include "../lib/gnutls_srp.h"
#include "../lib/crypt.h"
+#include "../lib/gnutls_mem.h"
#include "../lib/auth_srp_passwd.h"
#include "crypt-gaa.h"
#include <pwd.h>