summaryrefslogtreecommitdiff
path: root/lib/debug.c
diff options
context:
space:
mode:
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