diff options
| author | Jani Taskinen <jani@php.net> | 2007-10-31 13:23:07 +0000 |
|---|---|---|
| committer | Jani Taskinen <jani@php.net> | 2007-10-31 13:23:07 +0000 |
| commit | bdbcc4b6d3372a5bb15fbafda831c325b859bc4e (patch) | |
| tree | 00250196b0c10ecc6ce0df6131dd343ab6082123 /ext/openssl | |
| parent | f4cd343b6c8be9469c21b7b822d4d3c858cf158f (diff) | |
| download | php-git-bdbcc4b6d3372a5bb15fbafda831c325b859bc4e.tar.gz | |
MFH: - Fixed Bug #43137 (rmdir() and rename() do not clear statcache)
Diffstat (limited to 'ext/openssl')
| -rw-r--r-- | ext/openssl/openssl.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/openssl/openssl.c b/ext/openssl/openssl.c index 00dbd3f641..f6fa85ef59 100644 --- a/ext/openssl/openssl.c +++ b/ext/openssl/openssl.c @@ -46,6 +46,9 @@ #include <openssl/ssl.h> #include <openssl/pkcs12.h> +/* Common */ +#include <time.h> + #define DEFAULT_KEY_LENGTH 512 #define MIN_KEY_LENGTH 384 |
