Skip to content

Instantly share code, notes, and snippets.

@mdix
Created March 10, 2012 19:51
Show Gist options
  • Save mdix/2012698 to your computer and use it in GitHub Desktop.
Save mdix/2012698 to your computer and use it in GitHub Desktop.
chromium 19.0.1064.0 - build fails
CC(target) out/Release/obj.target/libssl/net/third_party/nss/ssl/ssl3ext.o
net/third_party/nss/ssl/ssl3ecc.c: In function 'ssl3_FilterECCipherSuitesByServerCerts':
net/third_party/nss/ssl/ssl3ecc.c:971:7: error: 'SEC_OID_PKCS1_SHA224_WITH_RSA_ENCRYPTION' undeclared (first use in this function)
net/third_party/nss/ssl/ssl3ecc.c:971:7: note: each undeclared identifier is reported only once for each function it appears in
make: *** [out/Release/obj.target/libssl/net/third_party/nss/ssl/ssl3ecc.o] Error 1
make: *** Waiting for unfinished jobs....
@mdix
Copy link
Author

mdix commented May 31, 2012

Yeah, you can't use all features with an old nss-Installation. I patched just to test if updating nss would solve the problem.

Regards
Marc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment