Skip to content

Commit 356c442

Browse files
committed
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: Typo fix: sicret -> secret
2 parents f7b9c12 + 737c187 commit 356c442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/openssl/openssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5077,7 +5077,7 @@ PHP_FUNCTION(openssl_cipher_iv_length)
50775077

50785078

50795079
/* {{{ proto string openssl_dh_compute_key(string pub_key, resource dh_key)
5080-
Computes shared sicret for public value of remote DH key and local DH key */
5080+
Computes shared secret for public value of remote DH key and local DH key */
50815081
PHP_FUNCTION(openssl_dh_compute_key)
50825082
{
50835083
zval *key;

0 commit comments

Comments
 (0)