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

View File

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