summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2016-03-29 11:31:55 +0200
committerWerner Koch <wk@gnupg.org>2016-03-29 11:31:55 +0200
commite2cbd22e03a68fbecc930052330df0c2096d2788 (patch)
tree0d72b0984a4bea374a7b0c95b1db8c676511bef6 /tests
parentf2260e3a2e962ac80124ef938e54041bbea08561 (diff)
downloadlibgcrypt-e2cbd22e03a68fbecc930052330df0c2096d2788.tar.gz
doc: Update for gcry_cipher_gettag and gcry_cipher_checktag.
-- Also re-indent one label. Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/basic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic.c b/tests/basic.c
index 25d31ee2..1a7d3cb0 100644
--- a/tests/basic.c
+++ b/tests/basic.c
@@ -1812,7 +1812,7 @@ _check_gcm_cipher (unsigned int step)
return;
}
-next_tv:
+ next_tv:
gcry_cipher_close (hde);
gcry_cipher_close (hdd);
}