pike.git/
src/
post_modules/
Nettle/
hash.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2016-01-29
2016-01-29 20:32:20 by Martin Nilsson <nilsson@fastmail.com>
d90a32c747987c7ed0ecc48a4fe6592ab20badf8 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
8.1
NETTLE_SHA3_FIPS202 implies HAVE_NETTLE_SHA3_H
678:
/* NB: SHA3 in Nettle 3.2 and later does not interoperate * with earlier versions of Nettle. */
-
#
if
defined(HAVE_
NETTLE_SHA3_
H) && defined(NETTLE_SHA3_
FIPS202
)
+
#
ifdef
NETTLE_SHA3_FIPS202
#cmod_define PIKE_NAME SHA3_224 #cmod_define NETTLE_NAME sha3_224
704:
#cmod_undef PIKE_NAME #cmod_undef NETTLE_NAME
-
#endif /*
HAVE_
NETTLE_SHA3_
H && NETTLE_SHA3_
FIPS202 */
+
#endif /* NETTLE_SHA3_FIPS202 */
#ifdef HAVE_NETTLE_RIPEMD160_H