Revision aa3b4b4d deps/openssl/openssl/crypto/cms/cms_pwri.c

View differences:

deps/openssl/openssl/crypto/cms/cms_pwri.c
93 93
	X509_ALGOR *encalg = NULL;
94 94
	unsigned char iv[EVP_MAX_IV_LENGTH];
95 95
	int ivlen;
96

  
96 97
	env = cms_get0_enveloped(cms);
97 98
	if (!env)
98
		goto err;
99
		return NULL;
99 100

  
100 101
	if (wrap_nid <= 0)
101 102
		wrap_nid = NID_id_alg_PWRI_KEK;

Also available in: Unified diff