diff options
Diffstat (limited to 'src/sp_cookie_encryption.h')
| -rw-r--r-- | src/sp_cookie_encryption.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sp_cookie_encryption.h b/src/sp_cookie_encryption.h index 9904738..889a89c 100644 --- a/src/sp_cookie_encryption.h +++ b/src/sp_cookie_encryption.h | |||
| @@ -11,6 +11,8 @@ | |||
| 11 | #include "ext/hash/php_hash_sha.h" | 11 | #include "ext/hash/php_hash_sha.h" |
| 12 | #include "ext/standard/base64.h" | 12 | #include "ext/standard/base64.h" |
| 13 | 13 | ||
| 14 | #define SAMESITE_COOKIE_FORMAT "; samesite=" | ||
| 15 | |||
| 14 | int hook_cookies(); | 16 | int hook_cookies(); |
| 15 | int decrypt_cookie(zval *pDest, int num_args, va_list args, zend_hash_key *hash_key); | 17 | int decrypt_cookie(zval *pDest, int num_args, va_list args, zend_hash_key *hash_key); |
| 16 | 18 | ||
