1
1
Pointed out by @oleh-yudin-ring.  Follow-up to #996.
Этот коммит содержится в:
Bruce A. Mah 2020-05-22 12:09:26 -07:00 коммит произвёл GitHub
родитель 33d3b199e6
Коммит 99b79f2102
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23

Просмотреть файл

@ -294,6 +294,7 @@ int encode_auth_setting(const char *username, const char *password, EVP_PKEY *pu
unsigned char *encrypted = NULL;
int encrypted_len;
encrypted_len = encrypt_rsa_message(text, public_key, &encrypted);
free(text);
if (encrypted_len < 0) {
return -1;
}