CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/27 01:31:18
Modified files:
lib/libcrypto/ec: ec_local.h
Log message:
Remove the now unused poly[] from EC_GROUP
This was needed for defining the multiplication over binary fields. Since
that code is gone, this is no longer needed.
ok jsing
