From fdc2fe71e474cd8c62363e716d807811f226e408 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Fri, 8 Nov 2002 10:06:54 +0100 Subject: [PATCH] Comment update on nettle-openssl.c. Rev: src/nettle/nettle-internal.h:1.3 --- nettle-internal.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; -- GitLab