From 97127e86dc1d600f667f7c0c0b205371f74eb8a0 Mon Sep 17 00:00:00 2001 From: Sammael <36346388+borned-mind@users.noreply.github.com> Date: Wed, 25 Apr 2018 01:59:11 +0700 Subject: [PATCH] Delete some for correct compilation --- libi2pd/Crypto.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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