Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 576535 Details for
Bug 801975
Restore the use of NSS_NoDB_Init or alternate call on fipstest.c
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Call NSS_NoDB_Init
Bug-801975-Restore-use-of-NSS_NoDB_Init.patch (text/plain), 1.20 KB, created by
Elio Maldonado Batiz
on 2012-04-10 17:54:33 UTC
(
hide
)
Description:
Call NSS_NoDB_Init
Filename:
MIME Type:
Creator:
Elio Maldonado Batiz
Created:
2012-04-10 17:54:33 UTC
Size:
1.20 KB
patch
obsolete
>diff -up ./mozilla/security/nss/cmd/fipstest/fipstest.c.801975 ./mozilla/security/nss/cmd/fipstest/fipstest.c >--- ./mozilla/security/nss/cmd/fipstest/fipstest.c.801975 2011-09-17 14:10:05.000000000 -0700 >+++ ./mozilla/security/nss/cmd/fipstest/fipstest.c 2012-04-10 10:07:28.677513217 -0700 >@@ -50,6 +50,8 @@ > #include "lowkeyi.h" > #include "softoken.h" > >+#include <nss.h> /* when building nss-softokn must use the system's */ >+ > #if 0 > #include "../../lib/freebl/mpi/mpi.h" > #endif >@@ -4941,6 +4943,8 @@ int main(int argc, char **argv) > { > if (argc < 2) exit (-1); > >+ NSS_NoDB_Init(NULL); >+ > /*************/ > /* TDEA */ > /*************/ >diff -up ./mozilla/security/nss/cmd/platlibs.mk.801975 ./mozilla/security/nss/cmd/platlibs.mk >--- ./mozilla/security/nss/cmd/platlibs.mk.801975 2012-04-10 10:07:28.671513218 -0700 >+++ ./mozilla/security/nss/cmd/platlibs.mk 2012-04-10 10:09:24.611519506 -0700 >@@ -186,6 +186,8 @@ endif > > endif # USE_STATIC_LIBS > >+EXTRA_SHARED_LIBS += -L$(NSSUTIL_LIB_DIR) -lnss3 >+ > # If a platform has a system zlib, set USE_SYSTEM_ZLIB to 1 and > # ZLIB_LIBS to the linker command-line arguments for the system zlib > # (for example, -lz) in the platform's config file in coreconf.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
rrelyea
: review-
Actions:
View
|
Diff
Attachments on
bug 801975
:
576535
|
576594