mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
36 lines
1.1 KiB
Diff
36 lines
1.1 KiB
Diff
--- ./nss/cmd/bltest/blapitest.c.orig
|
|
+++ ./nss/cmd/bltest/blapitest.c
|
|
@@ -1636,8 +1636,7 @@
|
|
cipherInfo->cipher.symmkeyCipher = seed_Encrypt;
|
|
else
|
|
cipherInfo->cipher.symmkeyCipher = seed_Decrypt;
|
|
-
|
|
- return SECSuccess;
|
|
+ return SECSuccess;
|
|
}
|
|
|
|
SECStatus
|
|
--- ./nss/lib/dbm/src/h_page.c.orig
|
|
+++ ./nss/lib/dbm/src/h_page.c
|
|
@@ -116,7 +116,7 @@
|
|
|
|
if (origin == SEEK_CUR) {
|
|
if (offset < 1)
|
|
- return (lseek(fd, offset, SEEK_CUR));
|
|
+ return (lseek(fd, offset, SEEK_CUR));
|
|
|
|
cur_pos = lseek(fd, 0, SEEK_CUR);
|
|
|
|
--- ./nss/cmd/vfychain/vfychain.c.orig
|
|
+++ ./nss/cmd/vfychain/vfychain.c
|
|
@@ -439,7 +439,8 @@
|
|
case 0 : /* positional parameter */ goto breakout;
|
|
case 'a' : isAscii = PR_TRUE; break;
|
|
case 'b' : secStatus = DER_AsciiToTime(&time, optstate->value);
|
|
- if (secStatus != SECSuccess) Usage(progName); break;
|
|
+ if (secStatus != SECSuccess) Usage(progName);
|
|
+ break;
|
|
case 'd' : certDir = PL_strdup(optstate->value); break;
|
|
case 'e' : ocsp_fetchingFailureIsAFailure = PR_FALSE; break;
|
|
case 'f' : certFetching = PR_TRUE; break;
|