]> git.pld-linux.org Git - packages/pesign.git/blame - pesign-build.patch
- updated to 113
[packages/pesign.git] / pesign-build.patch
CommitLineData
f113538e
JB
1--- pesign-113/src/efikeygen.c.orig 2019-05-10 20:53:51.000000000 +0200
2+++ pesign-113/src/efikeygen.c 2019-09-12 20:14:59.158295466 +0200
3@@ -208,7 +208,7 @@
4 add_cert_type(cms_context *cms, void *extHandle, int is_ca)
5 {
6 SECItem bitStringValue;
7- unsigned char type = NS_CERT_TYPE_APP;
8+ unsigned char type = NS_CERT_TYPE_APP & 0xFF;
02f0f164 9
f113538e
JB
10 if (is_ca)
11 type |= NS_CERT_TYPE_SSL_CA |
This page took 0.114383 seconds and 4 git commands to generate.