Skip to content

Commit

Permalink
Fix nss build (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsh123 authored Jul 11, 2024
1 parent 998c4b0 commit 4cfe651
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion include/xmlsec/nss/crypto.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#include <nspr.h>
#include <nss.h>
#include <pk11func.h>
#include <pk11pub.h>

#include <xmlsec/exports.h>
#include <xmlsec/xmlsec.h>
Expand Down
2 changes: 1 addition & 1 deletion src/nss/app.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#include <nspr.h>
#include <nss.h>
#include <pk11func.h>
#include <pk11pub.h>
#include <cert.h>
#include <keyhi.h>
#include <pkcs12.h>
Expand Down
2 changes: 1 addition & 1 deletion src/nss/ciphers.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include <nspr.h>
#include <nss.h>
#include <secoid.h>
#include <pk11func.h>
#include <pk11pub.h>

#include <xmlsec/xmlsec.h>
#include <xmlsec/keys.h>
Expand Down
2 changes: 1 addition & 1 deletion src/nss/crypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <string.h>

#include <nss.h>
#include <pk11func.h>
#include <pk11pub.h>
#include <prinit.h>


Expand Down
2 changes: 1 addition & 1 deletion src/nss/digests.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include <nspr.h>
#include <nss.h>
#include <secoid.h>
#include <pk11func.h>
#include <pk11pub.h>

#include <xmlsec/xmlsec.h>
#include <xmlsec/keys.h>
Expand Down
2 changes: 1 addition & 1 deletion src/nss/hmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <nspr.h>
#include <nss.h>
#include <secoid.h>
#include <pk11func.h>
#include <pk11pub.h>

#include <xmlsec/xmlsec.h>
#include <xmlsec/keys.h>
Expand Down
2 changes: 1 addition & 1 deletion src/nss/keysstore.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#include <nss.h>
#include <cert.h>
#include <pk11func.h>
#include <pk11pub.h>
#include <keyhi.h>

#include <xmlsec/xmlsec.h>
Expand Down
2 changes: 1 addition & 1 deletion src/nss/keytrans.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <string.h>

#include <nss.h>
#include <pk11func.h>
#include <pk11pub.h>
#include <keyhi.h>
#include <hasht.h>

Expand Down
2 changes: 1 addition & 1 deletion src/nss/kw_aes.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include <string.h>

#include <nss.h>
#include <pk11func.h>
#include <pk11pub.h>

#include <xmlsec/xmlsec.h>
#include <xmlsec/keys.h>
Expand Down
2 changes: 1 addition & 1 deletion src/nss/kw_des.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <string.h>

#include <nss.h>
#include <pk11func.h>
#include <pk11pub.h>
#include <hasht.h>

#include <xmlsec/xmlsec.h>
Expand Down
2 changes: 1 addition & 1 deletion src/nss/pkikeys.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#include <string.h>

#include <pk11func.h>
#include <pk11pub.h>
#include <keyhi.h>
#include <pk11pqg.h>

Expand Down
2 changes: 1 addition & 1 deletion src/nss/x509.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#include <keyhi.h>
#include <cert.h>
#include <certdb.h>
#include <pk11func.h>
#include <pk11pub.h>

#include <xmlsec/xmlsec.h>
#include <xmlsec/base64.h>
Expand Down

0 comments on commit 4cfe651

Please sign in to comment.