CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2018/04/17 19:07:38
Modified files: lib/libcrypto/man: RSA_set_method.3 Log message: * Do not document the non-existent function RSA_null_method(3). * Add three missing const qualifiers to function prototypes. * Correct the argument type of RSA_new_method(3). * Remove duplicate decsription of RSA_flags(3) and RSA_new_method(3). * Make the description of method selection simpler, more precise, and more concise. * Correct description of the return value of RSA_set_method(3). * Stop referencing engine(3).