summaryrefslogtreecommitdiff
path: root/nettle-internal.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2002-11-08 10:06:54 +0100
committerNiels Möller <nisse@lysator.liu.se>2002-11-08 10:06:54 +0100
commitfdc2fe71e474cd8c62363e716d807811f226e408 (patch)
treed0d84894154a3df352e7f1457cc4b8c05cde2dc7 /nettle-internal.h
parenteab24755c08efe0c6908295c99fc6cec25e9d068 (diff)
downloadnettle-fdc2fe71e474cd8c62363e716d807811f226e408.tar.gz
Comment update on nettle-openssl.c.
Rev: src/nettle/nettle-internal.h:1.3
Diffstat (limited to 'nettle-internal.h')
-rw-r--r--nettle-internal.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/nettle-internal.h b/nettle-internal.h
index 03c501fd..670d4373 100644
--- a/nettle-internal.h
+++ b/nettle-internal.h
@@ -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;