Olaf Meeuwissen
74898c4330
Fix array indexing
...
This fixes a glaring oversight in 39ceeae6
. Thanks to James Ring for
reporting this.
2018-01-04 20:49:26 +09:00
Olaf Meeuwissen
39ceeae616
md5: fix [-Wstrict-aliasing] compiler warnings
2016-09-07 21:03:30 +09:00
Olaf Meeuwissen
235de98784
md5: fix [-Wpointer-arith] compiler warnings
...
This reverts commits 9aecb00947
and
cdad5961f3
which fixed a different
compiler warning that seems to have disappeared (at least on the
debian-8-full builds).
2016-08-28 11:59:49 +09:00
Olaf Meeuwissen
9aecb00947
md5: Avoid the need for casting
...
This also modifies the code slightly to follow the original array
access more closely.
2016-01-08 21:26:31 +09:00
Volker Diels-Grabsch
cdad5961f3
Introduce md5_set_uint32
...
This fixes the following GCC warning:
warning: dereferencing type-punned pointer will break strict-aliasing rules
2016-01-08 21:21:30 +09:00
Henning Geinitz
9d038e133e
Update to glibc 2.3.1 version. The code is now LGPLed. Changed the K&R style
...
and added prototypes to avoid warnings.
2003-04-02 21:41:37 +00:00
Henning Geinitz
a0b9f501f8
Used #include "../include/sane/config.h".
...
Henning Meier-Geinitz <henning@meier-geinitz.de>
2001-05-31 17:36:39 +00:00
Jochen Eisinger
f0d5bc32ea
2000-11-20 Jochen Eisinger <jochen.eisinger@gmx.net>
...
* lib/md5.c include/md5.h: added md5 functions from GNU textutils
* include/sane/sanei_auth.h sanei/sanei_auth.c: implemented new
SANE interface for user authorization using MD5 digest
2000-11-20 18:54:21 +00:00