commit 05f43f4c98279058f35a7753ab7e03d57fae5b0f
parent 9bf80ca955247daab44e14893aeaa251e2653483
Author: sin <sin@2f30.org>
Date: Tue, 21 Mar 2017 23:07:10 +0000
Remove obsolete comment
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/stun.c b/stun.c
@@ -14,7 +14,6 @@
* aes-128-gcm
* aes-256-gcm
* chacha20-poly1305
- * chacha20-poly1305-ietf
*
* The default cipher is chacha20-poly1305. The key is derived with
* PBKDF.
@@ -38,7 +37,6 @@
* The stun packet format is shown below:
*
* [NONCE] [PAYLOAD LEN] [PAYLOAD] [TAG]
- *
*/
#include <sys/resource.h>