| 29 #include "ciphers/des3cipher.h" |
29 #include "ciphers/des3cipher.h" |
| 30 #include "ciphers/descipher.h" |
30 #include "ciphers/descipher.h" |
| 31 #include "ciphers/hmaccipher.h" |
31 #include "ciphers/hmaccipher.h" |
| 32 #include "ciphers/pbkdf2cipher.h" |
32 #include "ciphers/pbkdf2cipher.h" |
| 33 #include "ciphers/rc4cipher.h" |
33 #include "ciphers/rc4cipher.h" |
| 34 #include "hash.h" |
|
| 35 #include "ciphers/md4hash.h" |
34 #include "ciphers/md4hash.h" |
| 36 #include "ciphers/md5hash.h" |
35 #include "ciphers/md5hash.h" |
| 37 #include "ciphers/sha1hash.h" |
36 #include "ciphers/sha1hash.h" |
| 38 #include "ciphers/sha256hash.h" |
37 #include "ciphers/sha256hash.h" |
| 39 #include "cmds.h" |
38 #include "cmds.h" |
| 103 typedef PurpleCertificateVerificationRequest * Purple__Certificate__VerificationRequest; |
102 typedef PurpleCertificateVerificationRequest * Purple__Certificate__VerificationRequest; |
| 104 typedef PurpleCertificateVerificationStatus Purple__Certificate__VerificationStatus; |
103 typedef PurpleCertificateVerificationStatus Purple__Certificate__VerificationStatus; |
| 105 |
104 |
| 106 /* cipher.h */ |
105 /* cipher.h */ |
| 107 typedef PurpleCipher * Purple__Cipher; |
106 typedef PurpleCipher * Purple__Cipher; |
| |
107 typedef PurpleHash * Purple__Hash; |
| 108 typedef PurpleCipherBatchMode Purple__Cipher__BatchMode; |
108 typedef PurpleCipherBatchMode Purple__Cipher__BatchMode; |
| 109 |
109 |
| 110 /* cmds.h */ |
110 /* cmds.h */ |
| 111 typedef PurpleCmdFlag Purple__Cmd__Flag; |
111 typedef PurpleCmdFlag Purple__Cmd__Flag; |
| 112 typedef PurpleCmdId Purple__Cmd__Id; |
112 typedef PurpleCmdId Purple__Cmd__Id; |