diff options
author | Werner Koch <wk@gnupg.org> | 2016-03-29 11:31:55 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2016-03-29 11:31:55 +0200 |
commit | e2cbd22e03a68fbecc930052330df0c2096d2788 (patch) | |
tree | 0d72b0984a4bea374a7b0c95b1db8c676511bef6 /tests | |
parent | f2260e3a2e962ac80124ef938e54041bbea08561 (diff) | |
download | libgcrypt-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.c | 2 |
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); } |