aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/c_src/cipher.h
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2019-03-11 15:08:36 +0100
committerHans Nilsson <[email protected]>2019-03-19 12:45:55 +0100
commit5e0d5aab3f2a61cf9d4f72cead77594c5fdde793 (patch)
tree8725aa76aea3ce35d4ad78cc00d7fc57f5eacff8 /lib/crypto/c_src/cipher.h
parentb13f268f3e67ebe357f2bd87879e57afb45f6414 (diff)
downloadotp-5e0d5aab3f2a61cf9d4f72cead77594c5fdde793.tar.gz
otp-5e0d5aab3f2a61cf9d4f72cead77594c5fdde793.tar.bz2
otp-5e0d5aab3f2a61cf9d4f72cead77594c5fdde793.zip
crypto: New function for SSL app
Diffstat (limited to 'lib/crypto/c_src/cipher.h')
-rw-r--r--lib/crypto/c_src/cipher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/crypto/c_src/cipher.h b/lib/crypto/c_src/cipher.h
index f7b1a09f21..b94873940f 100644
--- a/lib/crypto/c_src/cipher.h
+++ b/lib/crypto/c_src/cipher.h
@@ -59,6 +59,7 @@ struct cipher_type_t {
extern ErlNifResourceType* evp_cipher_ctx_rtype;
struct evp_cipher_ctx {
EVP_CIPHER_CTX* ctx;
+ int iv_len;
#if !defined(HAVE_EVP_AES_CTR)
ErlNifEnv* env;
ERL_NIF_TERM state;