X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fevp%2Fp_dec.c;h=a150a26e092c70588af85792dab9f618b465da31;hp=6bec4062c8fffe2dffc34a0efc365f9fed9dc853;hb=f1b12b8713a739f27d74e6911580b2e70aea2fa4;hpb=823146d65fe145eb6024d84ab50ed63ba9f8705c diff --git a/crypto/evp/p_dec.c b/crypto/evp/p_dec.c index 6bec4062c8..a150a26e09 100644 --- a/crypto/evp/p_dec.c +++ b/crypto/evp/p_dec.c @@ -32,5 +32,5 @@ int EVP_PKEY_decrypt_old(unsigned char *key, const unsigned char *ek, int ekl, RSA_PKCS1_PADDING); err: #endif - return (ret); + return ret; }