Mercurial > pidgin
comparison plugins/perl/common/Cipher.xs @ 11202:ff4884029708
[gaim-migrate @ 13330]
Some compile warning fixes. It's very possible the perl warnings
were caused by some of my changes to the core last week
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Mon, 08 Aug 2005 02:21:57 +0000 |
| parents | 8dca96cbcd64 |
| children | b284c703d398 |
comparison
equal
deleted
inserted
replaced
| 11201:07dc8c6a359f | 11202:ff4884029708 |
|---|---|
| 109 | 109 |
| 110 gboolean | 110 gboolean |
| 111 gaim_cipher_context_digest_to_str(context, in_len, digest_s, out_len) | 111 gaim_cipher_context_digest_to_str(context, in_len, digest_s, out_len) |
| 112 Gaim::Cipher::Context context | 112 Gaim::Cipher::Context context |
| 113 size_t in_len | 113 size_t in_len |
| 114 guchar &digest_s | 114 gchar &digest_s |
| 115 size_t &out_len | 115 size_t &out_len |
| 116 | 116 |
| 117 gint | 117 gint |
| 118 gaim_cipher_context_encrypt(context, data, len, output, outlen) | 118 gaim_cipher_context_encrypt(context, data, len, output, outlen) |
| 119 Gaim::Cipher::Context context | 119 Gaim::Cipher::Context context |
