aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2016-12-30 12:55:57 +0100
committerHans Nilsson <[email protected]>2016-12-30 12:55:57 +0100
commite6f982d7374e148be51865a781af1f1982667af9 (patch)
tree1991325c7be515505ab4b96bc3eeda6d9e353990
parenta82d3bc12ee7e2bb4a76f8bdbcf7746e1b078c52 (diff)
parentaf81f344da4b89a896fc712cb194f4e97fc1209f (diff)
downloadotp-e6f982d7374e148be51865a781af1f1982667af9.tar.gz
otp-e6f982d7374e148be51865a781af1f1982667af9.tar.bz2
otp-e6f982d7374e148be51865a781af1f1982667af9.zip
Merge branch 'hans/crypto/inc_num_ciphers'
-rw-r--r--lib/crypto/c_src/crypto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/c_src/crypto.c b/lib/crypto/c_src/crypto.c
index 68784cd24c..38b49c7a76 100644
--- a/lib/crypto/c_src/crypto.c
+++ b/lib/crypto/c_src/crypto.c
@@ -920,7 +920,7 @@ static ERL_NIF_TERM algo_hash[8]; /* increase when extending the list */
static int algo_pubkey_cnt, algo_pubkey_fips_cnt;
static ERL_NIF_TERM algo_pubkey[7]; /* increase when extending the list */
static int algo_cipher_cnt, algo_cipher_fips_cnt;
-static ERL_NIF_TERM algo_cipher[23]; /* increase when extending the list */
+static ERL_NIF_TERM algo_cipher[24]; /* increase when extending the list */
static void init_algorithms_types(ErlNifEnv* env)
{