Skip to content

Commit

Permalink
Add extern "C" declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
wjk committed Oct 15, 2019
1 parent 435e1b2 commit 0261ddb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/algorithms/pdcrypto_digest_final.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@

#include <corecrypto/ccdigest.h>

__BEGIN_DECLS
void pdcdigest_final_64le(const struct ccdigest_info *di, ccdigest_ctx_t ctx, unsigned char *digest);

void pdcdigest_final_64be(const struct ccdigest_info *di, ccdigest_ctx_t ctx, unsigned char *digest);
__END_DECLS

#endif /* defined(__pdcrypto__pd_crypto_digest_final__) */

0 comments on commit 0261ddb

Please sign in to comment.