diff options
Diffstat (limited to 'lib/libalpm/md5.c')
-rw-r--r-- | lib/libalpm/md5.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libalpm/md5.c b/lib/libalpm/md5.c index 10eec0d2..2d111c9d 100644 --- a/lib/libalpm/md5.c +++ b/lib/libalpm/md5.c @@ -333,4 +333,3 @@ int md5_file( const char *path, unsigned char *output ) fclose( f ); return( 0 ); } - |