pike.git/
src/
post_modules/
Nettle/
nettle.cmod
Branch:
Tag:
Non-build tags
All tags
No tags
2014-04-23
2014-04-23 19:54:06 by Henrik Grubbström (Grubba) <grubba@grubba.org>
89dce276349cdfdd933306a2721b938e9ee28424 (
3
lines) (+
3
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
Nettle.AEAD: Added framework for AEAD algorithms.
457:
hash_init(); mac_init(); cipher_init();
+
aead_init();
#endif /* HAVE_LIBNETTLE */ #ifdef __NT__ start_new_program();
474:
PIKE_MODULE_EXIT { #ifdef HAVE_LIBNETTLE
+
aead_exit();
cipher_exit(); mac_exit(); hash_exit();