diff options
Diffstat (limited to 'devel/stringencoders/files/patch-mod_b64.h')
-rw-r--r-- | devel/stringencoders/files/patch-mod_b64.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/stringencoders/files/patch-mod_b64.h b/devel/stringencoders/files/patch-mod_b64.h deleted file mode 100644 index 745e4ddbe815..000000000000 --- a/devel/stringencoders/files/patch-mod_b64.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/modp_b64.h.orig Tue Sep 25 22:39:43 2007 -+++ src/modp_b64.h Tue Sep 25 22:40:03 2007 -@@ -166,7 +166,7 @@ - * \param[in] s the input string to encode - * \return a newly allocated b64 string. Empty if failed. - */ -- inline std::string b64_encode(const string& s) -+ inline std::string b64_encode(const std::string& s) - { - return b64_encode(s.data(), s.size()); - } |