iliaa           Fri Sep 29 22:35:47 2006 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/standard       sha1.h 
  Log:
  Added missing API function declaration.
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/sha1.h?r1=1.5.2.1&r2=1.5.2.1.2.1&diff_format=u
Index: php-src/ext/standard/sha1.h
diff -u php-src/ext/standard/sha1.h:1.5.2.1 
php-src/ext/standard/sha1.h:1.5.2.1.2.1
--- php-src/ext/standard/sha1.h:1.5.2.1 Sun Jan  1 12:50:15 2006
+++ php-src/ext/standard/sha1.h Fri Sep 29 22:35:47 2006
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: sha1.h,v 1.5.2.1 2006/01/01 12:50:15 sniper Exp $ */
+/* $Id: sha1.h,v 1.5.2.1.2.1 2006/09/29 22:35:47 iliaa Exp $ */
 
 #ifndef SHA1_H
 #define SHA1_H
@@ -33,6 +33,7 @@
 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);

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to