CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2019/01/19 18:59:06
Modified files: usr.bin/openssl: prime.c Log message: Fix BN_is_prime_* calls in openssl(1), the API returns -1 on error. Found thanks to BoringSSL's commit 53409ee3d7595ed37da472bc73b010cd2c8a5ffd by David Benjamin. ok djm, jsing