diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-09-02 15:35:04 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-09-05 10:40:39 +0100 |
commit | 69f269ffaf88515f6d5c0b34178bf0096cf5773b (patch) | |
tree | 140b55571972ddf76c28515ec767ac01a5e21712 /include/olm/account.hh | |
parent | f0acf6582f88ca66b3fabf7d622278da51a94c10 (diff) |
Convert AES functions to plain C
Diffstat (limited to 'include/olm/account.hh')
-rw-r--r-- | include/olm/account.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/olm/account.hh b/include/olm/account.hh index 4b7b190..7e58ca3 100644 --- a/include/olm/account.hh +++ b/include/olm/account.hh @@ -16,7 +16,7 @@ #define OLM_ACCOUNT_HH_ #include "olm/list.hh" -#include "olm/crypto.hh" +#include "olm/crypto.h" #include "olm/error.h" #include <cstdint> |