summaryrefslogtreecommitdiff
path: root/lib/gnutls_gcry.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gnutls_gcry.h')
-rw-r--r--lib/gnutls_gcry.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/gnutls_gcry.h b/lib/gnutls_gcry.h
index df42a09d66..1423f4c04a 100644
--- a/lib/gnutls_gcry.h
+++ b/lib/gnutls_gcry.h
@@ -2,6 +2,7 @@
# define GNUTLS_GCRY_H
# include <gcrypt.h>
+# include <x509_asn1.h>
MPI _gnutls_mpi_new( int);
@@ -13,4 +14,6 @@ int _gnutls_mpi_scan( GCRY_MPI *ret_mpi, const opaque *buffer, size_t *nbytes );
int _gnutls_mpi_print( opaque *buffer, size_t *nbytes, const GCRY_MPI a );
+int _gnutls_x509_read_int( node_asn* node, char* value, char* tmpstr, int tmpstr_size, MPI* ret_mpi);
+
#endif