1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-22 04:04:16 +00:00

Merge pull request #1167 from borned-mind/openssl

Delete some for correct compilation
This commit is contained in:
orignal 2018-04-24 15:04:12 -04:00 committed by GitHub
commit 11dca2b352
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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