summaryrefslogtreecommitdiff
path: root/ext/standard/php_standard.h
diff options
context:
space:
mode:
authorStefan Esser <sesser@php.net>2002-07-28 19:18:08 +0000
committerStefan Esser <sesser@php.net>2002-07-28 19:18:08 +0000
commitbffe4cf222fe24159ae2922bc16e03088526c03b (patch)
treef961744afee0e4614ce796e7f1c020552795dee8 /ext/standard/php_standard.h
parent4f1e5943d87b790a2fae8ef914198e01fcc4dca9 (diff)
downloadphp-git-bffe4cf222fe24159ae2922bc16e03088526c03b.tar.gz
Added sha1, sha1_file functions.
Diffstat (limited to 'ext/standard/php_standard.h')
-rw-r--r--ext/standard/php_standard.h1
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"