Browse Source

Merge pull request #1167 from borned-mind/openssl

Delete some for correct compilation
pull/1168/head
orignal 7 years ago committed by GitHub
parent
commit
11dca2b352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      libi2pd/Crypto.cpp

4
libi2pd/Crypto.cpp

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

Loading…
Cancel
Save