diff options
author | Stefan Esser <sesser@php.net> | 2002-07-28 19:18:08 +0000 |
---|---|---|
committer | Stefan Esser <sesser@php.net> | 2002-07-28 19:18:08 +0000 |
commit | bffe4cf222fe24159ae2922bc16e03088526c03b (patch) | |
tree | f961744afee0e4614ce796e7f1c020552795dee8 /ext/standard/php_standard.h | |
parent | 4f1e5943d87b790a2fae8ef914198e01fcc4dca9 (diff) | |
download | php-git-bffe4cf222fe24159ae2922bc16e03088526c03b.tar.gz |
Added sha1, sha1_file functions.
Diffstat (limited to 'ext/standard/php_standard.h')
-rw-r--r-- | ext/standard/php_standard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php_standard.h b/ext/standard/php_standard.h index 383a7c42b1..6143e99f1c 100644 --- a/ext/standard/php_standard.h +++ b/ext/standard/php_standard.h @@ -27,6 +27,7 @@ #include "reg.h" #include "php_mail.h" #include "md5.h" +#include "sha1.h" #include "html.h" #include "exec.h" #include "file.h" |