CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/04/16 03:08:20
Modified files: lib/libcrypto/bn: bn.h Log message: Various BN*init() will be removed from the public API With the corresponding structs now being opaque, the only thing they are good for outside the library are memory leaks. They will be removed completely or become internal only. ok jsing