diff runopts.h @ 1739:13d834efc376 fuzz

merge from main
author Matt Johnston <matt@ucc.asn.au>
date Thu, 15 Oct 2020 19:55:15 +0800
parents cc0fc5131c5c
children 5120e22882de
line wrap: on
line diff
--- a/runopts.h	Wed Feb 28 22:11:39 2018 +0800
+++ b/runopts.h	Thu Oct 15 19:55:15 2020 +0800
@@ -125,6 +125,11 @@
 
 	char * forced_command;
 
+#if DROPBEAR_PLUGIN 
+        char *pubkey_plugin;
+        char *pubkey_plugin_options;
+#endif
+
 } svr_runopts;
 
 extern svr_runopts svr_opts;
@@ -136,7 +141,7 @@
 
 	char *progname;
 	char *remotehost;
-	char *remoteport;
+	const char *remoteport;
 
 	char *own_user;
 	char *username;