Skip to content

Commit

Permalink
macros...
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavrax committed Oct 5, 2023
1 parent 5a70ef5 commit 090aa6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/pbcc_crypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
#include <stdio.h>
#include "pbbase64.h"
#include "pbcc_crypto.h"
#if PUBNUB_CRYPTO_API
#include "pbsha256.h"
#endif
#include "pbaes256.h"
#include "pubnub_crypto.h"
#include "pubnub_log.h"
Expand Down
2 changes: 2 additions & 0 deletions core/pbcc_crypto_aes_cbc.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#include <stdio.h>
#include "pbcc_crypto.h"
#include "pbaes256.h"
#if PUBNUB_CRYPTO_API
#include "pbbase64.h"
#endif
#include "pubnub_crypto.h"
#include "pubnub_memory_block.h"
#include "pubnub_log.h"
Expand Down

0 comments on commit 090aa6c

Please sign in to comment.