diff options
author | Valere <bill.carson@valrsoft.com> | 2019-04-10 14:03:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-10 14:03:49 +0200 |
commit | c79d9282dcb9946144905a93ec9b5f14b17cc30c (patch) | |
tree | b167ff5e145c66bc3ebea2f9db9f04183cc1b2ea /android/olm-sdk/src/main/jni/olm_jni_helper.h | |
parent | ebc156e7c272e08e375c3e704651b179541e078b (diff) | |
parent | eb7347bb524b830c1458d64411cd56fc58ad5b91 (diff) |
Merge pull request #83 from matrix-org/BillCarsonFr/java_sas
Java binding for SAS
Diffstat (limited to 'android/olm-sdk/src/main/jni/olm_jni_helper.h')
-rw-r--r-- | android/olm-sdk/src/main/jni/olm_jni_helper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/olm-sdk/src/main/jni/olm_jni_helper.h b/android/olm-sdk/src/main/jni/olm_jni_helper.h index e9c03c8..22552b4 100644 --- a/android/olm-sdk/src/main/jni/olm_jni_helper.h +++ b/android/olm-sdk/src/main/jni/olm_jni_helper.h @@ -28,4 +28,5 @@ namespace AndroidOlmSdk static const char *CLASS_OLM_PK_ENCRYPTION = "org/matrix/olm/OlmPkEncryption"; static const char *CLASS_OLM_PK_DECRYPTION = "org/matrix/olm/OlmPkDecryption"; static const char *CLASS_OLM_PK_SIGNING = "org/matrix/olm/OlmPkSigning"; + static const char *CLASS_OLM_SAS = "org/matrix/olm/OlmSAS"; } |