Skip to content
Snippets Groups Projects
Commit 621097f6 authored by David Baker's avatar David Baker
Browse files

Yay for incorrect comments breaking the build...

parent c31ab737
Branches
Tags
No related merge requests found
...@@ -213,7 +213,7 @@ typedef struct OlmPkSigning OlmPkSigning; ...@@ -213,7 +213,7 @@ typedef struct OlmPkSigning OlmPkSigning;
size_t olm_pk_signing_size(void); size_t olm_pk_signing_size(void);
/** Initialise a signing object using the supplied memory /** 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( OlmPkSigning *olm_pk_signing(
void * memory void * memory
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment