mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
MFB: Added missing API function declaration.
This commit is contained in:
parent
6dd4ae4c4a
commit
cda99a3563
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ typedef struct {
|
|||
PHPAPI void PHP_SHA1Init(PHP_SHA1_CTX *);
|
||||
PHPAPI void PHP_SHA1Update(PHP_SHA1_CTX *, const unsigned char *, unsigned int);
|
||||
PHPAPI void PHP_SHA1Final(unsigned char[20], PHP_SHA1_CTX *);
|
||||
PHPAPI void make_sha1_digest(char *sha1str, unsigned char *digest);
|
||||
|
||||
PHP_FUNCTION(sha1);
|
||||
PHP_FUNCTION(sha1_file);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue