summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-09-09 18:37:35 +0200
committerSimon Josefsson <simon@josefsson.org>2008-09-09 18:37:35 +0200
commit862791a58d75d01b491d7818da8ecda9ff442b43 (patch)
treeef7a8841029370b9721bbb5fd4bdca5fb83504d0
parent5f1ded09b88bb2ea961b591cb5fecbf146a173a3 (diff)
downloadgnutls-862791a58d75d01b491d7818da8ecda9ff442b43.tar.gz
Make it build.
-rw-r--r--lib/gnutls_cipher_int.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/gnutls_cipher_int.c b/lib/gnutls_cipher_int.c
index b9cc304b98..67cd7cf2b6 100644
--- a/lib/gnutls_cipher_int.c
+++ b/lib/gnutls_cipher_int.c
@@ -178,7 +178,6 @@ _gnutls_cipher_deinit (cipher_hd_st* handle)
handle->hd.rh.cc->deinit( handle->hd.rh.ctx);
return;
}
- }
- gc_cipher_close (handle->hd.gc);
}
+ gc_cipher_close (handle->hd.gc);
}