mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-13 04:46:38 +01:00
Merge pull request #1167 from borned-mind/openssl
Delete some for correct compilation
This commit is contained in:
commit
11dca2b352
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue