From 05a0279a195b6fa1d8ed5c00482b0292c474af5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Mon, 5 Jul 2010 21:53:00 +0200 Subject: [PATCH] Comment fix. Rev: nettle/des-compat.h:1.2 --- des-compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/des-compat.h b/des-compat.h index d005a7ed..8aab3bc4 100644 --- a/des-compat.h +++ b/des-compat.h @@ -75,7 +75,7 @@ typedef uint8_t des_cblock[DES_BLOCK_SIZE]; foo(const_des_cblock src, des_cblock dst), letting argument arrays "decay" into pointers of type uint8_t * and const uint8_t *. - But since openssl's prototypes use *pointers const_des_cblock *src, + But since openssl's prototypes use *pointers* const_des_cblock *src, des_cblock *dst, this ends up in type conflicts, and the workaround is to not use const at all. */ -- GitLab