]> granicus.if.org Git - php/commitdiff
Update openssl_x509_checkpurpose.phpt
authormarcosptf <marcosptf@yahoo.com.br>
Wed, 9 Sep 2015 21:13:24 +0000 (18:13 -0300)
committerAnatol Belski <ab@php.net>
Tue, 29 Sep 2015 08:41:24 +0000 (10:41 +0200)
ext/openssl/tests/openssl_x509_checkpurpose.phpt

index 133d7f89a350742c9ffdeb1cabea9227f1f7e681..2126330a0218b4765543b8c1f5e24b912b7ed28e 100644 (file)
@@ -37,7 +37,6 @@ var_dump(openssl_x509_checkpurpose($sert, X509_PURPOSE_SMIME_ENCRYPT));
 var_dump(openssl_x509_checkpurpose($sert, X509_PURPOSE_CRL_SIGN));
 var_dump(openssl_x509_checkpurpose($sert, X509_PURPOSE_ANY));
 
-
 /* int openssl_x509_checkpurpose ( mixed $x509cert , int $purpose [, array $cainfo = array() ] ); */
 var_dump(openssl_x509_checkpurpose($cert, X509_PURPOSE_SSL_CLIENT, array($cpca)));
 var_dump(openssl_x509_checkpurpose($cert, X509_PURPOSE_SSL_SERVER, array($cpca)));
@@ -147,4 +146,4 @@ bool(true)
 bool(true)
 bool(true)
 bool(true)
-bool(true)
\ No newline at end of file
+bool(true)