| OLD | NEW |
| 1 Name: modp base64 decoder | 1 Name: modp base64 decoder |
| 2 Short Name: stringencoders | 2 Short Name: stringencoders |
| 3 URL: http://code.google.com/p/stringencoders/ | 3 URL: https://github.com/client9/stringencoders |
| 4 Version: unknown | 4 Version: unknown |
| 5 License: BSD | 5 License: BSD |
| 6 Security Critical: yes | 6 Security Critical: yes |
| 7 | 7 |
| 8 Description: | 8 Description: |
| 9 The modp_b64.c file was modified to remove the inclusion of modp's config.h | 9 The modp_b64.c file was modified to remove the inclusion of modp's config.h |
| 10 and to fix compilation errors that occur under VC8. The file was renamed | 10 and to fix compilation errors that occur under VC8. The file was renamed |
| 11 modp_b64.cc to force it to be compiled as C++ so that the inclusion of | 11 modp_b64.cc to force it to be compiled as C++ so that the inclusion of |
| 12 basictypes.h could be possible. | 12 basictypes.h could be possible. |
| 13 | 13 |
| 14 The modp_b64.cc and modp_b64.h files were modified to make them safe on | 14 The modp_b64.cc and modp_b64.h files were modified to make them safe on |
| 15 64-bit systems. | 15 64-bit systems. |
| 16 The modp_b64.cc was modified to avoid misaligned read/write on | 16 The modp_b64.cc was modified to avoid misaligned read/write on |
| 17 little-endian hardware. | 17 little-endian hardware. |
| OLD | NEW |