aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/c_src/crypto.c
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2019-03-05 11:36:09 +0100
committerHans Nilsson <[email protected]>2019-03-19 12:45:54 +0100
commit18124e1cf2157222fb91660fa0d0e46a75309c75 (patch)
tree5f9300f8e5e7bd25b0e7855ccd755ee4fd9508be /lib/crypto/c_src/crypto.c
parentc417b9d8b1959b0c18030d08efe5a9abdc86dc10 (diff)
downloadotp-18124e1cf2157222fb91660fa0d0e46a75309c75.tar.gz
otp-18124e1cf2157222fb91660fa0d0e46a75309c75.tar.bz2
otp-18124e1cf2157222fb91660fa0d0e46a75309c75.zip
crypto: Remove block.c and block.h
Replaced by api_ng.c
Diffstat (limited to 'lib/crypto/c_src/crypto.c')
-rw-r--r--lib/crypto/c_src/crypto.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/crypto/c_src/crypto.c b/lib/crypto/c_src/crypto.c
index c6a5dde67f..ac9823887a 100644
--- a/lib/crypto/c_src/crypto.c
+++ b/lib/crypto/c_src/crypto.c
@@ -29,7 +29,6 @@
#include "aes.h"
#include "algorithms.h"
#include "api_ng.h"
-#include "block.h"
#include "bn.h"
#include "chacha20.h"
#include "cipher.h"
@@ -80,8 +79,6 @@ static ErlNifFunc nif_funcs[] = {
{"hmac_final_nif", 2, hmac_final_nif, 0},
{"cmac_nif", 3, cmac_nif, 0},
{"cipher_info_nif", 1, cipher_info_nif, 0},
- {"block_crypt_nif", 5, block_crypt_nif, 0},
- {"block_crypt_nif", 4, block_crypt_nif, 0},
{"aes_ige_crypt_nif", 4, aes_ige_crypt_nif, 0},
{"aes_ctr_stream_init", 2, aes_ctr_stream_init, 0},
{"aes_ctr_stream_encrypt", 2, aes_ctr_stream_encrypt, 0},