Delete some for correct compilation

This commit is contained in:
Sammael
2018-04-25 01:59:11 +07:00
committed by GitHub
parent adaff9f354
commit 97127e86dc

View File

@@ -595,8 +595,8 @@ namespace crypto
// AES
#ifdef AESNI
#ifdef ARM64AES
void init_aesenc(void) __attribute__((constructor)){
void init_aesenc(void){
// TODO: Implementation
}
#endif