chunk_clear not clear_chunk.

This commit is contained in:
Tobias Brunner
2011-05-10 15:40:46 +02:00
parent 59965aaf96
commit 70f918ec1d
@@ -152,7 +152,7 @@ METHOD(crypter_t, set_key, void,
METHOD(crypter_t, destroy, void, METHOD(crypter_t, destroy, void,
private_openssl_crypter_t *this) private_openssl_crypter_t *this)
{ {
clear_chunk(&this->key); chunk_clear(&this->key);
free(this); free(this);
} }