diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-07 17:23:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-07 17:23:11 +0200 |
commit | f3cc98651b738ac7f2dc56ea772afa9f874b9d3b (patch) | |
tree | 02fcb02d1a7db02e09355c88e5a4f66f54079d6f /package/osiris/patches/patch-src_libosiris_ssl_utilities_h | |
parent | 5bcfd51dfd2fb526705540ec690e2798a3074e55 (diff) |
allow to enable daemons on startup via menuconfig
Diffstat (limited to 'package/osiris/patches/patch-src_libosiris_ssl_utilities_h')
-rw-r--r-- | package/osiris/patches/patch-src_libosiris_ssl_utilities_h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/package/osiris/patches/patch-src_libosiris_ssl_utilities_h b/package/osiris/patches/patch-src_libosiris_ssl_utilities_h deleted file mode 100644 index 668096983..000000000 --- a/package/osiris/patches/patch-src_libosiris_ssl_utilities_h +++ /dev/null @@ -1,14 +0,0 @@ -$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- osiris-4.2.3.orig/src/libosiris/ssl_utilities.h 2006-07-28 01:57:51.000000000 +0200 -+++ osiris-4.2.3/src/libosiris/ssl_utilities.h 2009-05-10 20:42:04.000000000 +0200 -@@ -59,8 +59,10 @@ int hash_file_md5( const char *file_path - int hash_file_sha( const char *file_path, FILE *file, - char *buffer, int buffer_size ); - -+#ifndef OPENSSL_NO_RIPEMD - int hash_file_ripemd( const char *file_path, FILE *file, - char *buffer, int buffer_size ); -+#endif - - /* random SSL utilities. */ - |