Skip to content

Commit f0c6425

Browse files
committed
Problem: nss not defined in known_projects
Solution: add it
1 parent 71d8f70 commit f0c6425

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -796,6 +796,12 @@ Model is described in `zproject_known_projects.xml` file:
796796
header = "lz4.h"
797797
test = "LZ4_decompress_safe" />
798798

799+
<use project = "nss"
800+
debian_name = "libnss3-dev"
801+
redhat_name = "nss-devel"
802+
header = "sechash.h"
803+
test = "HASH_Create" />
804+
799805
</known_projects>
800806
```
801807

zproject_known_projects.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,10 @@
205205
header = "lz4.h"
206206
test = "LZ4_decompress_safe" />
207207

208+
<use project = "nss"
209+
debian_name = "libnss3-dev"
210+
redhat_name = "nss-devel"
211+
header = "sechash.h"
212+
test = "HASH_Create" />
213+
208214
</known_projects>

0 commit comments

Comments
 (0)