Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavrax committed Oct 3, 2023
1 parent fb8aeed commit d00f2d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion core/pbcc_crypto_aes_cbc.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include <stdio.h>
#include "pbcc_crypto.h"
#include "pbaes256.h"
#include "pbsha256.h"
#include "pbbase64.h"
#include "pubnub_crypto.h"
#include "pubnub_memory_block.h"
Expand Down
2 changes: 1 addition & 1 deletion core/pubnub_crypto.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);


/**
Expand Down

0 comments on commit d00f2d7

Please sign in to comment.