diff options
author | manuroe <manu@matrix.org> | 2019-04-10 23:15:27 +0200 |
---|---|---|
committer | manuroe <manu@matrix.org> | 2019-04-10 23:27:14 +0200 |
commit | 809793c9bad785653657e21d4a7eb6282e3c17ee (patch) | |
tree | 74c6cd21e76121dbf39a9e9e8619dda83bb7cd29 /xcode/OLMKit/OLMKit.h | |
parent | 4057f59453d0276a7dbfeee284892c46786c156b (diff) |
OLMKit: SAS: Add PK signing
(cherry picked from commit ff31d489c68d5d9e597bd55a6f6a64f3fe4c7ecc)
Diffstat (limited to 'xcode/OLMKit/OLMKit.h')
-rw-r--r-- | xcode/OLMKit/OLMKit.h | 1 |
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 |