pike.git/
src/
post_modules/
Nettle/
hash.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2014-09-03
2014-09-03 17:53:37 by Martin Nilsson <nilsson@opera.com>
21b12a3c3c7c85140c66e83259e97a92cf92d16a (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
8.0
memset is C89 and 4.3BSD
437:
push_string(end_shared_string(res)); /* 22e */ /* Clean intermediate values. */
-
MEMSET
(ctx, 0, meta->context_size);
-
MEMSET
(abcbuf, 0, 3*dsz);
+
memset
(ctx, 0, meta->context_size);
+
memset
(abcbuf, 0, 3*dsz);
} INIT