Skip to content

Commit

Permalink
Merge pull request PurpleI2P#1167 from borned-mind/openssl
Browse files Browse the repository at this point in the history
Delete some for correct compilation
  • Loading branch information
orignal authored Apr 24, 2018
2 parents cb81195 + 97127e8 commit 11dca2b
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 11dca2b

Please sign in to comment.