XEP-0114: minor fixes to auth.c

- src/sha1.c is used instead of openssl;
 - xmpp_alloc/free should be used instead of malloc/free;
 - coding style fixes.
This commit is contained in:
Dmitry Podgorny
2014-08-26 14:23:02 +03:00
parent 5d76e052ec
commit 3b906f6ceb
2 changed files with 28 additions and 42 deletions

View File

@@ -1,6 +1,7 @@
0.8.7
- SCRAM-SHA-1 authentication mechanism
- pkg-config support
- XEP-0114 support
0.8.5
- libtoolize to generate .so