summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-10-04 13:52:34 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-10-04 13:52:34 +0000
commit78228a33b94986f26cbe0baf71c9cd64a785266a (patch)
treeb4ba2798334757cd71642622240e09de99ec84ce /lib
parentadea5d40d3bb32fbc92aa0653290ee0e85f5efbf (diff)
downloadgnutls-78228a33b94986f26cbe0baf71c9cd64a785266a.tar.gz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/gnutls_pk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gnutls_pk.c b/lib/gnutls_pk.c
index 3267493e92..4ae4cc198f 100644
--- a/lib/gnutls_pk.c
+++ b/lib/gnutls_pk.c
@@ -33,6 +33,7 @@
#include <gnutls_num.h>
#include "debug.h"
#include <x509/mpi.h>
+#include <x509/common.h>
static int _gnutls_pk_encrypt(int algo, GNUTLS_MPI * resarr, GNUTLS_MPI data, GNUTLS_MPI * pkey, int pkey_len);
static int _gnutls_pk_sign(int algo, GNUTLS_MPI* data, GNUTLS_MPI hash, GNUTLS_MPI * pkey, int);