h2o/picotls

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

Ash1161 opened this issue · 2 comments

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

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

Please

  • use a newer complier, or
  • build with cmake option -DWITH_FUSION=OFF.

okay thanks.