Mercurial > dropbear
comparison runopts.h @ 1654:cc0fc5131c5c
Rename EPKA -> Plugin
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 15 May 2019 21:59:45 +0800 |
parents | 76189c9ffea2 |
children | 5120e22882de |
comparison
equal
deleted
inserted
replaced
1653:76189c9ffea2 | 1654:cc0fc5131c5c |
---|---|
123 buffer * banner; | 123 buffer * banner; |
124 char * pidfile; | 124 char * pidfile; |
125 | 125 |
126 char * forced_command; | 126 char * forced_command; |
127 | 127 |
128 #if DROPBEAR_EPKA | 128 #if DROPBEAR_PLUGIN |
129 char *pubkey_plugin; | 129 char *pubkey_plugin; |
130 char *pubkey_plugin_options; | 130 char *pubkey_plugin_options; |
131 #endif | 131 #endif |
132 | 132 |
133 } svr_runopts; | 133 } svr_runopts; |