Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pobject: include <nssckfwc.h> to avoid implicit function declaration
``` src/pobject.c: In function ‘pem_CreateObject’: src/pobject.c:1249:13: warning: implicit declaration of function ‘NSSCKFWC_Logout’ [-Wimplicit-function-declaration] 1249 | NSSCKFWC_Logout(fwInstance, hSession); | ^~~~~~~~~~~~~~~ ``` This is a follow-up commit to nss-pem-1.0.8-5-g25312ae which introduced the warning. Closes: #15
- Loading branch information