From b433adf49ec2b4381d1ff8a387875e77f8ceacf5 Mon Sep 17 00:00:00 2001 From: Pieter Hintjens Date: Sun, 16 Mar 2014 11:53:40 +0100 Subject: [PATCH] Fixed comment --- tests/test_security_curve.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/test_security_curve.cpp b/tests/test_security_curve.cpp index 7aba2a92..d3850eaa 100644 --- a/tests/test_security_curve.cpp +++ b/tests/test_security_curve.cpp @@ -26,9 +26,8 @@ static char server_public [41]; static char server_secret [41]; // -------------------------------------------------------------------------- -// Encode a binary frame as a string; destination string MUST be at least -// size * 5 / 4 bytes long plus 1 byte for the null terminator. Returns -// dest. Size must be a multiple of 4. +// This methods receives and validates ZAP requestes (allowing or denying +// each client connection). static void zap_handler (void *handler) {