CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2024/10/28 23:21:31
Modified files: regress/lib/libcrypto/ec: ec_asn1_test.c Log message: Disable point doubling for now, it leaks due to a doc bug. Can't replace it with adding the point to itself since that also leaks (another doc bug). Who would've thought.