-
- Downloads
Nettle/cipher.cmod: Don't define object storage within an #ifdef
precompile.pike apparently inserts the storage struct for a class at the last PIKEVAR, which in the case of CipherBlock16 was inside an #ifdef. Moved the PIKEVAR around so that Nettle/cipher.cmod also compiles on systems without HAVE_NETTLE_GCM_H.
Loading
Please register or sign in to comment