aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSimon Josefsson <[email protected]>2021-01-08 02:25:09 +0000
committerSimon Josefsson <[email protected]>2021-01-08 02:25:09 +0000
commitc750e899b8b3a76379167148468e164b7e52f6e2 (patch)
tree9ae66768e3c93b80c8a7d534719f582a4af23739 /src
parentMerge pull request #246 from jengelh/asciiquote (diff)
downloadvmime-c750e899b8b3a76379167148468e164b7e52f6e2.tar.gz
vmime-c750e899b8b3a76379167148468e164b7e52f6e2.zip
Don't use deprecated gsasl symbols.
Diffstat (limited to 'src')
-rw-r--r--src/vmime/security/sasl/SASLContext.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vmime/security/sasl/SASLContext.cpp b/src/vmime/security/sasl/SASLContext.cpp
index 21745414..9689e2cb 100644
--- a/src/vmime/security/sasl/SASLContext.cpp
+++ b/src/vmime/security/sasl/SASLContext.cpp
@@ -196,8 +196,6 @@ const string SASLContext::getErrorMessage(const string& fname, const int code) {
ERROR(GSASL_GSSAPI_ACQUIRE_CRED_ERROR)
ERROR(GSASL_GSSAPI_DISPLAY_NAME_ERROR)
ERROR(GSASL_GSSAPI_UNSUPPORTED_PROTECTION_ERROR)
- ERROR(GSASL_KERBEROS_V5_INIT_ERROR)
- ERROR(GSASL_KERBEROS_V5_INTERNAL_ERROR)
ERROR(GSASL_SECURID_SERVER_NEED_ADDITIONAL_PASSCODE)
ERROR(GSASL_SECURID_SERVER_NEED_NEW_PIN)