patch-src_libosiris_ssl_utilities_h 573 B

1234567891011121314
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- osiris-4.2.3.orig/src/libosiris/ssl_utilities.h 2006-07-28 01:57:51.000000000 +0200
  3. +++ osiris-4.2.3/src/libosiris/ssl_utilities.h 2009-05-10 20:42:04.000000000 +0200
  4. @@ -59,8 +59,10 @@ int hash_file_md5( const char *file_path
  5. int hash_file_sha( const char *file_path, FILE *file,
  6. char *buffer, int buffer_size );
  7. +#ifndef OPENSSL_NO_RIPEMD
  8. int hash_file_ripemd( const char *file_path, FILE *file,
  9. char *buffer, int buffer_size );
  10. +#endif
  11. /* random SSL utilities. */