mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +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)
|
||||
{
|
||||
X509 *cert;
|
||||
zval **zcert, *zout;
|
||||
zval **zcert, *zout;
|
||||
long certresource;
|
||||
zend_bool raw_output = 0;
|
||||
char *method = "sha1";
|
||||
int method_len;
|
||||
|
||||
const EVP_MD *mdtype;
|
||||
unsigned char md[EVP_MAX_MD_SIZE];
|
||||
unsigned char md[EVP_MAX_MD_SIZE];
|
||||
unsigned int n;
|
||||
|
||||
RETVAL_FALSE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue