blob: 6cf7c354025e648b8edcb4ef70cf57df790c2445 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
--- osiris-4.2.3.orig/src/libosiris/configuration.h 2006-07-28 01:57:51.000000000 +0200
+++ osiris-4.2.3/src/libosiris/configuration.h 2009-05-10 21:19:28.000000000 +0200
@@ -45,7 +45,9 @@
#define HASH_DEFAULT HASH_MD5
#define HASH_MD5 1
#define HASH_SHA 2
+#ifndef OPENSSL_NO_RIPEMD
#define HASH_RIPEMD 3
+#endif
/* config keyword types */
|