summaryrefslogtreecommitdiffhomepage
path: root/runopts.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2019-05-15 21:59:45 +0800
committerMatt Johnston <matt@ucc.asn.au>2019-05-15 21:59:45 +0800
commitfa116e983b4931010e1082dd5c8bf38bbc77718c (patch)
tree6e4e2d4e1fb756895cf5ea17bfa0f0493ffd49f3 /runopts.h
parent8c6aaf8d361e95ba3d9b371b86abaae1fd0e436f (diff)
Rename EPKA -> Plugin
Diffstat (limited to 'runopts.h')
-rw-r--r--runopts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runopts.h b/runopts.h
index f173678..6a4a94c 100644
--- a/runopts.h
+++ b/runopts.h
@@ -125,7 +125,7 @@ typedef struct svr_runopts {
char * forced_command;
-#if DROPBEAR_EPKA
+#if DROPBEAR_PLUGIN
char *pubkey_plugin;
char *pubkey_plugin_options;
#endif