mirror of
https://github.com/php/php-src.git
synced 2025-08-20 09:24:05 +02:00
indentation fail
This commit is contained in:
parent
b2881db9a9
commit
ce13f9fa32
1 changed files with 2 additions and 2 deletions
|
@ -1676,14 +1676,14 @@ PHP_FUNCTION(openssl_x509_export)
|
||||||
PHP_FUNCTION(openssl_x509_digest)
|
PHP_FUNCTION(openssl_x509_digest)
|
||||||
{
|
{
|
||||||
X509 *cert;
|
X509 *cert;
|
||||||
zval **zcert, *zout;
|
zval **zcert, *zout;
|
||||||
long certresource;
|
long certresource;
|
||||||
zend_bool raw_output = 0;
|
zend_bool raw_output = 0;
|
||||||
char *method = "sha1";
|
char *method = "sha1";
|
||||||
int method_len;
|
int method_len;
|
||||||
|
|
||||||
const EVP_MD *mdtype;
|
const EVP_MD *mdtype;
|
||||||
unsigned char md[EVP_MAX_MD_SIZE];
|
unsigned char md[EVP_MAX_MD_SIZE];
|
||||||
unsigned int n;
|
unsigned int n;
|
||||||
|
|
||||||
RETVAL_FALSE;
|
RETVAL_FALSE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue