Skip to content

Commit cdca15e

Browse files
committed
X509_PURPOSE_ANY is ok since 1.0.1+
Let's get it enabled for any case. Suggested-by: Jakub Zelenka php#6312 (comment)
1 parent 9c7b391 commit cdca15e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/openssl/openssl.stub.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,11 @@
4444
* @cvalue X509_PURPOSE_CRL_SIGN
4545
*/
4646
const X509_PURPOSE_CRL_SIGN = UNKNOWN;
47-
#ifdef X509_PURPOSE_ANY
4847
/**
4948
* @var int
5049
* @cvalue X509_PURPOSE_ANY
5150
*/
5251
const X509_PURPOSE_ANY = UNKNOWN;
53-
#endif
5452

5553
/* digest algorithm constants */
5654

0 commit comments

Comments
 (0)