CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/04/25 06:11:17
Modified files: lib/libcrypto/man: BN_new.3 Log message: BN_new: zap an anachronistic admonition -This type should be considered opaque and fields should not be modified -or accessed directly. The type has long been opaque and reasonable people will not do things that permit them to access the fields of opaque types directly. Of course, in the vicinity of OpenSSL code and API all sorts of insanity actually exist.