Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

nixos/boot: add final newline to pbkdf2-sha512.c

authored by Samuel Gräfenstein and committed by Alyssa Ross 88bf1b3e 2c9497b4

+1 -1
+1 -1
nixos/modules/system/boot/pbkdf2-sha512.c
··· 35 35 fwrite(key, 1, key_length, stdout); 36 36 37 37 return 0; 38 - } 38 + }