diff options
author | jbj <devnull@localhost> | 2003-06-02 17:01:41 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-06-02 17:01:41 +0000 |
commit | c3d235daaf15afad506160cade5e52ed6939b454 (patch) | |
tree | cb262551151503451eb46fae391a3c2cc2b3cf94 /beecrypt/md5.h | |
parent | 3ea8d7b1979c3bb88bffece0087f858b7a4678a7 (diff) | |
download | librpm-tizen-c3d235daaf15afad506160cade5e52ed6939b454.tar.gz librpm-tizen-c3d235daaf15afad506160cade5e52ed6939b454.tar.bz2 librpm-tizen-c3d235daaf15afad506160cade5e52ed6939b454.zip |
Yet another beecrypt-3.0.0 merge.
CVS patchset: 6882
CVS date: 2003/06/02 17:01:41
Diffstat (limited to 'beecrypt/md5.h')
-rw-r--r-- | beecrypt/md5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/beecrypt/md5.h b/beecrypt/md5.h index 40dcf41c3..1205ea9df 100644 --- a/beecrypt/md5.h +++ b/beecrypt/md5.h @@ -41,7 +41,7 @@ typedef struct #else # error #endif - short offset; + unsigned short offset; } md5Param; #ifdef __cplusplus |