freebsd-ports/graphics/flphoto/files/patch-http-md5.cxx
Dmitry Marakasov 453135dda3 - Fix LICENSE
- Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches
2017-12-18 11:23:13 +00:00

11 lines
342 B
C++

--- http-md5.cxx.orig 2005-01-23 03:52:44 UTC
+++ http-md5.cxx
@@ -120,7 +120,7 @@ HTTP::md5_string(const MD5Byte *sum, /*
{
int i; /* Looping var */
char *md5ptr; /* Pointer into MD5 string */
- static char *hex = "0123456789abcdef"; /* Hex digits */
+ static char const *hex = "0123456789abcdef"; /* Hex digits */
/*