comparison: libpurple/plugins/ciphertest.c
libpurple/plugins/ciphertest.c
- branch
- soc.2013.gobjectification.plugins
- changeset 36367
- 891eea799578
- parent 34569
- 8fdccc60cfde
- child 36459
- b52f5391d12d
equal
deleted
inserted
replaced
| 31 |
31 |
| 32 #include <glib.h> |
32 #include <glib.h> |
| 33 #include <string.h> |
33 #include <string.h> |
| 34 |
34 |
| 35 #include "debug.h" |
35 #include "debug.h" |
| 36 #include "plugin.h" |
36 #include "plugins.h" |
| 37 #include "version.h" |
37 #include "version.h" |
| 38 #include "util.h" |
38 #include "util.h" |
| 39 |
39 |
| 40 #include "ciphers/aescipher.h" |
40 #include "ciphers/aescipher.h" |
| 41 #include "ciphers/md5hash.h" |
41 #include "ciphers/md5hash.h" |