summaryrefslogtreecommitdiff
path: root/base64.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2008-09-15 22:23:24 +0200
committerNiels Möller <nisse@lysator.liu.se>2008-09-15 22:23:24 +0200
commit7dcba661d62d9248ed7b892024a2442b0520016f (patch)
tree9834a084ec1a4595fd3dd3771162f0faf26f8c24 /base64.h
parentd4757ff06292c71af5ac56724b03af4126279a01 (diff)
downloadnettle-7dcba661d62d9248ed7b892024a2442b0520016f.tar.gz
Reviewed FIXME-comments.
Rev: nettle/aes-decrypt-internal.c:1.2 Rev: nettle/aes-encrypt-internal.c:1.2 Rev: nettle/aes-internal.h:1.2 Rev: nettle/arctwo.h:1.2 Rev: nettle/base16-decode.c:1.2 Rev: nettle/base16-encode.c:1.2 Rev: nettle/base16.h:1.2 Rev: nettle/base64.h:1.2 Rev: nettle/bignum-random.c:1.2 Rev: nettle/bignum.c:1.2 Rev: nettle/bignum.h:1.3 Rev: nettle/rsa-sign.c:1.3 Rev: nettle/rsa-verify.c:1.3 Rev: nettle/rsa.c:1.3 Rev: nettle/rsa.h:1.2 Rev: nettle/sexp-transport-format.c:1.2 Rev: nettle/sexp.c:1.2 Rev: nettle/sexp.h:1.2
Diffstat (limited to 'base64.h')
-rw-r--r--base64.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/base64.h b/base64.h
index 279dff99..2be18653 100644
--- a/base64.h
+++ b/base64.h
@@ -133,8 +133,8 @@ base64_decode_single(struct base64_decode_ctx *ctx,
* area before the call. *DST_LENGTH is updated to the amount of
* decoded output. */
-/* FIXME: Currently results in an assertion failure if *DST_LENGTH is
- * too small. Return some error instead? */
+/* Currently results in an assertion failure if *DST_LENGTH is
+ * too small. FIXME: Return some error instead? */
int
base64_decode_update(struct base64_decode_ctx *ctx,
unsigned *dst_length,