h2o / picotls

TLS 1.3 implementation in C (master supports RFC8446 as well as draft-26, -27, -28)
536 stars 140 forks source link

"make" error found "Built target test-openssl.t" #416

Closed Ash1161 closed 2 years ago

Ash1161 commented 2 years ago

any help on understanding this issue. Don't know why its coming.

kazuho commented 2 years ago

The problem here is that the compiler is too old and does not have support for -mvaes and -mvpclmulqdq options.

Please

Ash1161 commented 2 years ago

okay thanks.