Skip to content

Commit

Permalink
Delete some for correct compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
borned-mind authored Apr 24, 2018
1 parent adaff9f commit 97127e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libi2pd/Crypto.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -595,8 +595,8 @@ namespace crypto
// AES
#ifdef AESNI
#ifdef ARM64AES
void init_aesenc(void) __attribute__((constructor)){

void init_aesenc(void){
// TODO: Implementation
}

#endif
Expand Down

0 comments on commit 97127e8

Please sign in to comment.