]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Comment update on nettle-openssl.c.
authorNiels Möller <nisse@lysator.liu.se>
Fri, 8 Nov 2002 09:06:54 +0000 (10:06 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Fri, 8 Nov 2002 09:06:54 +0000 (10:06 +0100)
Rev: src/nettle/nettle-internal.h:1.3

nettle-internal.h

index 03c501fd57ff58d7773ac05c3e54baa682041677..670d4373e17681d948ca05dd7cba60d777ccda41 100644 (file)
@@ -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;