X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=blobdiff_plain;f=e_gost_err.c;h=00cdd877c42b59c170fc002dbdec87ea6d2d219f;hb=e8322a529ed6d4d1da4f275f4f8771e65c832726;hp=c93a434058cf5acbedb6b532d9668b0b4b639f79;hpb=61afc2c3334e7e69598715548401078f350c45d1;p=openssl-gost%2Fengine.git diff --git a/e_gost_err.c b/e_gost_err.c index c93a434..00cdd87 100644 --- a/e_gost_err.c +++ b/e_gost_err.c @@ -2,7 +2,7 @@ * Generated by util/mkerr.pl DO NOT EDIT * Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved. * - * Licensed under the OpenSSL license (the "License"). You may not use + * Licensed under the Apache License 2.0 (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy * in the file LICENSE in the source distribution or at * https://www.openssl.org/source/license.html @@ -92,6 +92,8 @@ static ERR_STRING_DATA GOST_str_reasons[] = { "bad pkey parameters format"}, {ERR_PACK(0, 0, GOST_R_CANNOT_PACK_EPHEMERAL_KEY), "cannot pack ephemeral key"}, + {ERR_PACK(0, 0, GOST_R_CANNOT_UNPACK_EPHEMERAL_KEY), + "cannot unpack ephemeral key"}, {ERR_PACK(0, 0, GOST_R_CIPHER_NOT_FOUND), "cipher not found"}, {ERR_PACK(0, 0, GOST_R_CTRL_CALL_FAILED), "ctrl call failed"}, {ERR_PACK(0, 0, GOST_R_ERROR_COMPUTING_EXPORT_KEYS),