diff cli-authpubkey.c @ 1798:8dc43b30c6bf

Define _GNU_SOURCE properly, other header fixes This lets -std=c89 build for gcc 8.4.0
author Matt Johnston <matt@ucc.asn.au>
date Thu, 04 Mar 2021 21:03:02 +0800
parents d18fa38c1fd4
children df8d8ec1801c
line wrap: on
line diff
--- a/cli-authpubkey.c	Thu Mar 04 21:02:16 2021 +0800
+++ b/cli-authpubkey.c	Thu Mar 04 21:03:02 2021 +0800
@@ -125,7 +125,7 @@
 static void cli_buf_put_sign(buffer* buf, sign_key *key, enum signature_type sigtype,
 			const buffer *data_buf) {
 #if DROPBEAR_CLI_AGENTFWD
-	// TODO: rsa-sha256 agent
+	/* TODO: rsa-sha256 agent */
 	if (key->source == SIGNKEY_SOURCE_AGENT) {
 		/* Format the agent signature ourselves, as buf_put_sign would. */
 		buffer *sigblob;