Description of problem: /usr/include/nss3/blapi.h fails to compile after update of nss because it now includes cmac.h which is not installed. Version-Release number of selected component (if applicable): nss-3.47.0-1.fc32 How reproducible: Easily. Steps to Reproduce: 1. gcc /usr/include/nss3/blapi.h $(pkg-config --cflags nss) -o/dev/null Actual results: /usr/include/nss3/blapi.h:13:10: fatal error: cmac.h: No such file or directory 13 | #include "cmac.h" | ^~~~~~~~ compilation terminated. Expected results: Success. Additional info: This prevents nss-pem from being (re)built.
Thank you for the report; building rawhide package with: https://src.fedoraproject.org/rpms/nss/c/626f1941fddaa4ba715d41f3efe04a1e4d953625?branch=master
nss-3.47.0-2.fc32.x86_64 works. Thanks for the quick fix!