summaryrefslogtreecommitdiff
path: root/lib/auth_cert.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2005-01-26 15:58:04 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2005-01-26 15:58:04 +0000
commit51c4aa60c5b6207f2b1381804f06d4d4bc67f114 (patch)
tree50babc312a3e4197d641825aeb94bd1bdcd27638 /lib/auth_cert.h
parent1754a485c4c364fd0682f5e98dd0ee0e92a36b7f (diff)
downloadgnutls-51c4aa60c5b6207f2b1381804f06d4d4bc67f114.tar.gz
Changes to make the --disable-* options work again.
Diffstat (limited to 'lib/auth_cert.h')
-rw-r--r--lib/auth_cert.h19
1 files changed, 5 insertions, 14 deletions
diff --git a/lib/auth_cert.h b/lib/auth_cert.h
index 628ae66dde..1a0d91cf1b 100644
--- a/lib/auth_cert.h
+++ b/lib/auth_cert.h
@@ -28,7 +28,7 @@
# include "gnutls_auth.h"
# include "auth_dh_common.h"
# include "x509/x509.h"
-#include "../libextra/openpgp/openpgp.h"
+# include "../libextra/openpgp/openpgp.h"
typedef struct retr_st {
gnutls_certificate_type_t type;
@@ -47,21 +47,12 @@ typedef struct retr_st {
} gnutls_retr_st;
typedef int gnutls_certificate_client_retrieve_function(gnutls_session_t,
- const
- gnutls_datum_t *
- req_ca_rdn,
- int nreqs,
- const
- gnutls_pk_algorithm_t
- * pk_algos,
- int
- pk_algos_length,
- gnutls_retr_st *);
+ const gnutls_datum_t *req_ca_rdn, int nreqs,
+ const gnutls_pk_algorithm_t* pk_algos, int pk_algos_length,
+ gnutls_retr_st *);
typedef int gnutls_certificate_server_retrieve_function(struct
- gnutls_session_int
- *,
- gnutls_retr_st *);
+ gnutls_session_int*, gnutls_retr_st *);
/* This structure may be complex, but it's the only way to
* support a server that has multiple certificates