aboutsummaryrefslogtreecommitdiff
path: root/xcode/OLMKit/OLMKit.h
diff options
context:
space:
mode:
authormanuroe <manu@matrix.org>2019-04-10 23:15:27 +0200
committermanuroe <manu@matrix.org>2019-04-10 23:27:14 +0200
commit809793c9bad785653657e21d4a7eb6282e3c17ee (patch)
tree74c6cd21e76121dbf39a9e9e8619dda83bb7cd29 /xcode/OLMKit/OLMKit.h
parent4057f59453d0276a7dbfeee284892c46786c156b (diff)
OLMKit: SAS: Add PK signing
(cherry picked from commit ff31d489c68d5d9e597bd55a6f6a64f3fe4c7ecc)
Diffstat (limited to 'xcode/OLMKit/OLMKit.h')
-rw-r--r--xcode/OLMKit/OLMKit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xcode/OLMKit/OLMKit.h b/xcode/OLMKit/OLMKit.h
index 2ed6ebd..54496a0 100644
--- a/xcode/OLMKit/OLMKit.h
+++ b/xcode/OLMKit/OLMKit.h
@@ -28,6 +28,7 @@
#import <OLMKit/OLMOutboundGroupSession.h>
#import <OLMKit/OLMPkEncryption.h>
#import <OLMKit/OLMPkDecryption.h>
+#import <OLMKit/OLMPkSigning.h>
#import <OLMKit/OLMSAS.h>
@interface OLMKit : NSObject