Browse Source

fix a typo

pull/405/head
Max Lv 9 years ago
parent
commit
4301ded40e
1 changed files with 0 additions and 2 deletions
  1. 2
      src/encrypt.c

2
src/encrypt.c

@ -790,8 +790,6 @@ void cipher_context_init(cipher_ctx_t *ctx, int method, int enc)
return;
}
enc_iv_len = 0;
if (method >= SALSA20) {
enc_iv_len = supported_ciphers_iv_size[method];
return;

Loading…
Cancel
Save