summaryrefslogtreecommitdiff
path: root/graphics/flphoto/files/patch-http-md5.cxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--graphics/flphoto/files/patch-http-md5.cxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/flphoto/files/patch-http-md5.cxx b/graphics/flphoto/files/patch-http-md5.cxx
new file mode 100644
index 000000000000..c11fc62e6f1b
--- /dev/null
+++ b/graphics/flphoto/files/patch-http-md5.cxx
@@ -0,0 +1,11 @@
+--- ./http-md5.cxx.orig 2012-12-22 12:42:25.000000000 +0100
++++ ./http-md5.cxx 2012-12-22 12:42:28.000000000 +0100
+@@ -120,7 +120,7 @@
+ {
+ int i; /* Looping var */
+ char *md5ptr; /* Pointer into MD5 string */
+- static char *hex = "0123456789abcdef"; /* Hex digits */
++ static char const *hex = "0123456789abcdef"; /* Hex digits */
+
+
+ /*