Skip to content

Commit

Permalink
pobject: include <nssckfwc.h> to avoid implicit function declaration
Browse files Browse the repository at this point in the history
```
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
kdudka committed Feb 17, 2023
1 parent b737153 commit 9e160fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pobject.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@

#include <blapi.h>
#include <certt.h>
#include <nssckfwc.h>
#include <pk11pub.h>
#include <secasn1.h>

Expand Down

0 comments on commit 9e160fc

Please sign in to comment.