X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=crypto%2Fevp%2Fp_dec.c;h=a150a26e092c70588af85792dab9f618b465da31;hb=7467c87c6e88acca887bac0bf85ec0dc76fa522d;hp=6bec4062c8fffe2dffc34a0efc365f9fed9dc853;hpb=823146d65fe145eb6024d84ab50ed63ba9f8705c;p=oweals%2Fopenssl.git 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; }