summaryrefslogtreecommitdiff
path: root/lib/gnutls_algorithms.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2011-04-17 12:13:46 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2011-04-17 23:46:30 +0200
commit61d8cae724446a5f4531d20c285e186b9ba45b6d (patch)
tree88cf60c96bbb0e207dd122b9e45e63aecad3dae8 /lib/gnutls_algorithms.c
parentb4fb5cc26affff88970954b223215edb8df56e84 (diff)
downloadgnutls-61d8cae724446a5f4531d20c285e186b9ba45b6d.tar.gz
Combined external abstract API with internal usage of gnutls_cert.
This results to a gnutls_pcert_st struct exported in abstract.h. This change will allow a certificate retrieval callback that does not require gnutls to decode or encode the provided certificate.
Diffstat (limited to 'lib/gnutls_algorithms.c')
-rw-r--r--lib/gnutls_algorithms.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gnutls_algorithms.c b/lib/gnutls_algorithms.c
index 972eee5bde..b54e5cd9e4 100644
--- a/lib/gnutls_algorithms.c
+++ b/lib/gnutls_algorithms.c
@@ -26,7 +26,6 @@
#include "gnutls_int.h"
#include "gnutls_algorithms.h"
#include "gnutls_errors.h"
-#include "gnutls_cert.h"
#include <x509/common.h>