]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
added fixme
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 27 Jan 2012 21:01:50 +0000 (22:01 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 27 Jan 2012 21:01:50 +0000 (22:01 +0100)
lib/x509_b64.c

index 53dc1cce51b9545853a24f58e1a54d412dd928e2..00379c1f3a8dd85bbc6f711127763d3a547f18c2 100644 (file)
@@ -28,6 +28,9 @@
 #include <gnutls_datum.h>
 #include <x509_b64.h>
 
+/* FIXME: rewrite this to use GNULIB's base64 implementation.
+ */
+
 static const uint8_t b64table[] =
   "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";