Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matrix-org
Olm
Commits
157c0fa6
Commit
157c0fa6
authored
Apr 22, 2019
by
Hubert Chathi
Browse files
remove some debugging output from tests
parent
5832e856
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test_pk.cpp
View file @
157c0fa6
...
...
@@ -188,8 +188,6 @@ olm_pk_signing_key_from_seed(
seed
,
sizeof
(
seed
)
);
printf
(
"pubkey: %s
\n
"
,
pubkey
);
char
*
message
=
strdup
(
"We hold these truths to be self-evident, that all men are created equal, that they are endowed by their Creator with certain unalienable Rights, that among these are Life, Liberty and the pursuit of Happiness."
);
std
::
uint8_t
*
sig_buffer
=
(
std
::
uint8_t
*
)
malloc
(
olm_pk_signature_length
()
+
1
);
...
...
@@ -200,8 +198,6 @@ olm_pk_sign(
sig_buffer
,
olm_pk_signature_length
()
);
printf
(
"sig: %s
\n
"
,
sig_buffer
);
void
*
utility_buffer
=
malloc
(
::
olm_utility_size
());
::
OlmUtility
*
utility
=
::
olm_utility
(
utility_buffer
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment