mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
typo
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
4a8e9c22f4
commit
5ff73fb230
@ -186,7 +186,7 @@ BIO *cms_EncryptedContent_init_bio(CMS_EncryptedContentInfo *ec)
|
||||
CMS_R_CIPHER_PARAMETER_INITIALISATION_ERROR);
|
||||
goto err;
|
||||
}
|
||||
/* If paremeter type not set omit parameter */
|
||||
/* If parameter type not set omit parameter */
|
||||
if (calg->parameter->type == V_ASN1_UNDEF) {
|
||||
ASN1_TYPE_free(calg->parameter);
|
||||
calg->parameter = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user