initialize libsodium and tweetnacl

This commit is contained in:
Frank
2014-05-08 23:43:16 +02:00
parent ba22eff6b4
commit 2cdfa1fff3
4 changed files with 26 additions and 3 deletions

View File

@@ -115,6 +115,7 @@ namespace zmq
void send_zap_request (const uint8_t *key);
int receive_and_process_zap_reply ();
mutex_t sync;
};
}