diff options
Diffstat (limited to 'src/crypto/md5.c')
-rw-r--r-- | src/crypto/md5.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/crypto/md5.c b/src/crypto/md5.c index 72b291ac8..8c606398e 100644 --- a/src/crypto/md5.c +++ b/src/crypto/md5.c @@ -20,6 +20,8 @@ * */ +FILE_LICENCE ( GPL2_OR_LATER ); + #include <stdint.h> #include <string.h> #include <byteswap.h> |