diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-01-27 22:01:50 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-01-27 22:01:50 +0100 |
commit | 2216b3561d86cccb94af363590fd7a329fd013f5 (patch) | |
tree | c2f62a9d45121580cf99fd09a2bd4e4fee5daeab /lib/x509_b64.c | |
parent | 6b837df532f54b47bac8593d6fef4d6c73c91d80 (diff) | |
download | gnutls-2216b3561d86cccb94af363590fd7a329fd013f5.tar.gz |
added fixme
Diffstat (limited to 'lib/x509_b64.c')
-rw-r--r-- | lib/x509_b64.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/x509_b64.c b/lib/x509_b64.c index 53dc1cce51..00379c1f3a 100644 --- a/lib/x509_b64.c +++ b/lib/x509_b64.c @@ -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+/"; |