1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 06:01:48 +02:00

LegacySSHStore: Include signatures etc.

This commit is contained in:
Eelco Dolstra 2017-09-08 16:55:27 +02:00
parent e02edb1483
commit 3ed8290e53
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
3 changed files with 10 additions and 1 deletions

View file

@ -5,7 +5,7 @@ namespace nix {
#define SERVE_MAGIC_1 0x390c9deb
#define SERVE_MAGIC_2 0x5452eecb
#define SERVE_PROTOCOL_VERSION 0x203
#define SERVE_PROTOCOL_VERSION 0x204
#define GET_PROTOCOL_MAJOR(x) ((x) & 0xff00)
#define GET_PROTOCOL_MINOR(x) ((x) & 0x00ff)