Merge pull request #21118 from grahamc/fix-rsa-build-failure

linux_{4_8,grsec_nixos}: patch to fix build failure
This commit is contained in:
Graham Christensen
2016-12-13 09:15:50 -05:00
committed by GitHub
3 changed files with 53 additions and 0 deletions
@@ -41,6 +41,12 @@ in
rec {
multithreaded_rsapubkey =
{
name = "multithreaded-rsapubkey-asn1.patch";
patch = ./multithreaded-rsapubkey-asn1.patch;
};
bridge_stp_helper =
{ name = "bridge-stp-helper";
patch = ./bridge-stp-helper.patch;