diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-08 21:06:35 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-08 21:06:35 +0200 |
commit | b920b373c25cbf5ca43ef0b5817f2b35bb59b812 (patch) | |
tree | 88746a74b7a1bada46cadce5d4fe96e655c95335 /package/osiris/patches/patch-src_libosiris_ssl_utilities_c | |
parent | 12f4e00dbef0f462935f3379be7279a96d3e3dc7 (diff) | |
parent | 1e60f16ff4121d20025f8a00244ae4b5856f5581 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/osiris/patches/patch-src_libosiris_ssl_utilities_c')
-rw-r--r-- | package/osiris/patches/patch-src_libosiris_ssl_utilities_c | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/package/osiris/patches/patch-src_libosiris_ssl_utilities_c b/package/osiris/patches/patch-src_libosiris_ssl_utilities_c deleted file mode 100644 index 47563591b..000000000 --- a/package/osiris/patches/patch-src_libosiris_ssl_utilities_c +++ /dev/null @@ -1,30 +0,0 @@ -$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- osiris-4.2.3.orig/src/libosiris/ssl_utilities.c 2006-07-28 01:57:51.000000000 +0200 -+++ osiris-4.2.3/src/libosiris/ssl_utilities.c 2009-05-10 20:41:31.000000000 +0200 -@@ -51,7 +51,9 @@ - #include <openssl/rand.h> - #include <openssl/md5.h> - #include <openssl/sha.h> -+#ifndef OPENSSL_NO_RIPEMD - #include <openssl/ripemd.h> -+#endif - - #ifdef WIN32 - #include <winsock.h> -@@ -337,6 +339,7 @@ int hash_file_sha( const char *file_path - return -1; - } - -+#ifndef OPENSSL_NO_RIPEMD - /****************************************************************************** - ** - ** Function: hash_file_ripemd -@@ -433,7 +436,7 @@ int hash_file_ripemd( const char *file_p - - return -1; - } -- -+#endif - - /****************************************************************************** - ** |