From: Niels Möller Date: Fri, 8 Nov 2002 09:06:54 +0000 (+0100) Subject: Comment update on nettle-openssl.c. X-Git-Tag: nettle_1.7_release_20030311~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdc2fe71e474cd8c62363e716d807811f226e408;p=thirdparty%2Fnettle.git Comment update on nettle-openssl.c. Rev: src/nettle/nettle-internal.h:1.3 --- 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;