CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2024/03/28 20:28:51
Modified files: lib/libcrypto/cms: cms.h Log message: Stop playing #ifdef HEADER_PEM_H games in cms.h. Rather than making prototypes appear and disappear depending on whether or not you've included pem.h before cms.h, just include pem.h from cms.h itself. ok joshua@ tb@