projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2c060a
)
Eliminate useless separation
author
Dmitry Stogov
<dmitry@zend.com>
Wed, 17 Jan 2018 09:25:49 +0000
(12:25 +0300)
committer
Dmitry Stogov
<dmitry@zend.com>
Wed, 17 Jan 2018 09:25:49 +0000
(12:25 +0300)
ext/openssl/openssl.c
patch
|
blob
|
history
diff --git
a/ext/openssl/openssl.c
b/ext/openssl/openssl.c
index 5a0ab93539c7883528442af7d70b38532167aa2a..42cfd228ceece45b9691bed124acbe9239028da6 100644
(file)
--- a/
ext/openssl/openssl.c
+++ b/
ext/openssl/openssl.c
@@
-6009,7
+6009,7
@@
PHP_FUNCTION(openssl_seal)
const EVP_CIPHER *cipher;
EVP_CIPHER_CTX *ctx;
- if (zend_parse_parameters(ZEND_NUM_ARGS(), "sz/z/a
/
|sz/", &data, &data_len,
+ if (zend_parse_parameters(ZEND_NUM_ARGS(), "sz/z/a|sz/", &data, &data_len,
&sealdata, &ekeys, &pubkeys, &method, &method_len, &iv) == FAILURE) {
return;
}