From b83a0c0992217b47848d3da00215503f4b65bd0a Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 30 Sep 2019 13:19:23 +0100 Subject: Fix comment and also js build The python that searches the header files for exports isn't smart enough to know what is a comment and what isn't, so it picks this up too and emscripten then complains about it being undefined. --- include/olm/pk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/olm/pk.h') diff --git a/include/olm/pk.h b/include/olm/pk.h index b51033c..d6476f2 100644 --- a/include/olm/pk.h +++ b/include/olm/pk.h @@ -152,7 +152,7 @@ size_t olm_pickle_pk_decryption_length( /** Stores decryption object as a base64 string. Encrypts the object using the * supplied key. Returns the length of the pickled object on success. * Returns olm_error() on failure. If the pickle output buffer - * is smaller than olm_pickle_decryption_length() then + * is smaller than olm_pickle_pk_decryption_length() then * olm_pk_decryption_last_error() will be "OUTPUT_BUFFER_TOO_SMALL" */ size_t olm_pickle_pk_decryption( OlmPkDecryption * decryption, -- cgit v1.2.3