]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
(_NETTLE_CIPHER_FIX): Use _NETTLE_CIPHER_FIX.
authorNiels Möller <nisse@lysator.liu.se>
Mon, 11 Feb 2002 17:49:38 +0000 (18:49 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 11 Feb 2002 17:49:38 +0000 (18:49 +0100)
Rev: src/nettle/cast128-meta.c:1.2

cast128-meta.c

index de2a194aa72b92aa1d25e60964dba69703ac752c..a0343722e97aab0fe58dfc55ba86544a1cb68604 100644 (file)
@@ -25,4 +25,4 @@
 #include "cast128.h"
 
 const struct nettle_cipher nettle_cast128
-= _NETTLE_CIPHER(cast128, CAST128, 128);
+= _NETTLE_CIPHER_FIX(cast128, CAST128, 128);