Skip to content

Commit f3a0ece

Browse files
committed
Fix #80495: Add PKCS7_CRLFEOL and PKCS7_NO_DUAL_CONTENT constants
Those are 2 potentially useful contants from those that are not currently exposed.
1 parent c5f79b8 commit f3a0ece

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

ext/openssl/openssl.stub.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,16 @@
166166
* @cvalue PKCS7_NOOLDMIMETYPE
167167
*/
168168
const PKCS7_NOOLDMIMETYPE = UNKNOWN;
169+
/**
170+
* @var int
171+
* @cvalue PKCS7_CRLFEOL
172+
*/
173+
const PKCS7_CRLFEOL = UNKNOWN;
174+
/**
175+
* @var int
176+
* @cvalue PKCS7_NO_DUAL_CONTENT
177+
*/
178+
const PKCS7_NO_DUAL_CONTENT = UNKNOWN;
169179

170180
/**
171181
* @var int

ext/openssl/openssl_arginfo.h

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)