diff --git a/core/pbcc_crypto_aes_cbc.c b/core/pbcc_crypto_aes_cbc.c index c5565060..e7f19359 100644 --- a/core/pbcc_crypto_aes_cbc.c +++ b/core/pbcc_crypto_aes_cbc.c @@ -1,7 +1,6 @@ #include #include "pbcc_crypto.h" #include "pbaes256.h" -#include "pbsha256.h" #include "pbbase64.h" #include "pubnub_crypto.h" #include "pubnub_memory_block.h" diff --git a/core/pubnub_crypto.h b/core/pubnub_crypto.h index 88aeb7b2..42c9ec97 100644 --- a/core/pubnub_crypto.h +++ b/core/pubnub_crypto.h @@ -187,7 +187,7 @@ struct pubnub_crypto_provider_t *pubnub_crypto_aes_cbc_module_init(const uint8_t @return Pointer to the aes cbc crypto module structure. */ -struct pubnub_crypto_provider_t *pubnub_crypto_aes_cbc_module_init(const uint8_t* cipher_key); +struct pubnub_crypto_provider_t *pubnub_crypto_legacy_module_init(const uint8_t* cipher_key); /**