diff options
| author | Christian Göttsche | 2023-11-26 15:14:36 +0100 |
|---|---|---|
| committer | Christian Göttsche | 2023-11-26 21:18:56 +0100 |
| commit | 5582bb48818d4f94f548b535e77b0ec6e251abd3 (patch) | |
| tree | eacae6a1c55183ec213aa04c23848d30c15cdd26 /src/sp_crypt.h | |
| parent | efd086cc894c04a919b5e1b7729a1490f73d9231 (diff) | |
Fix typos
Diffstat (limited to 'src/sp_crypt.h')
| -rw-r--r-- | src/sp_crypt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_crypt.h b/src/sp_crypt.h index 22a571e..0960fbf 100644 --- a/src/sp_crypt.h +++ b/src/sp_crypt.h | |||
| @@ -11,7 +11,7 @@ | |||
| 11 | #include "ext/standard/base64.h" | 11 | #include "ext/standard/base64.h" |
| 12 | 12 | ||
| 13 | void generate_key(unsigned char *key); | 13 | void generate_key(unsigned char *key); |
| 14 | int decrypt_zval(zval *pDest, bool simulation, zend_hash_key *hask_key); | 14 | int decrypt_zval(zval *pDest, bool simulation, zend_hash_key *hash_key); |
| 15 | zend_string *encrypt_zval(zend_string *); | 15 | zend_string *encrypt_zval(zend_string *); |
| 16 | 16 | ||
| 17 | #endif /*__SP_CRYPT */ | 17 | #endif /*__SP_CRYPT */ |
