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
Brian Smith
nettle
Commits
fdc2fe71
Commit
fdc2fe71
authored
Nov 08, 2002
by
Niels Möller
Browse files
Comment update on nettle-openssl.c.
Rev: src/nettle/nettle-internal.h:1.3
parent
eab24755
Changes
1
Hide whitespace changes
Inline
Side-by-side
nettle-internal.h
View file @
fdc2fe71
...
...
@@ -38,7 +38,10 @@ extern const struct nettle_cipher nettle_des3;
extern
const
struct
nettle_cipher
nettle_blowfish128
;
/* Glue to openssl, for comparative benchmarking */
/* Glue to openssl, for comparative benchmarking. The corresponding
* code is not included in the nettle library, as that would make the
* shared library depend on openssl. Instead, look at
* examples/nettle-openssl.c. */
extern
const
struct
nettle_cipher
nettle_openssl_blowfish128
;
extern
const
struct
nettle_cipher
nettle_openssl_des
;
extern
const
struct
nettle_cipher
nettle_openssl_cast128
;
...
...
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