How safe is it to add an custom error in SSLerrs.h? I'm thinking of using an unused one like SSL_ERROR_BASE + 5 As long as my app compiles against this new header file I'm good. NSS should not care, correct?
-- POC
How safe is it to add an custom error in SSLerrs.h? I'm thinking of using an unused one like SSL_ERROR_BASE + 5 As long as my app compiles against this new header file I'm good. NSS should not care, correct?
-- POC