X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_md5.h;h=46f10f01439edbcc8bad45673cc302039b76dd5b;hb=5b492c8481d4dc877f59efd0f06923faece77043;hp=47f5d0b9e59a0d52a6e15fccb4ea460ebe43f418;hpb=89e093a7a1f0b47b17bd6b1236567efb0de142d5;p=vlc diff --git a/include/vlc_md5.h b/include/vlc_md5.h index 47f5d0b9e5..46f10f0143 100644 --- a/include/vlc_md5.h +++ b/include/vlc_md5.h @@ -22,10 +22,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. *****************************************************************************/ -#if !defined( __LIBVLC__ ) - #error You are not libvlc or one of its plugins. You cannot include this file -#endif - #ifndef _VLC_MD5_H # define _VLC_MD5_H @@ -46,7 +42,7 @@ VLC_EXPORT(void, InitMD5, ( struct md5_s * ) ); VLC_EXPORT(void, AddMD5, ( struct md5_s *, const void *, size_t ) ); VLC_EXPORT(void, EndMD5, ( struct md5_s * ) ); -/** +/** * Returns a char representation of the md5 hash, as shown by UNIX md5 or * md5sum tools. */