2015-07-10 19:18+0200, Radim Krčmář: > diff --git a/crypto/cipher-nettle.c b/crypto/cipher-nettle.c > +void aes_encrypt_wrapper(cipher_ctx_t ctx, cipher_length_t length, > + uint8_t *dst, const uint8_t *src)
Wrappers should be static (rushed posting). I'll send v3 on Wed/Thu. > +{ > + aes_encrypt(ctx, length, dst, src); > +}