pike.git/
src/
post_modules/
Nettle/
nettle.h
Branch:
Tag:
Non-build tags
All tags
No tags
2003-03-18
2003-03-18 16:26:39 by Niels Möller <nisse@lysator.liu.se>
48f454d182c071f41021f285afea756ee10e947e (
7
lines) (+
7
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
Declare cipher_init and cipher_exit.
Rev: src/post_modules/Nettle/nettle.h:1.3
17:
void hash_exit(void);
+
+
void
+
cipher_init(void);
+
+
void
+
cipher_exit(void);