Yay for incorrect comments breaking the build...

poljar/cmake_sas
David Baker 2019-01-30 18:18:55 +00:00
parent c31ab73704
commit 621097f62b
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ typedef struct OlmPkSigning OlmPkSigning;
size_t olm_pk_signing_size(void);
/** Initialise a signing object using the supplied memory
* The supplied memory must be at least olm_pk_sign_size() bytes */
* The supplied memory must be at least olm_pk_signing_size() bytes */
OlmPkSigning *olm_pk_signing(
void * memory
);