Ticket #25816: pkinit_crypto_openssl.patch
File pkinit_crypto_openssl.patch, 439 bytes (added by andre.beat@…, 14 years ago) |
---|
-
pkinit_crypto_openssl.
old new 3659 3659 if (buf == NULL) 3660 3660 goto cleanup; 3661 3661 3662 retval = EVP_PKEY_decrypt(buf, data, (int)data_len, pkey );3662 retval = EVP_PKEY_decrypt(buf, data, (int)data_len, pkey, buf_len); 3663 3663 if (retval <= 0) { 3664 3664 pkiDebug("unable to decrypt received data (len=%d)\n", data_len); 3665 3665 goto cleanup;