projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddd7ed9
)
Typo fix: sicret -> secret
author
Michael Meyer
<m.meyer2k@gmail.com>
Thu, 13 Mar 2014 10:37:25 +0000
(12:37 +0200)
committer
Lior Kaplan
<kaplanlior@gmail.com>
Thu, 13 Mar 2014 10:37:25 +0000
(12:37 +0200)
ext/openssl/openssl.c
patch
|
blob
|
history
diff --git
a/ext/openssl/openssl.c
b/ext/openssl/openssl.c
index d20ca83e854ae1cfee3d4b4b9cbf6c54933a37cc..b2ac712bccb672e805f83d293750e7dd496d804f 100755
(executable)
--- a/
ext/openssl/openssl.c
+++ b/
ext/openssl/openssl.c
@@
-5014,7
+5014,7
@@
PHP_FUNCTION(openssl_cipher_iv_length)
/* {{{ proto string openssl_dh_compute_key(string pub_key, resource dh_key)
- Computes shared s
i
cret for public value of remote DH key and local DH key */
+ Computes shared s
e
cret for public value of remote DH key and local DH key */
PHP_FUNCTION(openssl_dh_compute_key)
{
zval *key;