aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2019-02-01 11:39:06 -0500
committerHubert Chathi <hubert@uhoreg.ca>2019-02-01 11:39:06 -0500
commit48dda7922d0fbb36a219045be01c58f518122448 (patch)
tree9d2bd19a11052e2d7fbb577e40362f4bcbfaaf32 /src
parent621097f62b4c707d4e98ce68cdf8d5397178d41e (diff)
call the right function and remove unnecessary include
Diffstat (limited to 'src')
-rw-r--r--src/pk.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pk.cpp b/src/pk.cpp
index 5db472c..111e54b 100644
--- a/src/pk.cpp
+++ b/src/pk.cpp
@@ -473,8 +473,6 @@ size_t olm_pk_signature_length() {
return olm::encode_base64_length(ED25519_SIGNATURE_LENGTH);
}
-#include "olm/utility.hh"
-
size_t olm_pk_sign(
OlmPkSigning *signing,
uint8_t const * message, size_t message_length,