diff --git a/libi2pd/Crypto.cpp b/libi2pd/Crypto.cpp index b0473410..8ba99a15 100644 --- a/libi2pd/Crypto.cpp +++ b/libi2pd/Crypto.cpp @@ -595,8 +595,8 @@ namespace crypto // AES #ifdef AESNI #ifdef ARM64AES - void init_aesenc(void) __attribute__((constructor)){ - + void init_aesenc(void){ + // TODO: Implementation } #endif