Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marcus Hoffmann
nettle
Commits
07f9d9b5
Commit
07f9d9b5
authored
Jul 18, 2002
by
Niels Möller
Browse files
Declare openssl glue ciphers.
Rev: src/nettle/nettle-internal.h:1.2
parent
3bd87ab0
Changes
1
Hide whitespace changes
Inline
Side-by-side
nettle-internal.h
View file @
07f9d9b5
...
...
@@ -38,4 +38,9 @@ extern const struct nettle_cipher nettle_des3;
extern
const
struct
nettle_cipher
nettle_blowfish128
;
/* Glue to openssl, for comparative benchmarking */
extern
const
struct
nettle_cipher
nettle_openssl_blowfish128
;
extern
const
struct
nettle_cipher
nettle_openssl_des
;
extern
const
struct
nettle_cipher
nettle_openssl_cast128
;
#endif
/* NETTLE_INTERNAL_H_INCLUDED */
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment