summaryrefslogtreecommitdiff
path: root/extra/yassl/testsuite
diff options
context:
space:
mode:
authorunknown <msvensson@pilot.blaudden>2007-03-23 16:41:17 +0100
committerunknown <msvensson@pilot.blaudden>2007-03-23 16:41:17 +0100
commit37ef840f776153ca04d06ba8e1527001aebd07ba (patch)
tree8a2f3dbc9c1a9c01ea72c02aa0d73f719d28fa91 /extra/yassl/testsuite
parent45f2f76457a39977cbe0026f3ae281aa726c6c67 (diff)
downloadmariadb-git-37ef840f776153ca04d06ba8e1527001aebd07ba.tar.gz
Import patch from yaSSL after fixing warnings upstream
extra/yassl/src/ssl.cpp: Import patch yassl.diff extra/yassl/taocrypt/src/integer.cpp: Import patch yassl.diff extra/yassl/taocrypt/test/test.cpp: Import patch yassl.diff extra/yassl/testsuite/testsuite.cpp: Import patch yassl.diff
Diffstat (limited to 'extra/yassl/testsuite')
-rw-r--r--extra/yassl/testsuite/testsuite.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/yassl/testsuite/testsuite.cpp b/extra/yassl/testsuite/testsuite.cpp
index 1cf6a78ebe7..3cd832ebb03 100644
--- a/extra/yassl/testsuite/testsuite.cpp
+++ b/extra/yassl/testsuite/testsuite.cpp
@@ -7,7 +7,7 @@
typedef unsigned char byte;
void taocrypt_test(void*);
-void file_test(char*, byte*);
+void file_test(const char*, byte*);
void client_test(void*);
void echoclient_test(void*);