Yay for incorrect comments breaking the build...
This commit is contained in:
parent
c31ab73704
commit
621097f62b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue