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
No related branches found
No related tags found
No related merge requests found
......@@ -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
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment