diff options
Diffstat (limited to 'lib/libalpm/md5.c')
-rw-r--r-- | lib/libalpm/md5.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libalpm/md5.c b/lib/libalpm/md5.c index 767e1665..7d2716f2 100644 --- a/lib/libalpm/md5.c +++ b/lib/libalpm/md5.c @@ -37,6 +37,9 @@ * to * int md5_file( const char *path, unsigned char *output ) * * various static/inline changes + * + * NOTE: XySSL has been renamed to PolarSSL, which is available at + * www.polarssl.org. If we update, we should get it from there. */ #include <string.h> |