summaryrefslogtreecommitdiff
path: root/lib/debug.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2001-12-04 10:57:03 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2001-12-04 10:57:03 +0000
commitf4fcde5c4eb58ea592cf5e3f0cc41534a7e73b46 (patch)
tree86a97683c106d60fea2c07653fb5ccdf29415110 /lib/debug.c
parentc488ad631dfb3f719334d5fa41ff1d2b41ad2e19 (diff)
downloadgnutls-f4fcde5c4eb58ea592cf5e3f0cc41534a7e73b46.tar.gz
moving gnutls_DN structures out of gnutls_cert and auth_info structures.
Now they are generated upon request.
Diffstat (limited to 'lib/debug.c')
-rw-r--r--lib/debug.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/debug.c b/lib/debug.c
index 3a20501955..bcaccf7d6a 100644
--- a/lib/debug.c
+++ b/lib/debug.c
@@ -218,4 +218,9 @@ static char str[512];
return str;
}
+
+const char* GET_CN( gnutls_datum cert) {
+ return NULL; /* FIXME */
+}
+
#endif