X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcutil.c;h=7898a4c94f7b518f67709d45577dbf0383873339;hb=cdedc07c65bab8467f6f5b1ef4b38982c2c77571;hp=1ede14fc8c81e7f623250b50013dd6a3813c2fdf;hpb=2878ba34b8d864f89cfb785448e95cdd42297ee0;p=silc.git diff --git a/lib/silcutil/silcutil.c b/lib/silcutil/silcutil.c index 1ede14fc..7898a4c9 100644 --- a/lib/silcutil/silcutil.c +++ b/lib/silcutil/silcutil.c @@ -1031,6 +1031,8 @@ static const SilcStatusMessage silc_status_messages[] = { { STAT(KEY_EXCHANGE_FAILED), "Key exchange failed" }, { STAT(BAD_VERSION), "Bad version" }, { STAT(TIMEDOUT), "Service timed out" }, + { STAT(UNSUPPORTED_PUBLIC_KEY), "Unsupported public key type" }, + { STAT(OPERATION_ALLOWED), "Operation is not allowed" }, { 0, NULL } };