Hacking NSS: Difference between revisions
Jump to navigation
Jump to search
m (Andrew Cagney moved page Debugging NSS to Hacking NSS) |
(sections) |
||
Line 1: | Line 1: | ||
== Using NSS from Pluto == | |||
=== use lsw_nss_error*() to report errors === | |||
It includes both the error symbol name and the error message (the former is really useful when reading the code^D^D^D^D documentation when tracking down why the error was returned). | |||
== Debugging NSS == | |||
== Building the NSS rpms == | |||
== Hacking NSS == |
Revision as of 19:16, 26 October 2021
Using NSS from Pluto
use lsw_nss_error*() to report errors
It includes both the error symbol name and the error message (the former is really useful when reading the code^D^D^D^D documentation when tracking down why the error was returned).