Mercurial > dropbear
comparison sysoptions.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 | d32bcb5c557d |
comparison
equal
deleted
inserted
replaced
1653:76189c9ffea2 | 1654:cc0fc5131c5c |
---|---|
241 | 241 |
242 #if !(DROPBEAR_SVR_PASSWORD_AUTH || DROPBEAR_SVR_PAM_AUTH || DROPBEAR_SVR_PUBKEY_AUTH) | 242 #if !(DROPBEAR_SVR_PASSWORD_AUTH || DROPBEAR_SVR_PAM_AUTH || DROPBEAR_SVR_PUBKEY_AUTH) |
243 #error "At least one server authentication type must be enabled. DROPBEAR_SVR_PUBKEY_AUTH and DROPBEAR_SVR_PASSWORD_AUTH are recommended." | 243 #error "At least one server authentication type must be enabled. DROPBEAR_SVR_PUBKEY_AUTH and DROPBEAR_SVR_PASSWORD_AUTH are recommended." |
244 #endif | 244 #endif |
245 | 245 |
246 #if (DROPBEAR_EPKA && !DROPBEAR_SVR_PUBKEY_AUTH) | 246 #if (DROPBEAR_PLUGIN && !DROPBEAR_SVR_PUBKEY_AUTH) |
247 #error "You must define DROPBEAR_SVR_PUBKEY_AUTH in order to use External Public Key Authentication (EPKA)" | 247 #error "You must define DROPBEAR_SVR_PUBKEY_AUTH in order to use plugins" |
248 #endif | 248 #endif |
249 | 249 |
250 #if !(DROPBEAR_AES128 || DROPBEAR_3DES || DROPBEAR_AES256 || DROPBEAR_BLOWFISH \ | 250 #if !(DROPBEAR_AES128 || DROPBEAR_3DES || DROPBEAR_AES256 || DROPBEAR_BLOWFISH \ |
251 || DROPBEAR_TWOFISH256 || DROPBEAR_TWOFISH128) | 251 || DROPBEAR_TWOFISH256 || DROPBEAR_TWOFISH128) |
252 #error "At least one encryption algorithm must be enabled. AES128 is recommended." | 252 #error "At least one encryption algorithm must be enabled. AES128 is recommended." |