Magellan Linux

Contents of /trunk/libgadu/patches/libgadu-1.12.0-tests.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2511 - (show annotations) (download)
Mon Oct 27 15:06:06 2014 UTC (9 years, 6 months ago) by niro
File size: 453 byte(s)
-fix tests
1 diff -ruN libgadu-1.12.0/test/manual/lib/base64.c my/test/manual/lib/base64.c
2 --- libgadu-1.12.0/test/manual/lib/base64.c 2014-06-13 20:41:37.000000000 +0200
3 +++ my/test/manual/lib/base64.c 2014-08-13 03:08:00.612006311 +0200
4 @@ -30,7 +30,7 @@
5 #include <openssl/bio.h>
6 #include <openssl/buffer.h>
7
8 -char *gg_base64_encode(const char *input, ssize_t len)
9 +char *gg_base64_encode2(const char *input, ssize_t len)
10 {
11 BIO *bmem, *b64;
12 BUF_MEM *bptr;