CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/07/09 02:44:53
Modified files: lib/libcrypto/crypto: Makefile lib/libssl/src/crypto/rsa: rsa_eay.c rsa_err.c rsa_lib.c Removed files: lib/libssl/src/crypto/rsa: rsa_null.c Log message: RSA_NULL used to be a compile option allowing the RSA interfaces to be compiled-in, with nonfunctional code, to be able to cope with the RSA patent. However, we don't use this option, and the RSA patent has expired more than 10 years ago, so just drop this piece.