]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Comment fix.
authorNiels Möller <nisse@lysator.liu.se>
Mon, 5 Jul 2010 19:53:00 +0000 (21:53 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 5 Jul 2010 19:53:00 +0000 (21:53 +0200)
Rev: nettle/des-compat.h:1.2

des-compat.h

index d005a7ed23fdd8829626ebe1296eb0c8c827406a..8aab3bc47dd71036cb5efa8a4bfa63fb63a4f8db 100644 (file)
@@ -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.
 */