Skip to content

Commit

Permalink
Fix build with ENABLE_OPENSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
neocturne committed Jun 28, 2014
1 parent 54a3574 commit 17d7b74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/crypto/cipher/aes128_ctr/openssl/aes128_ctr_openssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ static void aes128_ctr_free(fastd_cipher_state_t *state) {

/** The openssl aes128-ctr implementation */
const fastd_cipher_t fastd_cipher_aes128_ctr_openssl = {
.available = fastd_true,

.init = aes128_ctr_init,
.crypt = aes128_ctr_crypt,
.free = aes128_ctr_free,
Expand Down

0 comments on commit 17d7b74

Please sign in to comment.